I agree, but it could be set up on the continuum server (if it's not
already set up there).
I know nothing about maven, but maybe the rt.jar can be pulled down
into the repository, where it should be in a standard location.

On Dec 20, 2007 12:36 PM, Simon Kitching <[EMAIL PROTECTED]> wrote:
> ---- Mike Kienenberger <[EMAIL PROTECTED]> schrieb:
> > Can't you do something like this to force the rt.jar to be 1.4?
> >
> > http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/javac.html
> >
> > % javac -target 1.4 -bootclasspath jdk1.4.2/lib/classes.zip -extdirs
> > "" OldCode.java
>
> Yep. However that cannot be put into the pom because the location of the 
> jdk1.4 will be different on everyone's machine - if they have it installed at 
> all.
>
> And because it isn't automatic, most people won't bother to set it up. I'm 
> not sure I would...
>

Reply via email to