Changes between Version 4 and Version 5 of ANTBuildSystem


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

--

Legend:

Unmodified
Added
Removed
Modified
  • ANTBuildSystem

    v4 v5  
    1919
    2020'''singleFile''':
    21   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:
     21  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 (either relative to the build.xml file location or an absolute path) as a property:
    2222{{{ant singleFile -DappDef=templates/mapguide/standard/ApplicationDefinition.xml}}}
    23 
    24 The path is relative to the build.xml file location or an absolute path may be used.
    2523
    2624'''deploy''':