From: Aplaws D. L. <apl...@li...> - 2009-05-28 10:16:43
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7414100 By: terry_permeance I would like to change the way web.xml is created, something like this: 1. create an empty <web-app/> xml descriptor 2. for each applications, merge in web/WEB-INF/web.xml.part (if it exists) 3. merge in the web.xml defined in project.xml There are helper classes around... e.g. http://cargo.codehaus.org/maven-site/cargo-core/cargo-core-api/cargo-core-api-mo dule/apidocs/org/codehaus/cargo/module/webapp/WebXmlMerger.html I've seen this done with liferay but not sure how it handles conflicts, e.g. define the same servlet twice with different implementations. Any thoughts? Terry ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=368401 |