RE: [m204] Error with compiler plugin with new project...

2006-06-27 Thread Steven Coco
Hi. I posted a reply to the thread on "[m204]jdk 1.5 String too long?" that I think is basically all related to this same problem. From the end of your trace: C:\pw-90\core\src\main \java\com\prounlimited\test\domain\client\ClientTestCase� It is clear that Maven forks javac and it seems tha

RE: RE: [m204] Error with compiler plugin with new project...

2006-06-27 Thread Kieran Brady
>I removed what you said. I only found 1.5.0_07 and now I get this: > > ... >Caused by: java.io.IOException: CreateProcess: CMD.EXE /X /C javac -d Any problems running this from a Command Prompt? - To unsubscribe, e-mail: [EMAIL

RE: [m204] Error with compiler plugin with new project...

2006-06-27 Thread Mick Knutson
8-1804 (San Francisco, CA) http://www.BASELogic.com http://www.djmick.com --- From: "Allison, Bob" <[EMAIL PROTECTED]> Reply-To: "Maven Users List" To: "Maven Users List" Subject: RE: [m204] Error with compiler plugin with new project... Date: Tue, 27 Jun

RE: [m204] Error with compiler plugin with new project...

2006-06-27 Thread Allison, Bob
. -Original Message- From: Mick Knutson [mailto:[EMAIL PROTECTED] Sent: Monday, June 26, 2006 17:14 To: users@maven.apache.org Subject: Re: [m204] Error with compiler plugin with new project... This issue is really PISSING me off now. I have removed everything except a single as I need

Re: [m204] Error with compiler plugin with new project...

2006-06-26 Thread Steven Coco
Mick Knutson wrote: Nope. That did not do it. Hi. Well, I am still looking at a bit more Maven than I am used to, but: why does it appear that the parent POM declares a dependency on the "common" module. This looks like a circular dependency in the parent POM. Am I wrong about that? Stev

Re: [m204] Error with compiler plugin with new project...

2006-06-26 Thread Mick Knutson
AIL PROTECTED]> Reply-To: "Maven Users List" To: users@maven.apache.org Subject: Re: [m204] Error with compiler plugin with new project... Date: Mon, 26 Jun 2006 12:37:58 -0700 Nope. That did not do it. What is really strange, is that I deleted all my src files (./common/com

Re: [m204] Error with compiler plugin with new project...

2006-06-26 Thread Mick Knutson
n" <[EMAIL PROTECTED]> Reply-To: "Maven Users List" To: users@maven.apache.org Subject: Re: [m204] Error with compiler plugin with new project... Date: Mon, 26 Jun 2006 12:37:58 -0700 Nope. That did not do it. What is really strange, is that I deleted all my src files (./com

Re: [m204] Error with compiler plugin with new project...

2006-06-26 Thread Mick Knutson
che.org Subject: Re: [m204] Error with compiler plugin with new project... Date: Mon, 26 Jun 2006 12:37:58 -0700 Nope. That did not do it. What is really strange, is that I deleted all my src files (./common/common-jar/src/main/java) and repository and get the error not. So, in order, there is the FU

Re: [m204] Error with compiler plugin with new project...

2006-06-26 Thread Mick Knutson
Common jar resources com.prounlimited common ${common.version} --- Thank You Mick Knutson BASE logic, inc. (415) 648-1804 (San Francisco, CA) http://www.BASELogic.com http://www.djmick.com --- From:

Re: [m204] Error with compiler plugin with new project...

2006-06-24 Thread Steven Coco
Hi. I have no idea what's going on here at all; but: I saw you asked about Java 5. Are you sure it's not just because of a compiler configuration problem? When I want to work on JDK 5 projects, I have had to explicitly set the source AND target (which is a bug...) version to 5 in the compil

Re: [m204] Error with compiler plugin with new project...

2006-06-23 Thread Mick Knutson
] - Original Message - From: "Brett Porter" <[EMAIL PROTECTED]> To: "Maven Users List" Sent: Friday, June 23, 2006 5:13 PM Subject: Re: [m204] Error with compiler plugin with new project... Something strange going on, f

Re: [m204] Error with compiler plugin with new project...

2006-06-23 Thread Brett Porter
Something strange going on, for sure. Do other projects build ok for you? The only thing out of place I see: http://snapshots.maven.codehaus.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.0.1/maven-compiler-p lugin-2.0.1.pom I'd suggest removing any reference to that repository. -

Re: [m204] Error with compiler plugin with new project...

2006-06-23 Thread Mick Knutson
isco, CA) http://www.BASELogic.com http://www.djmick.com --- From: "Brett Porter" <[EMAIL PROTECTED]> Reply-To: "Maven Users List" To: "Maven Users List" Subject: Re: [m204] Error with compiler plugin with new project... Date: Sat, 24 Jun 2006 09:24:36 +1000

Re: [m204] Error with compiler plugin with new project...

2006-06-23 Thread Brett Porter
The POM looks fine. I can help more if you give the specific exception from -e (which I asked yesterday). I'd also try removing at least org/codehaus/plexus/compiler and org/apache/maven/plugins/maven-compiler-plugin from your local repository if you want to try and brute force it. - Brett On

RE: [m204] Error with compiler plugin with new project...

2006-06-23 Thread Mick Knutson
I have tried everything. Can anyone look at my pom and tell me what the issue is here please === http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation=" http://maven

Re: [m204] Error with compiler plugin with new project...

2006-06-22 Thread Brett Porter
Yes. There's a problem reading the compiler plugin classes, running with -e should give more details if its class not found, invalid class, etc. - Brett On 23/06/06, Mick Knutson <[EMAIL PROTECTED]> wrote: Just a thought, does Maven work with jdk 5.0 ??? -

RE: [m204] Error with compiler plugin with new project...

2006-06-22 Thread Mick Knutson
Just a thought, does Maven work with jdk 5.0 ??? --- Thank You Mick Knutson BASE logic, inc. (415) 648-1804 (San Francisco, CA) http://www.BASELogic.com http://www.djmick.com --- From: "Mick Knutson" <[EMAIL PROTECTED]> Reply-To: "Maven Users List" To: users@maven.apache.org Subject: [m20