Re: Can't seem to get rid of 1.6

2009-11-04 Thread Stephen Connolly
4 AM To: Maven Users List Subject: Can't seem to get rid of 1.6 I have set JAVA_HOME to a 1.5 java home. I have traced the mvn shell script to watch it get used. I have set and in the compiler plugin to 1.5. I have checked the results with help:effective-pom. Nonetheless, code that calls the

RE: Can't seem to get rid of 1.6

2009-11-04 Thread Jamie Whitehouse
From: Benson Margulies [mailto:bimargul...@gmail.com] Sent: Wednesday, November 04, 2009 1:37 PM To: Maven Users List Subject: Re: Can't seem to get rid of 1.6 That doesn't help with bootclasspath inventory. However, I've found my problem. On MacOS snow leopard, the So-called Java

Re: Can't seem to get rid of 1.6

2009-11-04 Thread Benson Margulies
4 AM > To: Maven Users List > Subject: Can't seem to get rid of 1.6 > > I have set JAVA_HOME to a 1.5 java home. > > I have traced the mvn shell script to watch it get used. > > I have set and in the compiler plugin to 1.5. I > have checked the resu

RE: Can't seem to get rid of 1.6

2009-11-04 Thread Damon Jacobsen
: Wednesday, November 04, 2009 10:24 AM To: Maven Users List Subject: Can't seem to get rid of 1.6 I have set JAVA_HOME to a 1.5 java home. I have traced the mvn shell script to watch it get used. I have set and in the compiler plugin to 1.5. I have checked the results with help:effectiv

Re: Can't seem to get rid of 1.6

2009-11-04 Thread Benson Margulies
A bit more detail from sh -x on the mvn command ... 1.5 goes in, 1.6 comes out. + '[' -z '' ']' + '[' -n /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home ']' + '[' -x /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/jre/sh/java ']' + JAVACMD=/System/Library/Framew

Can't seem to get rid of 1.6

2009-11-04 Thread Benson Margulies
I have set JAVA_HOME to a 1.5 java home. I have traced the mvn shell script to watch it get used. I have set and in the compiler plugin to 1.5. I have checked the results with help:effective-pom. Nonetheless, code that calls the new DocumentBuilderFactory.newInstance() compiles and even runs w