Hi All, I'm new to ant and i just tried a simple ant script to print hello, world, but i can't get it running. Can anyone help me please. _________________________________________________________________________ Here is the build.xml:
<?xml version="1.0"?> <project name="test" default="test" basedir="."> <echo message="Hello world"/> </project> _________________________________________________________________ Here is what i get when i run ant: C:\>ant Buildfile: build.xml BUILD FAILED C:\build.xml:5: Unexpected element "echo" Total time: 1 second ___________________________________________________________________________ Am i missing anything ????? Thanks in advance. Nilesh. -------------------------------------------------------------- Peer Information India Pvt Ltd, Mumbai, India -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
