Re: Maven Petstore

2005-03-02 Thread Arnaud HERITIER
:[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 download

RE: Maven Petstore

2005-03-02 Thread GOKULAM Jayaram
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 f

RE: Maven Petstore

2005-03-01 Thread Jörg Schaible
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

RE: Maven Petstore

2005-03-01 Thread GOKULAM Jayaram
al Message- From: Arnaud HERITIER [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 02, 2005 11:43 AM To: 'Maven Users List' Subject: RE: Maven Petstore You must add this in your POM : commons-codec commons-codec 1.3 You do not need to modify your repository and ma

RE: Maven Petstore

2005-03-01 Thread Arnaud HERITIER
--- > De : GOKULAM Jayaram [mailto:[EMAIL PROTECTED] > Envoyé : mercredi 2 mars 2005 05:30 > À : Maven Users List; [EMAIL PROTECTED] > Objet : RE: Maven Petstore > > Hi Siegfried, > Thanks for your guidance. Can u please let me know how > exactly I should and what URL I s

RE: Maven Petstore

2005-03-01 Thread GOKULAM Jayaram
should come out of this error. Thanks in advance, Jayaram -Original Message- From: Siegfried Goeschl [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 01, 2005 7:48 PM To: Maven Users List Subject: Re: Maven Petstore It seems that commons-codec is not defined in your project.xml Siegfried

Re: Maven Petstore

2005-03-01 Thread Siegfried Goeschl
It seems that commons-codec is not defined in your project.xml Siegfried Goeschl GOKULAM Jayaram wrote: Hi am trying to compile petstore example application provided by sun. And am getting the following errors, Please help me to overcome this problem. Also let me know if I can set a classpath from