I have an existing J2EE project that is very large and old. So my current construction process is to open eclipse, file / export and click in the War archive.
While our company is turning over as fast as a new assembly is required, we must create an automated process. However, I am looking for the fastest way to automate construction. I look at Maven2 first, but our application has JDK1.4, which is less than the minimum 1.5.
I searched for Maven1, but after some weird errors and some reading, this seems to be just an overlay on Ant. Why am I not using Ant directly?
Here we are, I am looking at the Ant documentation and trying to write build.xml, but it seems to be too complicated for my large project. For God's sake, when I contact Export / War, Eclipse will complete the task . Why can't I reproduce or export the easiest way to export the Eclipse military file to the build.xml file or something else?
Some tools that convert Eclipse metadata to ant -build.xml must exist. But does anyone know them?
source share