Did you try maven war or maven jar
If the project is already a war project, it will be done automatically.

Arnaud


On Wed, 2 Mar 2005 15:46:16 +0530, GOKULAM Jayaram
<[EMAIL PROTECTED]> wrote:
> Hi,
> Thanks to all of you, Siegfried,Arnaud, and Jorg especially, it worked 
> finally. I replaced the Base64 class and got it compiled.
> 
> Thanks for you support dudes.
> 
> Now am stuck with my next step. I have a folder target\clasess\clasess which 
> contains the compiled files. Now how should I tell maven, create jar of a set 
> of files then create a war of the jsp files and create an ear of jar and war.
> If I understand correct from the documents, should I create three separate 
> folders and then write 3 separate maven.xml files?
> 
> Thanks in advance
> Jayaram
> 
> -----Original Message-----
> From: J�rg Schaible [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, March 02, 2005 1:27 PM
> To: Maven Users List
> Subject: RE: Maven Petstore
> 
> GOKULAM Jayaram wrote on Wednesday, March 02, 2005 8:23 AM:
> 
> > Thanks for the support Arnaud. But still it did not work.
> > Though it downloaded the commons-codec jar file it again got
> > into my earlier problem, as stated below.
> >
> > Compiling shows error again. Should I set some classpath or
> > path from the command prompt?Please guide me on this. Thanks
> > in advance, Jayaram
> 
> [snip]
> 
> >     [javac] Compiling 282 source files to C:\Maven
> > 1.0.2\bin\target\classes\classes C:\Maven
> > 1.0.2\bin\target\classes\checkouts\petstore\src\waf\src\contro
> > ller\com\sun\j2ee\bluepr
> > ints\waf\controller\web\flow\handlers\ClientStateFlowHandler.j
> > ava:47: package org.apache.common s.codec.base64 does not
> > exist import org.apache.commons.codec.base64.Base64;
> 
> [snip]
> 
> Gosh, how difficult is it to look into a jar? Base64 is in package 
> org.apache.commons.codec.binary. So you have to figure out, which version of 
> this jar you'll need, it seems quite ancient. If a common-codec.jar is also 
> delivered with the petshop, you may have a look into the manifest of it or 
> use the maven.jar.override to use this specific one directly.
> 
> - J�rg
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> Confidentiality Statement:
> 
> This message is intended only for the individual or entity to which it is 
> addressed. It may contain privileged, confidential information which is 
> exempt from disclosure under applicable laws. If you are not the intended 
> recipient, please note that you are strictly prohibited from disseminating or 
> distributing this information (other than to the intended recipient) or 
> copying this information. If you have received this communication in error, 
> please notify us immediately by return email.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to