Hi,
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? Thanks in advance, -- View this message in context: http://www.nabble.com/Run-other-build-file-tp22803538p22803538.html Sent from the Ant - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org