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
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: Poor man's web.xml merging Ouuup ! [INFO

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 : webXml contextParams strategy name=ChooseByName default strategy name=Preserve/ /default choice name=contextConfigLocation strategy name=NodeMerge context-param

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

RE: Poor man's web.xml merging

2006-11-06 Thread Vincent Massol
] 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 descriptors. There does not seem to exist a standard (read mainstream

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 obviously