I tried asking this before without any answer, but I'll try agian:

If I want to use one buildfile to checkout the real buildfile and then run
ant with that one, can I use the target specified running ant with the first
buildfile when I run the ant task with the checkedout file?

something like
<project name="builder" default="build" basedir=".">
<.... checkout otherbuildfile.xml...>
<target name="build">
<ant antfile="otherbuildfile.xml" dir="${basedir}" target="${target}/>
</target>
</project>

Any ideas?

Klara

Reply via email to