Changes between Version 4 and Version 5 of ANTBuildSystem
- Timestamp:
- 05/06/08 12:04:12 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified ANTBuildSystem
v4 v5 19 19 20 20 '''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: 22 22 {{{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.25 23 26 24 '''deploy''':