Changes between Version 30 and Version 31 of Release/2.5/Notes


Ignore:
Timestamp:
Apr 27, 2013, 11:19:52 AM (11 years ago)
Author:
jng
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Release/2.5/Notes

    v30 v31  
    3434   * Size: 2,002 bytes
    3535   * md5: 6297dd335887ba4f2a2d49192cd75495
     36
     37== Fusion build tools ==
     38
     39Fusion 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
     41Use 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
     43In 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
     49To 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{{{
     52ant compress
     53}}}
     54
     55This will re-build fusionSF.js and fusionSF-compressed.js under fusion\lib
     56
     57Due 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.
    3658
    3759== Windows Compatibility ==