I am trying to wrap up a web project and the build environment I am trying to integrate with uses Ant exclusively for their builds.
The build managers do not have expertise in Maven and would prefer that all of the Maven files be converted to Ant scripts. I looked at the Maven Ant tasks but it looks like those tasks are mainly for people that want to use dependency management in their existing ant builds. I am trying to integrate my web project into their larger scale build environment. So one large ant script would build all of the components of the system including mine as a separate module. One option I was thinking about was back porting the web app (Spring MVC, Spring in Middle, and Hibernate) to appfuse 1.9.x (because it uses ant scripts) by coping the files over. Then I could give them the ant scripts and they could make the necessary modifications to the ant scripts to integrate the scripts into their build environment I was wondering if there were any caveats (like certain classes that are extended from do not exist in Appfuse 1.9.x) that I should be aware of before doing this. Thanks, Abe
