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

RE: Using maven 2.0

2006-07-24 Thread Mike Perham
Please use the Maven users list for user questions. -Original Message- From: Maiskar, Vikram V [mailto:[EMAIL PROTECTED] Sent: Monday, July 24, 2006 7:42 AM To: dev@maven.apache.org Subject: Using maven 2.0 Hi, I need to write maven scripts with 2.x version, such that I can do all

Re: Using maven 2.0

2006-07-24 Thread Raphaël Piéroni
Hi, please start with the maven book on the mergere's site http://www.mergere.com/m2book_download.jsp or with the getting started http://maven.apache.org/guides/getting-started/index.html Regards, Raphaël 2006/7/24, Maiskar, Vikram V <[EMAIL PROTECTED]>: Hi, I need to write maven scripts w

Using maven 2.0

2006-07-24 Thread Maiskar, Vikram V
Hi, I need to write maven scripts with 2.x version, such that I can do all : compile, test and package to jar using one command only. I am unable to get any docs reagrding this (as to how to do that whether to have a file like maven.xml ...). Can somebody pl help in this regard? Thanks, Vikram