IntelliJ Java IDE
The moose likes Ant, Maven and Other Build Tools and the fly likes First time run ant problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Practical Unit Testing with TestNG and Mockito this week in the Testing forum!
JavaRanch » Java Forums » Engineering » Ant, Maven and Other Build Tools
Reply Bookmark "First time run ant problem" Watch "First time run ant problem" New topic
Author

First time run ant problem

michael yue
Ranch Hand

Joined: Nov 20, 2003
Posts: 204
Hi
I installed java web service which come with ant. Problem is I follow the tutorial and cannot get the ant to run. Thought maybe its the path problem. Can someody help me out
SET PATH=C:\Program Files\Xinox Software\JCreator LE\MyProjects;C:\j2sdk1.4.0_01\lib\servlet.jar;C:\j2sdk1.4.0_01\bin;C:\IBMDebug\bin;C:\IBMVJA~1\EAB\BIN;C:\WINDOWS;C:\WINDOWS\COMMAND;C:\PROGRA~1\SQLLIB\BIN;C:\PROGRA~1\SQLLIB\SAMPLES\REPL;C:\PROGRA~1\SQLLIB\HELP;C:\PROGRA~1\IBM\IMNNQ;C:\PROGRA~1\IBM\IMNNQ;C:\PROGRA~1\OPENLINK\LITE32;c:\jwsdp-1_0_01\bin
The path for ant is at the end of the set path statement. Is anything wrong with this?
Marilyn de Queiroz
Sheriff

Joined: Jul 22, 2000
Posts: 9001
I don't see any reference to ant at the end of your SET PATH statement.

Please see this similar question for the path and classpath settings I use successfully.


JavaBeginnersFaq
"Yesterday is history, tomorrow is a mystery, and today is a gift; that's why they call it the present." Eleanor Roosevelt
 
 
subject: First time run ant problem
 
Threads others viewed
Unexpected java version in class file
PATH and CLASSPATH
problems while running ANT
wsStartServer ANT task
package oracle.jdbc.driver does not exist
IntelliJ Java IDE