Uncompiled classes resulting in COMPILATION ERROR : cannot find symbol

2011-10-14 Thread Guillaume Polet
Hi list, ok this sounds like the simplest question but either my brain fried this evening and I can't see the obvious or else I hit some really unexpected behaviour. I have a multi-module project hosted on github (https://github.com/agilebirds/openflexo) and it is built regularly on jenkins.

Re: Uncompiled classes resulting in COMPILATION ERROR : cannot find symbol

2011-10-14 Thread Kiren Pillay
Hi Guillaume, Shot in the dark, maybe the build server disk is full? On Fri, Oct 14, 2011 at 7:05 PM, Guillaume Polet wrote: > Hi list, > > ok this sounds like the simplest question but either my brain fried this > evening and I can't see the obvious or else I hit some really unexpected > behavi

Re: Uncompiled classes resulting in COMPILATION ERROR : cannot find symbol

2011-10-14 Thread Guillaume Polet
Thanks for the response but unfortunately no, I still have 48G on the server and my laptop has even more. Cheers, Guillaume Le 14/10/2011 21:28, Kiren Pillay a écrit : Hi Guillaume, Shot in the dark, maybe the build server disk is full? On Fri, Oct 14, 2011 at 7:05 PM, Guillaume Polet wrot

Re: Uncompiled classes resulting in COMPILATION ERROR : cannot find symbol

2011-10-18 Thread Guillaume Polet
Ok more info on this issue which is driving me nuts. I reset everything this week-end and I still get the error: https://test.openflexo.com/jenkins/job/openflexo/8/console Now, weirdest thing is that I have another build which is the nightly build of the same project and the build succeeds: htt

Re: Uncompiled classes resulting in COMPILATION ERROR : cannot find symbol

2011-10-19 Thread bgik
ed this, trying increasing the heap size. thanks -- View this message in context: http://maven.40175.n5.nabble.com/Uncompiled-classes-resulting-in-COMPILATION-ERROR-cannot-find-symbol-tp4903264p4917796.html Sent from the Maven - Users mailing list archiv

Re: Uncompiled classes resulting in COMPILATION ERROR : cannot find symbol

2011-10-19 Thread Guillaume Polet
used by maven by setting MAVEN_OPTS. So i suspect it's caused by some 'silent' OutOfMemory error. If you havent tried this, trying increasing the heap size. thanks -- View this message in context: http://maven.40175.n5.nabble.com/Uncompiled-classes-resulting-in-COMPILATION-ERROR-ca

Re: Uncompiled classes resulting in COMPILATION ERROR : cannot find symbol

2011-10-19 Thread Wayne Fay
> Could it be that you also changed something else? Anyway, I find it very > disturbing that with 2 projects in jenkins with the exact same configuration > to the exception of their name (the one that works has a suffix '_2'), one > of them works and not the other. Does this not point to perhaps a

Re: Uncompiled classes resulting in COMPILATION ERROR : cannot find symbol

2011-10-19 Thread Guillaume Polet
Well this would have been my guess too, but as I mentionned earlier in another e-mail, I can also reproduce this on my laptop where there is absolutely no trace of jenkins. If you have git and maven on your path, you can reproduce this issue with this: * Checkout the code: git clone git://git

Re: Uncompiled classes resulting in COMPILATION ERROR : cannot find symbol

2011-10-20 Thread bgik
es-resulting-in-COMPILATION-ERROR-cannot-find-symbol-tp4903264p4920568.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands,

Re: Uncompiled classes resulting in COMPILATION ERROR : cannot find symbol

2011-10-20 Thread Guillaume Polet
ompiled-classes-resulting-in-COMPILATION-ERROR-cannot-find-symbol-tp4903264p4920568.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional c

Re: Uncompiled classes resulting in COMPILATION ERROR : cannot find symbol

2011-10-21 Thread Guillaume Polet
seeing the issue. Agree that it would be nice to raise a bug, but in the absence of any test case to show the issue i haven't done. Sorry it doesn't help you much thanks -- View this message in context: http://maven.40175.n5.nabble.com/Uncompiled-classes-resulting-in-COMPILATION-ERR