Poor man's web.xml merging

2006-11-06 Thread Arnaud Bailly
While trying to use war plugin for overlaying two webapps, I was bitten by the somewhat obvious problem of how to merge web descriptors. There does not seem to exist a standard (read mainstream) way of doing this. All I found searching the ML on nabble was a reference to some custom development mod

RE: Poor man's web.xml merging

2006-11-06 Thread Vincent Massol
y [mailto:[EMAIL PROTECTED] > Sent: lundi 6 novembre 2006 23:14 > To: users@maven.apache.org > Subject: Poor man's web.xml merging > > While trying to use war plugin for overlaying two webapps, I was > bitten by the somewhat obvious problem of how to merge web > descri

Re: Poor man's web.xml merging

2006-11-06 Thread Arnaud Bailly
"Vincent Massol" <[EMAIL PROTECTED]> writes: > Hi Arnaud, > > There's also some code to merge Wars in Cargo's code. See > http://cargo.codehaus.org/Merging+WAR+files > > I haven't used it myself so I don't know how well it works but it may be > worth a try. > Thanks Vincent for the pointer. It is

Re: Poor man's web.xml merging

2006-11-07 Thread Arnaud Bailly
Ouuup ! [INFO] [cargo:uberwar] [INFO] [ERROR] BUILD ERROR [INFO] [INFO] Exception merging web.xml [INFO] --

RE: Poor man's web.xml merging

2006-11-07 Thread Vincent Massol
the Cargo user list as the author of this code is reading the emails there. He may not see it here though. Thanks -Vincent > -Original Message- > From: Arnaud Bailly [mailto:[EMAIL PROTECTED] > Sent: mardi 7 novembre 2006 11:05 > To: Maven Users List > Subject: Re: Po

Re: Poor man's web.xml merging

2006-11-07 Thread Nigel Magnay
I think your merge.xml is required to have a context params section e.g : $left:param-name $left:param-value $right:param-value On 07/11/06, Arnaud Bailly <[E