creating a JAR file of the source code in a war project

2008-12-10 Thread Richard Chamberlain
Hi, I've got a standard war project. I'd like to jar up my source code and put it in WEB-INF/lib instead of compiling it to WEB-INF/classes. This would allow me to overlay it into another war project without mixing up WEB-INF/classes Is this possible/advisable? Regards, Richard

Re: creating a JAR file of the source code in a war project

2008-12-10 Thread Edelson, Justin
t: Wed Dec 10 08:48:42 2008 Subject: creating a JAR file of the source code in a war project Hi, I've got a standard war project. I'd like to jar up my source code and put it in WEB-INF/lib instead of compiling it to WEB-INF/classes. This would allow me to overlay it into another

Re: creating a JAR file of the source code in a war project

2008-12-10 Thread Wendy Smoak
On Wed, Dec 10, 2008 at 8:48 AM, Richard Chamberlain <[EMAIL PROTECTED]> wrote: > I've got a standard war project. I'd like to jar up my source code and > put it in WEB-INF/lib instead of compiling it to WEB-INF/classes. > > This would allow me to overlay it into another war project without > mixin

Re: creating a JAR file of the source code in a war project

2008-12-10 Thread Jörg Schaible
Richard Chamberlain wrote at Mittwoch, 10. Dezember 2008 14:48: > Hi, > > > > I've got a standard war project. I'd like to jar up my source code and > put it in WEB-INF/lib instead of compiling it to WEB-INF/classes. > > > > This would allow me to overlay it into another war project withou

RE: creating a JAR file of the source code in a war project

2008-12-10 Thread Richard Chamberlain
Yeah, I meant classes. That'll help while I restructure the project. Thanks Guys! -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: 10 December 2008 13:57 To: Maven Users List Subject: Re: creating a JAR file of the source code in a war project On Wed, Dec 10,