Currently I am working on my local XP box in Eclipse Helios. The version of
ANT that I have loaded is apache-ant-1.8.2. I am a NEWBIE in regards to ANT and need some help.
The error I am getting in the build.xml file is: Default target dist does not exist in this project
However, when I go to the Eclipse workspace where I have my project: C:\eclipse-3.6-helios-SR1\Workspace\TestWebService\RequisitionWS
And the directory structure for my project, RequisitionWS, is:
.settings
build folder
dist folder
src folder
WebContent folder
.classpath
.project
build.xml
My build.xml file is as follows:
Can someone please tell me what I'm doing wrong? ANY help/direction would be greatly appreciated.
Thanks.