Re: What is the Java Version for building source code?

2007-04-01 Thread Niklas Gustavsson
Jason Dillon wrote: Please give me the *full* output of 'mvn -X'. The output below does not sync up with the debug output of the latest maven-enforcer-plugin, which does log some more details about the version translation which is done to sanitize the JDK version before checking if it is in

Re: What is the Java Version for building source code?

2007-04-01 Thread Jason Dillon
This is what I see when I run mvn -X on server/trunk: snip [DEBUG] maven-enforcer-plugin: resolved to version 1.0- alpha-1-20070330.225649-12 from repository apache-snapshots [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-enforcer- plugin:1.0-alpha-1-SNAPSHOT:enforce' -- [DEBUG]

Re: What is the Java Version for building source code?

2007-04-01 Thread Niklas Gustavsson
Jason Dillon wrote: I've no idea why you are not picking up newer versions. Try to remove ~/.m2/repository/org/apache/maven/plugins/maven-enforcer-plugin. That most certainly did the trick. I should have thought of that myself, thanks for enduring! /niklas

Re: What is the Java Version for building source code?

2007-03-31 Thread Niklas Gustavsson
Jason Dillon wrote: Are you using the latest code from server/trunk? I updated the build last night to use a previous snapshot version of the maven-enforcer-plugin to get around this problem until Brian can fix the issue with the plugin. With the latest in server/trunk you should *not* see

Re: What is the Java Version for building source code?

2007-03-31 Thread Jason Dillon
Please give me the *full* output of 'mvn -X'. The output below does not sync up with the debug output of the latest maven-enforcer-plugin, which does log some more details about the version translation which is done to sanitize the JDK version before checking if it is in range. --jason

Re: What is the Java Version for building source code?

2007-03-30 Thread Niklas Gustavsson
Lasantha Ranaweera wrote: Hi, What is the recommended Java version to be used with building G from source code? At the moment I am having a problem of building G from source code (maven build fails with complaining incompatible Java version). I'm running into the same issue with

Re: What is the Java Version for building source code?

2007-03-30 Thread Jason Dillon
Are you using the latest code from server/trunk? I updated the build last night to use a previous snapshot version of the maven-enforcer- plugin to get around this problem until Brian can fix the issue with the plugin. With the latest in server/trunk you should *not* see this problem.

What is the Java Version for building source code?

2007-03-29 Thread Lasantha Ranaweera
Hi, What is the recommended Java version to be used with building G from source code? At the moment I am having a problem of building G from source code (maven build fails with complaining incompatible Java version). Following is my JDK information. java version 1.5.0_07 Java(TM) 2

Re: What is the Java Version for building source code?

2007-03-29 Thread Jacek Laskowski
On 3/30/07, Lasantha Ranaweera [EMAIL PROTECTED] wrote: Hi, What is the recommended Java version to be used with building G from source code? At the moment I am having a problem of building G from source code (maven build fails with complaining incompatible Java version). Following is my JDK