got it !! everything was fine but for the shell I was using: I am using the 4NT software to get a console window with a prompt under Windows NT: it obviously interfers with the scripts. So, beware of 4NT when using ant...
-----Message d'origine----- De : Steve Loughran [mailto:[EMAIL PROTECTED]] Envoy� : mercredi 27 f�vrier 2002 00:29 � : Ant Users List Objet : Re: target selection: sthg wrong in the installation ? I bet there is something wrong with your env variables (esp CLASSPATH) which is causing confusion. 1 .find ant.bat (in ant\bin), 2. turn off the echo statement on line 1 3. call ant and see what gets printed ----- Original Message ----- From: "LABURTHE, Fran�ois" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 26, 2002 10:13 Subject: target selection: sthg wrong in the installation ? I installed jakarta-ant-1-4-1 under Windows NT4: - unzipped the archive and put everything into d:\sys\ant - defined the environment variable ANT_HOME - added d:\sys\ant\bin to the PATH environment variable (I use a jdk1.3, installed in d:\sys\java\jdk1.3 and JAVA_HOME is already defined as d:\sys\java\jdk1.3) Tried to use the simplest build.xml file I could come up with <project name="trivialproject" default="talk" basedir="."> <target name="talk"> <echo> Hello world </echo> </target> </project> When calling 'ant' or 'ant talk', I got the following answer (as if ant had tried to select as a target the first file in the current directory, e.g. build.bak) Buildfile: build.xml BUILD FAILED Target `build.BAK' does not exist in this project. Total time: 0 seconds Anyone has an indea on what I am doing wrong. Did I miss something in the installation ? Thanks, Fran�ois -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
