Some ANT task
1. How to build project from another build. <target name="project2" description="Builds project2 project, required depedency"> <!-- Build project2 first --> <subant target="dist" verbose="yes" inheritall="false"> <filelist dir="../com.waheed.project2" files="build.xml" /> </subant> </target> 2. How to read SVN revision and write into some file <loadfile property="revision" srcFile="./.svn/entries"> <filterchain> ...