Hello I'm looking for a way to merge two different webapps.
Both apps are implemented with servlets JSP etc, with the Tomcat directory structure (WEF-INF...). We want to merge both projects to one. We need some automated way to do this, because both projects remain separated and will evolve independently, but we need to merge them on compile with Ant. For example, the output application should have a web.xml with instances of the two separated web.xml files, and should put together the JSP and .java files (warning in case of repetition...). I would like to know if exist a way to do this with Ant. Or maybe exist a way in another project? Thank you very much for any help. Sergi