Since Spring Actionscript is built with Ant and is available for checkout over svn, how can I easily build the latest code? What would be the pseudo code to download and compile the latest trunk?
eg:
Where is the main ant buildfile located for building the trunk?Code:svn checkout "http://domain.of.repository/svn/path/to/trunk; cd project_basedir; ant build_swcs;


Reply With Quote