Re: Committers JDK version for releasing plugins.

2009-03-21 Thread Benjamin Bentmann
Olivier Lamy wrote: Note the EOSL of the 1.4 this means you have to be regitered to get this old and not any more supported java version. The archive [0] can still be accessed without registration. Benjamin [0] http://java.sun.com/products/archive/

Re: Committers JDK version for releasing plugins.

2009-03-21 Thread Olivier Lamy
Personnally, I have always used a 1.4 jdk (and always use 1.4) to cut/build a maven stuff release. You can get one here http://java.sun.com/j2se/1.4.2/download.html Note the EOSL of the 1.4 this means you have to be regitered to get this old and not any more supported java version. -- Olivier 20

Re: Committers JDK version for releasing plugins...

2009-03-20 Thread Stephen Connolly
You'd need to use animal sniffer to ensure that you're not using 1.5 or 1.6 only methods (e.g. String.isEmpty(), etc) 2009/3/20 Barrie Treloar > I vaguely remember that 1.4 should be used but I can't find anything > on Committer Environment or Committer Settings. > > Does that mean the compiler

Committers JDK version for releasing plugins...

2009-03-20 Thread Barrie Treloar
I vaguely remember that 1.4 should be used but I can't find anything on Committer Environment or Committer Settings. Does that mean the compiler settings configured in the parent poms is good enough? My machine recently went boom so I have re-installed and I only have JDK 1.6.0_11. -