I have an ANT build file that is very simple yet it is not working.
When I run the build using RUN AS/ANT BUILD, the process says the BUILD was successful but directories, in the project, are not deleted not created. It is as if nothing is actually happening but there are no errors.
I am using Vista and my Eclipse Workspace directory is under my user directory.
I have searched the entire computer for the WAR file to see if maybe it is creating it somewhere else but it is not found.
I went to a Command prompt and into the directory where the build.xml is and just typed "ant". I received back "BUILD Successful" with a time of 0 seconds. Nothing was created or deleted.
Should I uninstall Eclipse and reinstall it?
Mark E Hansen
Ranch Hand
Joined: Apr 01, 2009
Posts: 639
posted
0
Do you need to provide a default attribute to the project tag?
Terry Chambers
Greenhorn
Joined: May 11, 2009
Posts: 17
posted
0
Do you need to provide a default attribute to the project tag?