Re: m2 unable to build on linux with maven-compiler-plugin 2.0.1 version

2006-04-13 Thread Gautham Pamu
Hi Carlos, It fixed the problem with I removed that directory. Now I am seeing the problem with mvn 2.0.4. I just downloaded mvn 2.0.4 version and cleanup my repository directory and try to compile my projects. I am getting this error... I think there is problem with pom files of

Re: m2 unable to build on linux with maven-compiler-plugin 2.0.1 version

2006-04-09 Thread Carlos Sanchez
to be sure, try removing /home/gpamu/.m2/repository/org/codehaus/plexus Are you behind a proxy? using a mirror? On 4/8/06, Gautham Pamu [EMAIL PROTECTED] wrote: Hi Carlos, I now remove the /home/gpamu/.m2/repository/org/codehaus/plexus/plexus-compiler/1.5.2/plexus- compiler-1.5.2.pom but now

Re: m2 unable to build on linux with maven-compiler-plugin 2.0.1 version

2006-04-08 Thread Gautham Pamu
Hi Carlos, I now remove the /home/gpamu/.m2/repository/org/codehaus/plexus/plexus-compiler/1.5.2/plexus- compiler-1.5.2.pom but now it is failing with javac pom file. [INFO] [antrun:run] [INFO] Executing tasks [INFO] Executed tasks [INFO] [resources:resources] [INFO] Using default encoding to

Re: m2 unable to build on linux with maven-compiler-plugin 2.0.1 version

2006-04-07 Thread Gautham Pamu
HI Carlos, I removed the plexus-compiler-api, plexus-compiler-manager and plexus-compiler-javac. I am still getting the same error... [INFO] [ERROR] BUILD ERROR [INFO]

Re: m2 unable to build on linux with maven-compiler-plugin 2.0.1 version

2006-04-07 Thread Carlos Sanchez
You need to remove /home/gpamu/.m2/repository/org/codehaus/plexus/plexus-compiler/1.5.2/plexus- compiler-1.5.2.pom On 4/7/06, Gautham Pamu [EMAIL PROTECTED] wrote: HI Carlos, I removed the plexus-compiler-api, plexus-compiler-manager and plexus-compiler-javac. I am still getting the same

Re: m2 unable to build on linux with maven-compiler-plugin 2.0.1 version

2006-04-06 Thread Gautham Pamu
Hi Carlos and Wayne, Do you still want me to open the bug report on http://jira.codehaus.org/browse or is it already opened. Carlos, can you tell me on which project I should open this bug. Thanks Gautham Pamu On 4/5/06, Carlos Sanchez [EMAIL PROTECTED] wrote: I'm fixing it On 4/5/06,

Re: m2 unable to build on linux with maven-compiler-plugin 2.0.1 version

2006-04-06 Thread Carlos Sanchez
It's fixed now. You need to delete the poms of that plexus-* components from your local repo so they get downloaded again. On 4/6/06, Gautham Pamu [EMAIL PROTECTED] wrote: Hi Carlos and Wayne, Do you still want me to open the bug report on http://jira.codehaus.org/browse or is it already

m2 unable to build on linux with maven-compiler-plugin 2.0.1 version

2006-04-05 Thread Gautham Pamu
Hi Everyone, There seems to be a problem in the pom.xml files of plexus-compiler-api:jar: 1.5.2 and maven-compiler-plugin 2.0.1 is using this version. I have seem this sun.io.MalformedInputException error while compile java code if the code has special characters in comments. The code is not

Re: m2 unable to build on linux with maven-compiler-plugin 2.0.1 version

2006-04-05 Thread Wayne Fay
Sounds like a bug report. Try to find the bad character (or other root cause) and post the issue on JIRA. Wayne On 4/5/06, Gautham Pamu [EMAIL PROTECTED] wrote: Hi Everyone, There seems to be a problem in the pom.xml files of plexus-compiler-api:jar: 1.5.2 and maven-compiler-plugin 2.0.1 is

Re: m2 unable to build on linux with maven-compiler-plugin 2.0.1 version

2006-04-05 Thread Gautham Pamu
There seems to be some special character in the white spaces in pom.xml files for plexus-compiler-manager, plexus-compiler-javac, plexus-compiler-api for 1.5.2 version. Could you please fix it as soon as possible and upload to the maven repository. ThanksGautham PamuOn 4/5/06, Wayne Fay [EMAIL

Re: m2 unable to build on linux with maven-compiler-plugin 2.0.1 version

2006-04-05 Thread Wayne Fay
Again, this sounds like something you should file as a bug report in JIRA. http://jira.codehaus.org/browse Wayne On 4/5/06, Gautham Pamu [EMAIL PROTECTED] wrote: There seems to be some special character in the white spaces in pom.xml files for plexus-compiler-manager, plexus-compiler-javac,

Re: m2 unable to build on linux with maven-compiler-plugin 2.0.1 version

2006-04-05 Thread Carlos Sanchez
I'm fixing it On 4/5/06, Gautham Pamu [EMAIL PROTECTED] wrote: There seems to be some special character in the white spaces in pom.xml files for plexus-compiler-manager, plexus-compiler-javac, plexus-compiler-api for 1.5.2 version. Could you please fix it as soon as possible and upload to