RE: [m2]: include war in war

2005-08-18 Thread Vincent Massol
is. Thanks -Vincent > -Original Message- > From: solo turn [mailto:[EMAIL PROTECTED] > Sent: mercredi 17 août 2005 11:32 > To: Maven Developers List > Subject: [m2]: include war in war > > hi, > > would it make sense to allow including a war into a war? so you could >

Re: include war in war

2005-08-17 Thread Florin Vancea
ble to live with that. I agree, not nice but handy (so far). Florin - Original Message - From: "solo turn" <[EMAIL PROTECTED]> To: "Maven Developers List" Sent: Wednesday, August 17, 2005 12:31 PM Subject: [m2]: include war in war > hi, > > would it

Re: [m2]: include war in war

2005-08-17 Thread solo turn
in the simplest case: just overwrite the original. On 8/17/05, Stephane Nicoll <[EMAIL PROTECTED]> wrote: > Hey, > > Sounds rather weird. How would you merge the web.xml files? > > s/ > > On 8/17/05, solo turn <[EMAIL PROTECTED]> wrote: > > hi, > > > > would it make sense to allow including a w

Re: [m2]: include war in war

2005-08-17 Thread Tomasz Pik
On 17/08/05, Stephane Nicoll <[EMAIL PROTECTED]> wrote: > Hey, > > Sounds rather weird. How would you merge the web.xml files? XSLT or something similar for example. Customizing war is such a way makes a lot of sense for me. Consider 'application-1.1.war' which is located in repository. As web ap

Re: [m2]: include war in war

2005-08-17 Thread Stephane Nicoll
Hey, Sounds rather weird. How would you merge the web.xml files? s/ On 8/17/05, solo turn <[EMAIL PROTECTED]> wrote: > hi, > > would it make sense to allow including a war into a war? so you could > take a standard war without touching it, and add specific things to > it, jars, tld, html, class

[m2]: include war in war

2005-08-17 Thread solo turn
hi, would it make sense to allow including a war into a war? so you could take a standard war without touching it, and add specific things to it, jars, tld, html, class. or would this be ugly? how would you do that then? -solo -