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
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
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
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