RE: My application is not getting compiled using Maven

2009-10-09 Thread Damon Silver
al Message- From: rasahere [mailto:rasa.still.h...@gmail.com] Sent: Thursday, October 08, 2009 9:00 PM To: users@maven.apache.org Subject: RE: My application is not getting compiled using Maven But mvn is for maven 2.0 rt ? i am using maven 1.0 only. Damon Silver wrote: > > 

RE: My application is not getting compiled using Maven

2009-10-08 Thread rasahere
gt; Subject: Re: My application is not getting compiled using Maven > > > unmappable character for encoding UTF8 is the warning which i am getting. > I have removed old version jar files and added new version then it is > giving > > following error > > The build cannot

RE: My application is not getting compiled using Maven

2009-10-08 Thread Damon Silver
'mvn dependency:tree' -Original Message- From: rasahere [mailto:rasa.still.h...@gmail.com] Sent: Wednesday, October 07, 2009 11:57 PM To: users@maven.apache.org Subject: Re: My application is not getting compiled using Maven unmappable character for encoding UTF8 is the warni

Re: My application is not getting compiled using Maven

2009-10-07 Thread rasahere
unmappable character for encoding UTF8 is the warning which i am getting. I have removed old version jar files and added new version then it is giving following error The build cannot continue because of the following unsatisfied dependencies: commons-jelly-20030902.160215.jar velocity-1.4-dev.

Re: My application is not getting compiled using Maven

2009-10-07 Thread Lukas Theussl
rasahere wrote: what value i should give here Whatever your source files are encoded in. is it like maven.compile.encoding=UTF8 I guess it's something else as the error suggests. -Lukas Lukas Theussl-4 wrote: Setting the maven.compile.encoding property should be more useful fo

Re: My application is not getting compiled using Maven

2009-10-07 Thread rasahere
The existing application uses Maven 1.0 . Luca Li Greci wrote: > > 2009/9/23 rasahere > >> >> Hi, >> >> I am using Maven 1.0 and my jdk is 1.5. Now when i am trying to build my >> application jar i am getting some strange errors. >> >> warning: unmappable character for encoding UTF8 >>[ja

Re: My application is not getting compiled using Maven

2009-10-07 Thread rasahere
what value i should give here is it like maven.compile.encoding=UTF8 Lukas Theussl-4 wrote: > > > Setting the maven.compile.encoding property should be more useful for your > case > than maven.compile.source. > > HTH, > -Lukas > > > Thomas Sundberg wrote: >> Hi! >> >> What happens if

Re: My application is not getting compiled using Maven

2009-09-23 Thread Lukas Theussl
Setting the maven.compile.encoding property should be more useful for your case than maven.compile.source. HTH, -Lukas Thomas Sundberg wrote: Hi! What happens if you remove the unmappable character? Have you been able to compile before or is this a new setup? Can you restart with the simpl

Re: My application is not getting compiled using Maven

2009-09-23 Thread Luca Li Greci
2009/9/23 rasahere > > Hi, > > I am using Maven 1.0 and my jdk is 1.5. Now when i am trying to build my > application jar i am getting some strange errors. > > warning: unmappable character for encoding UTF8 >[javac] /** >[javac] ^ > this is just a warning but still the build is fail

Re: My application is not getting compiled using Maven

2009-09-23 Thread Thomas Sundberg
Hi! What happens if you remove the unmappable character? Have you been able to compile before or is this a new setup? Can you restart with the simplest Hello World and get that to compile? What happens if you use Maven 2? /Thomas On Wed, Sep 23, 2009 at 08:29, rasahere wrote: > > Hi, > > I am u