Changes

Jump to: navigation, search

User:Minooz/RepoSyncProj/Ant

3 bytes removed, 14:47, 14 October 2010
Tips
:We can use a new ant script that triggers the target of main build file of the project. See below:
<source lang=java>
 
 
<project name="assign1_MY" basedir="." default="myTarget">
<target name="assign1.build.call"> <!-- Call the target that does everything --> <ant antfile="build.xml" target="assign1.test"/> </target> <target name="myTarget.check" depends="assign1.build.call">
<echo>The assign1.build was called!</echo>
</target>
</project>
</source>
1
edit

Navigation menu