| 36 | |
| 37 | == Fusion build tools == |
| 38 | |
| 39 | Fusion build tools is a zip file containing the build.xml and associated build tools required to "re-compile" fusionSF.js and fusionSF-compressed.js on a production fusion installation. |
| 40 | |
| 41 | Use the Fusion build tools if you have made patches and/or modifications to your fusion installation, and you need to build a new fusionSF.js and/or fusionSF-compressed.js |
| 42 | |
| 43 | In order to use the Fusion build tools, you need to have [http://ant.apache.org Apache Ant] installed. |
| 44 | |
| 45 | * [http://download.osgeo.org/mapguide/releases/2.5.0/Release/fusion-buildtools.zip fusion-buildtools.zip] |
| 46 | * Size: 1,370,112 bytes |
| 47 | * md5: 86f3161529778b1bcdadfffa9a8544af |
| 48 | |
| 49 | To use the Fusion build tools, extract the zip file contents into your fusion directory and navigate to this directory in the command prompt and execute the following command: |
| 50 | |
| 51 | {{{ |
| 52 | ant compress |
| 53 | }}} |
| 54 | |
| 55 | This will re-build fusionSF.js and fusionSF-compressed.js under fusion\lib |
| 56 | |
| 57 | Due to the default installation location (under Program Files), you may need to do this under a UAC-elevated command prompt or fix the directory permissions so that normal users can create/modify files. |