Hi,
Does anybody know how to turn off adding the system classes ?I have the 
following,

<target name="LifeSimulatorApplet-compile" depends="prepare">
    <javac srcdir="${src-dir}"
           destdir="${build-dir}"
           classpath="${classpath}"
           bootclasspath="d:\jdk1.1.8\lib\classes.zip"
           deprecation="on"
           target="1.1"
           optimize="off"
           includes="${LifeSimulatorApplet-compile-list}"
    />
  </target>

I run ant with jdk1.3 but i need to use jdk1.1.8 in one of the targets I 
have ??
and I believe that I am all set with bootclasspath attribute but it doesn't 
work ??

Thanks

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com

Reply via email to