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
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
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
??? 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
<<