Version 3, changed by guest 11/03/2005. Show version history
Most of the following "incantations" are "mix and match", with the -D argument syntax providing a way to modify the behavior of a single task in many ways. If you have questions or problems with any of these ant tasks, please don't hesitate to email the Dojo interest mailing list.
ant -Dprofile=browserio release
builds a "profile" release using the file /dojo/buildscripts/profiles/browserio.profile.js. Other files can be used as profiles when specified the same way.
ant -Ddocless=true release
builds a release without running any of the documentation tasks. Handy for when you need to iterate on the build process quickly and don't want to wait for docs
ant -Dnostrip=true release
builds a release file (__pacakage__.js) as usual, but does not run the linker or whitespace/comment stripper over the file
ant test
runs all unit tests that appear to be runnable from the command line
ant help
outputs terse help. Not as useful as it could/should be
ant clean
blows away the contents of the /dojo/releases/ directory
ant docs
builds the project documentation
ant -Drest_files=file1.rest docs
builds only the specified file in reStructuredText in the doucmentaiton output directory
ant website
for use only by project webmaster