I have an existing web project. The project structure is unlike that being used in WSAD normally - for eg > all my
java source is in src/java and all my
test files in java/test.
The files that should go to the WEB-INF folder are also put in different locations. I use an
ant build script to build the project.
Is it possible to retain the folder structure and use an ant build file within WSAD instead of using the default build script that is being used by WSAD. In this case how do I deploy my war to the Test Environemnt?