Re: Bizarre mvn error building on this Mac I just got

2008-10-06 Thread Daniel Kulp
If you type mvn -version it usually spits out the java version it has found. Dan On Friday 03 October 2008, Benson Margulies wrote: > Hmm. How can I tell if mvn has, for some reason, decided to favor 1.6? > > On Fri, Oct 3, 2008 at 6:51 AM, David Bosschaert <[EMAIL PROTECTED]> wrote: > > Hi Be

Re: Bizarre mvn error building on this Mac I just got

2008-10-03 Thread Benson Margulies
Hmm. How can I tell if mvn has, for some reason, decided to favor 1.6? On Fri, Oct 3, 2008 at 6:51 AM, David Bosschaert <[EMAIL PROTECTED]> wrote: > Hi Benson, > > FWIW - I got similar errors before and they seem to be caused in the > situation where you have two things compiling into the same lo

Re: Bizarre mvn error building on this Mac I just got

2008-10-03 Thread David Bosschaert
Hi Benson, FWIW - I got similar errors before and they seem to be caused in the situation where you have two things compiling into the same location using different versions of the JDK. In my case I had Eclipse projects for my maven modules (created using mvn eclipse:eclipse) compiling into

Bizarre mvn error building on this Mac I just got

2008-10-01 Thread Benson Margulies
??? This isn't in eclipse! --- T E S T S --- Running org.apache.cxf.tools.wsdlto.javascript.WSDLToJavaScriptTest Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.045 sec <<