>   so, the command line will be in as follows...
>
> ant -compile="targetname" -buildfile buildtest.xml
>
>   is it correct???
>
Sorry I wasn't clear enough..
The commnand line would be:
 ant targetname -buildfile buildtest.xml

(compile was just the name of my target.!)

You can actualy include more than one target name, for options on running
ant from the command line type:

ant -help

:)

Ylan Segal.

Reply via email to