Compiling for JDK 1.1.8

2002-06-20 Thread Jeff Larsen
I'm running Ant 1.4.1 under JDK 1.3.1. I need to compile some projects to be run under JDK 1.1.8. See the buld.xml below... Ant is *NOT* properly compiling with JDK 1.1. I can tell this two ways. During the compile, I get deprecation warnings for things that were not deprecated until 1.2. And

Re: Compiling for JDK 1.1.8

2002-06-20 Thread Jeff Larsen
: Compiling for JDK 1.1.8 tried forking to see if that would work? a suggestion offhand... On Thu, 20 Jun 2002 10:42:23 Jeff Larsen wrote: I'm running Ant 1.4.1 under JDK 1.3.1. I need to compile some projects to be run under JDK 1.1.8. See the buld.xml below... Ant is *NOT* properly

Re: Compiling for JDK 1.1.8

2002-06-20 Thread Jeff Larsen
This is then so that the JDK1.3.1 compiler still compiles against the JDK1.1.8 API, and compiles JDK1.1.8 classes So for instance I use javac target=1.1 bootclasspath=~/build-libs/jdk1_1_8-classes.zip .. which then works fine Cheers -Geoff -Original Message- From: Jeff Larsen