Hi,

i want to build an older project with maven.
But this project depends on jdk 1.1.8. 
Ant's javac target provides a bootclasspath property.
Using this works fine when compiling using ant.

<javac destdir="${destdir}"
           debug="${compile.debug}"
           deprecation="${compile.deprecation}"
           optimize="${compile.optimize}"
           nowarn="${compile.nowarn}"
           bootclasspath="${libs.foreign.java1}">
      <src refid="compile.sourcepath"/>
      <classpath refid="compile.classpath"/>
      <patternset refid="pattern.java"/>
    </javac>

Is there a way to use this with maven?

Any other solution to compile against jdk 1.1?

thanks for your help.


Oliver L�ttin
-- 
Oliver L�ttin | Cataloom AG | Developer
Eupener Str. 148 | K�ln
Tel: +49.221.4851841 | Mobil: +49.170.766.7841


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to