Re: JDKs

2007-08-21 Thread Brett Porter
Yep, we can flip most of the projects over to use a JDK 1.4 profile, actually. Will do that after the next software upgrade. - Brett On 22/08/2007, at 4:02 PM, Hervé BOUTEMY wrote: +1 but it seems that actual Continuum server is compiling with jdk 1.5 instead of 1.4 The following build sh

Re: Using Multiple JDKs

2006-08-17 Thread Joerg Hohwiller
piler-plugin > 2.0 > > 1.5 > 1.5 > > > > but, to avoid JDK library swapping, I would much rather be able to defined > which one of my multiple JDKs should be used for compilation and test > execution, akin to what is done in Eclipse with c

RE: Using Multiple JDKs

2006-08-14 Thread Jörg Schaible
maven-compiler-plugin > 2.0 > > 1.5 > 1.5 > > > > but, to avoid JDK library swapping, I would much rather be > able to defined > which one of my multiple JDKs should be used for compilation and test > execution, akin to what is done in Eclip

Using Multiple JDKs

2006-08-11 Thread Jan Nielsen
ned which one of my multiple JDKs should be used for compilation and test execution, akin to what is done in Eclipse with configured JDKs. Is this possible in Maven and/or Continuum. Specifically, I have code which must be JDK 1.3 only, I have library code which needs to be JDK 1.3 compatible but typic