ok this is what I am trying to do: I want to deploy a web application so it is accessable to the server.
This is my file directory:
bluegrass\
has html and jsp pages
bluegrass\WEB-INF
has web.xml file
bluegrass\WEB-INF\classes
has my class files
bluegrass\WEB-INF\lib
has my jar files
I want to take and make a web app out of these files. I am not sure how to set up a build.xml file to handle the jsp's (4) and the java servlet(1). I am also unsure what to do with properties. I think for targets I am going to use initiate, build, clean, compile, dist, deploy....
But again it is mainly the properties and classpath that I get hung up on I have never done a build.xml file before so I am lost!