Hi,

> If we want to enforce JAVA_HOME is 1.6 (i'm not sure i like this, but
> whatever), then i dont even think this is the best place to do it. If we want
> that, then i think it should be checked when you run the 'prepare-release'
> target and fail immediately.

+1. We can do this using the new ANT property (${build.java.runtime }) having 
the Java version (imported by common-build.xml). Just check the ANT property in 
prepare-release (means: fail if ${ build.java.runtime] != ${ javac.target}).

Uwe


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to