>        I have created a testbuild.xml and the content of the file is 
> 
> <?xml version="1.0"?>
> <project name="Test" default="simple" basedir=".">
>  <target name="simple">
>          <echo>Hello World!</echo>         
>      </target>
> </project>
> How to run the target simple from command line?


ant -f testbuild.xml sample

see http://ant.apache.org/manual/running.html#options or "ant -help"


Jan

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to