RES: Dependency problens when generating war file

2004-10-15 Thread Roberto Castro
] Enviada em: sexta-feira, 15 de outubro de 2004 10:12 Para: [EMAIL PROTECTED] Assunto: Re: Dependency problens when generating war file Did you specify these two properties? maven.war.src = maven.war.webxml= Jeff Registered Linux user number 366042 This e-mail is intended exclusive

Re: MPEAR-26 (WAS Re: Dependency problens when generating war file)

2004-10-15 Thread Brett Porter
makes sense On Fri, 15 Oct 2004 10:34:09 -0300, Felipe Leme <[EMAIL PROTECTED]> wrote: > Brett, > > On Fri, 15 Oct 2004 23:07:30 +1000, Brett Porter <[EMAIL PROTECTED]> wrote: > > As far as renaming the jars: why? They work just the same with the > > versions, and make it clearer what is bundled

MPEAR-26 (WAS Re: Dependency problens when generating war file)

2004-10-15 Thread Felipe Leme
Brett, On Fri, 15 Oct 2004 23:07:30 +1000, Brett Porter <[EMAIL PROTECTED]> wrote: > As far as renaming the jars: why? They work just the same with the > versions, and make it clearer what is bundled. I also don't see why the renaming matters in a WAR, but I think it makes sense in a EAR. In fac

RE: Dependency problens when generating war file

2004-10-15 Thread Maczka Michal
> -Original Message- > From: Roberto Castro [mailto:[EMAIL PROTECTED] > Sent: Friday, October 15, 2004 3:03 PM > To: [EMAIL PROTECTED] > Subject: Dependency problens when generating war file > > > Hi, all. I've been facing two problens generating a war fi

Re: Dependency problens when generating war file

2004-10-15 Thread Brett Porter
Put anything you want in WEB-INF in src/webapp/WEB-INF (assuming a default maven.war.src). tlds should probably be used from inside a JAR in a servlet 2.3 container - search the archives for tld :) As far as renaming the jars: why? They work just the same with the versions, and make it clearer wh

Re: Dependency problens when generating war file

2004-10-15 Thread jmutonho
Did you specify these two properties? maven.war.src = maven.war.webxml= Jeff Registered Linux user number 366042 This e-mail is intended exclusively for the addressee. If you are not the addressee you must not read, copy, use or disclose the e-mail nor the content; please notify us imm

Dependency problens when generating war file

2004-10-15 Thread Roberto Castro
Hi, all. I've been facing two problens generating a war file. Maven inserts jar files into war files with version number in its name. To avoid this, I created a goal in maven.xml to rename jar file, like this: Is it the better way to do this? Second problem: To copy tld and xml files into war fil