Changes between Version 3 and Version 4 of ANTBuildSystem


Ignore:
Timestamp:
May 6, 2008, 12:03:25 PM (16 years ago)
Author:
madair
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ANTBuildSystem

    v3 v4  
    2121  The "singleFile" target will build Fusion as a single JavaScript file to be included in your Application which helps with the initial load time.  You may optionally specify the ApplicationDefinition file to include in the build process.  The resulting file will then include all widgets specified in the ApplicationDefinition and the ApplicationDefinition file itself converted to JSON.  To use this target run ant setting the path to the ApplicationDefinition file as a property:
    2222{{{ant singleFile -DappDef=templates/mapguide/standard/ApplicationDefinition.xml}}}
     23
    2324The path is relative to the build.xml file location or an absolute path may be used.
    2425