Re: Maven and parallel execution: fundamentally borked, right?

2012-07-20 Thread Laird Nelson
On Fri, Jul 20, 2012 at 2:54 PM, Olivier Lamy wrote: > What is your os/jdk ? > OSX 10.6.8/JDK 1.6.0_33 Forking the compiler did the trick, but I'd rather not if I can. Best, Laird -- http://about.me/lairdnelson

Re: Maven and parallel execution: fundamentally borked, right?

2012-07-20 Thread Olivier Lamy
Hi, Even with MCOMPILER-170, I have noticed some failures depending on combinations of os/jdk. For me the same build was failing with osx/jdk1.6 but not with osx/jdk1.7 same with some ubuntu combination. What is your os/jdk ? 2012/7/20 Laird Nelson : > On Fri, Jul 20, 2012 at 2:17 PM, Dennis Lundb

Re: Maven and parallel execution: fundamentally borked, right?

2012-07-20 Thread Laird Nelson
On Fri, Jul 20, 2012 at 2:17 PM, Dennis Lundberg wrote: > Hi > > Parallel execution works fine, but you need to update the version of > maven-compiler-plugin to the latest version 2.5.1. You are being bitten > by a bug in that plugin: > > http://jira.codehaus.org/browse/MCOMPILER-170 > > OK; trie

Re: Maven and parallel execution: fundamentally borked, right?

2012-07-20 Thread Dennis Lundberg
Hi Parallel execution works fine, but you need to update the version of maven-compiler-plugin to the latest version 2.5.1. You are being bitten by a bug in that plugin: http://jira.codehaus.org/browse/MCOMPILER-170 On 2012-07-20 22:43, Laird Nelson wrote: > I have never gotten the -T option to

Maven and parallel execution: fundamentally borked, right?

2012-07-20 Thread Laird Nelson
I have never gotten the -T option to Maven to work. On a simple jar project that gets scheduled, periodically the compiler will say things like this: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.4:compile (default-compile) on project com-foobar-api: Compilation