For the first start copy that snippet into your current directory: build.xml ---8-<-------8-<-------8-<-------8-<-------8-<-------8-<-------8-<-------8-< ---- <project> <tstamp/> <echo>Now it is ${TSTAMP}</echo> <echo>Java is ${java.version}</echo> </project> ---8-<-------8-<-------8-<-------8-<-------8-<-------8-<-------8-<-------8-< ----
Then retry. After that you could start with a very small tutorial from the manual. "Developing with Ant | Hello World with Ant" [1]. Jan [1] http://ant.apache.org/manual/tutorial-HelloWorldWithAnt.html > -----Ursprüngliche Nachricht----- > Von: Kishore Sockalingam [mailto:[EMAIL PROTECTED] > Gesendet am: Donnerstag, 28. April 2005 11:46 > An: Ant Users List > Betreff: Installing ant on linux 3 > > Hello > > I am trying to install ant on linux 3.0 > > When I ran the ant script ..it shows the build failed. > > ./ant > Buildfile: build.xml does not exist! > Build failed > > I am new to ant scripts. > > What could be the problem. > > Kishore > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >