i added the full path to the bin as well :
C:\project\core\build\nt>f:\jakarta-ant-1.4.1\bin\ant -verbose compile Ant version 1.2 compiled on October 24 2000 Searching for build.xml ... -----Original Message----- From: Shoemaker, Michael (STL) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 9:52 AM To: 'Ant Users List' Subject: RE: ant problems on windows Are you sure you don't have 2 ant installations and its hitting the old one first? -----Original Message----- From: Miriam Aguirre [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 11:48 AM To: '[EMAIL PROTECTED]' Subject: ant problems on windows hello, i've got a couple of things, i downloaded jakarta-ant-1.4.1-bin.zip (and tar.gz) and when i do an ant -verbose target i get the following: Ant version 1.2 compiled on October 24 2000 Searching for build.xml ... Searching in C:\project\core\build\nt Buildfile: C:\project\core\build\nt\build.xml Detected Java Version: 1.2 Detected OS: Windows NT version 1.2 ? is this ok? also, i'm on windows 2000. if i add the <property environment="env"/> tag in my build file i get: C:\project\eir\build\nt>build -verbose -Diasbin=%GX_ROOTDIR%/bin deploy Ant version 1.2 compiled on October 24 2000 BUILD FAILED C:\project\eir\build\nt\build.xml:123: Class org.apache.tools.ant.taskdefs.Property doesn't support the "envir onment" attribute Total time: 0 seconds Finally, if i add more than one command line property (-Dprop1=foo -Dprop2=bar) ant doesn't seem to do *anything* C:\project\eir\build\nt>build -verbose -Diasbin=%GX_ROOTDIR%/bin -Dhost=localhost -Dport=10817 deploy Ant version 1.2 compiled on October 24 2000 C:\project\eir\build\nt> anyone have any ideas? -Miriam -- 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]>
