Changes between Version 2 and Version 3 of ANTBuildSystem
- Timestamp:
- 05/06/08 12:03:04 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ANTBuildSystem
v2 v3 18 18 The compress target combines various javascript source files into a single file and runs the {{{jsmin}}} tool on it to create a minimized file for use in production applications. 19 19 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: 22 {{{ant singleFile -DappDef=templates/mapguide/standard/ApplicationDefinition.xml}}} 23 The path is relative to the build.xml file location or an absolute path may be used. 24 20 25 '''deploy''': 21 26 The "deploy" target synchronizes the build directory with an external directory. This can be used to move a fusion build into a web accessible location for instance.