Changes between Version 18 and Version 19 of Release/2.6/Notes


Ignore:
Timestamp:
May 12, 2014, 4:59:01 AM (10 years ago)
Author:
jng
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Release/2.6/Notes

    v18 v19  
    3434   * Size: 2,107 bytes
    3535   * md5: 67a54e181a3fbfee05ddf797c5c743fa
     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.6.0/Beta1/fusion-2.6.0-buildtools.zip fusion-2.6.0-buildtools.zip]
     46   * Size: 7,183,143 bytes
     47   * md5: 68d0fdd54140e13eeb3b96d3eaf3f609
     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 ==