RE: Building Applet JARS inside WAR files using Maven 2.0

2008-04-28 Thread Brian E. Fox
You can do this with dependency:unpack or dependency:copy too instead of using ant. -Original Message- From: satheeshsamiappan [mailto:[EMAIL PROTECTED] Sent: Monday, April 28, 2008 12:57 AM To: dev@maven.apache.org Subject: Re: Building Applet JARS inside WAR files using Maven 2.0 Hi

Re: Building Applet JARS inside WAR files using Maven 2.0

2008-04-27 Thread satheeshsamiappan
ecessarily reflect the > opinions of the Queensland Department of Main Roads, Queensland > Transport or Maritime Safety Queensland, or endorsed organisations > utilising the same infrastructure. > *** > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Building-Applet-JARS-inside-WAR-files-using-Maven-2.0-tp16268092s177p16930326.html Sent from the Maven Developers mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Building Applet JARS inside WAR files using Maven 2.0

2008-03-25 Thread Wayne Fay
On Tue, 25 Mar 2008, [EMAIL PROTECTED] wrote: > Hi, > > I have been scratching my head on this one for awhile. Please send these kinds of questions to the Maven Users list. This list is reserved for discussion of the development of Maven itself. Wayne

Re: Building Applet JARS inside WAR files using Maven 2.0

2008-03-25 Thread david
On Tue, 25 Mar 2008, [EMAIL PROTECTED] wrote: Hi, I have been scratching my head on this one for awhile. We have an applet which the class files are packaged up into a JAR file. This JAR file is then packaged up inside a WAR file which then gets packaged in an EAR file so that it can be deploy

Building Applet JARS inside WAR files using Maven 2.0

2008-03-24 Thread chris . r . grigg
Hi, I have been scratching my head on this one for awhile. We have an applet which the class files are packaged up into a JAR file. This JAR file is then packaged up inside a WAR file which then gets packaged in an EAR file so that it can be deployed onto Websphere Application Server 6.1 (our