Is there a sample or tutorial on how to use the ANT build file to build the whole J2EE project ? We want to use the ANT build file to build an exploded project. Currently we have not associated the project with any build file and build it using the IDE in exploded mode on Weblogic8.1 SP5. We do have a build.xml file that we use to do SystemTest builds, integration builds, etc. I would like to use the same file to do builds on my local MyEclipseIDE too. Is there any way to do that ? or if there is an example, please point me to that. I tried to read the tutorial, but it is specific to only Web projects.
Thanks