You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Oliver Lüttin <ol...@cataloom.com> on 2004/01/09 11:43:39 UTC

how to use java:compile with jdk1.1

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org