Hi Kevin, > -----Original Message----- > From: Kevin Galligan [mailto:[EMAIL PROTECTED] > Sent: jeudi 22 décembre 2005 20:19 > To: users@maven.apache.org > Subject: multi module issues > > Just wanted to comment quick on the message from Vincent (I just saw > this message for the first time...). I abandoned the xml merging for > right now. I was having trouble with the cargo xml merging code. I > added some stuff myself, but after the war plugin added the war file > composition, I just figured for now we would replicate the web.xml data > manually rather than merge them. > > However, I would really like to get the web.xml merging to work. Is > there anybody actively working on the web xml merger?
Yes, there's at least one active person on the domain of J2EE module parsing/reading/merging. You should really join the Cargo dev mailing list and ask your question/post ideas there. > I'm also pretty > clueless. What's cargo? See http://cargo.codehaus.org. The part that interest you for the xml merging: "A Java API to parse/create J2EE Modules" This is what we call the "Cargo Module API" (module as in J2EE module). It lives in org.codehaus.cargo.module package (in trunk/core/api/module/ directory if you check out the cargo sources). > What is that code being used for currently? > I'd possibly like to work on that, or get somebody in my group to work > on that, but I'm not sure what the protocol is. Very cool. We have a page explaining how to contribute to the Cargo project: http://cargo.codehaus.org/Contributing. To get started the best is to: - subscribe to the Cargo dev mailing (see http://archive.codehaus.org/cargo/) - read the web site to better understand what cargo is about - ask questions and suggest ideas on the cargo dev mailing list - see if there are existing open issues that you could take up. See http://tinyurl.com/9wo3p. Thanks. See you on the cargo dev list! -Vincent > > -----Original Message----- > > From: Richard Allen [mailto:[EMAIL PROTECTED] > > Sent: mercredi 30 novembre 2005 14:01 > > To: Maven Users List > > Subject: Re: Multi-module wars > > [snip] > > > However, I would like to see the maven-war-plugin support the web.xml > > merge functionality that Kevin Galligan's hack includes. Maybe you can > > raise this as a JIRA issue Kevin? > > Just a note here for anyone interested in implementing this: there's code > in > Cargo to merge web.xml files and this library is being improved with > support > for also merging container-specific deployment descriptors. There are also > generic classes for merging any xml files. > > It's in there: http://tinyurl.com/dtwet > > Check the org.codehaus.cargo.module.webapp.WebXmlMerger class along with > the > files in org.codehaus.cargo.module.merge. > > Hope it helps, > -Vincent > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]