are multi-threaded builds still working reliably?

2011-09-23 Thread David Jencks
I tried out the multi-threaded builds again recently (https://cwiki.apache.org/MAVEN/parallel-builds-in-maven-3.html) (maven 3.0.3) and got some really strange results several minutes into the build. - the compiler plugin seemed to get corrupted source files and reported lots of nonexistent syn

Re: are multi-threaded builds still working reliably?

2011-09-24 Thread Olivier Lamy
On osx you must fork compiler. -- Olivier Le 24 sept. 2011 04:41, "David Jencks" a écrit : > I tried out the multi-threaded builds again recently ( https://cwiki.apache.org/MAVEN/parallel-builds-in-maven-3.html) (maven 3.0.3) and got some really strange results several minutes into the build. > >

Re: are multi-threaded builds still working reliably?

2011-09-26 Thread David Jencks
Maybe it would be a good idea to mention this on the siki page? Anyone know why? I thought maven used the eclipse compiler which is IIUC just java code so why would it behave differently on different os? thanks david jencks On Sep 24, 2011, at 12:11 AM, Olivier Lamy wrote: > On osx you must f

Re: are multi-threaded builds still working reliably?

2011-09-26 Thread Barrie Treloar
On Tue, Sep 27, 2011 at 1:40 AM, David Jencks wrote: > Maybe it would be a good idea to mention this on the siki page? > > Anyone know why?  I thought maven used the eclipse compiler which is IIUC > just java code so why would it behave differently on different os? Maven uses the JDK, it doesn't

Re: are multi-threaded builds still working reliably?

2011-09-27 Thread Kristian Rosenvold
There is also http://jira.codehaus.org/browse/MNG-4996 , which might be one of the problems you have. Unfortunately I have not been able to reproduce this on any medium-sized or small project that I have available, it only seems to happen on the really large ones. (The reason for this probably bei