Changes between Version 2 and Version 3 of ANTBuildSystem


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

--

Legend:

Unmodified
Added
Removed
Modified
  • ANTBuildSystem

    v2 v3  
    1818  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.
    1919
     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}}}
     23The path is relative to the build.xml file location or an absolute path may be used.
     24
    2025'''deploy''':
    2126  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.