Re: Does Ant's version 1.4.1 support Java's jdk1.1.8?

2002-01-31 Thread Stefan Bodewig
On Thu, 31 Jan 2002, Diane Holt <[EMAIL PROTECTED]> wrote: > My approach has always been to use the latest&greatest JDK, so you > get the faster/better Java executables, and if you need to compile > against old crud, just pass it the old classes. This doesn't work in all circumstances, the depen

Re: Does Ant's version 1.4.1 support Java's jdk1.1.8?

2002-01-31 Thread Diane Holt
--- Stefan Bodewig <[EMAIL PROTECTED]> wrote: > On Wed, 30 Jan 2002, Zhendi Su <[EMAIL PROTECTED]> wrote: > > > for our development it's important that we use jdk 1.1 to compile > > all of our java files. > > So use JDK 1.1 to run Ant, that's all. Of course, if you do, and you're running on Win

Re: Does Ant's version 1.4.1 support Java's jdk1.1.8?

2002-01-31 Thread Stefan Bodewig
On Wed, 30 Jan 2002, Zhendi Su <[EMAIL PROTECTED]> wrote: > for our development it's important that we use jdk 1.1 to compile > all of our java files. So use JDK 1.1 to run Ant, that's all. > I looked at ant's source code and there seems to be no javac11.java > provided (under taskdef.compilers

Re: Does Ant's version 1.4.1 support Java's jdk1.1.8?

2002-01-30 Thread Zhendi Su
Hi Stefan, Thank you for your reply. I have another question: for our development it's important that we use jdk 1.1 to compile all of our java files. I looked at ant's source code and there seems to be no javac11.java provided (under taskdef.compilers/). I only see javac12.java, and this is

Re: Does Ant's version 1.4.1 support Java's jdk1.1.8?

2002-01-30 Thread Diane Holt
--- Stefan Bodewig <[EMAIL PROTECTED]> wrote: > On Tue, 29 Jan 2002, Zhendi Su <[EMAIL PROTECTED]> wrote: > > > I basically switched the compilers by typing: > > > > setenv JAVA_HOME /local/java/jdk1.1.8, or > > setenv JAVA_HOME /local/java/jdk1.2.2 > > > > This should work (and you don't ne

Re: Does Ant's version 1.4.1 support Java's jdk1.1.8?

2002-01-30 Thread Stefan Bodewig
On Tue, 29 Jan 2002, Zhendi Su <[EMAIL PROTECTED]> wrote: > I basically switched the compilers by typing: > > setenv JAVA_HOME /local/java/jdk1.1.8, or > setenv JAVA_HOME /local/java/jdk1.2.2 > This should work (and you don't need to put classes.zip into the classpath property explicitly), b

Does Ant's version 1.4.1 support Java's jdk1.1.8?

2002-01-29 Thread Zhendi Su
Hi, I am using Ant 1.4.1 on a UNIX (Solaris) platform.  I have two compilers available: jdk1.1.8 and jdk 1.2.2.  When I ran ant using jdk 1.2.2 the build was successful.  But when I change to jdk1.1.8, the build failed.  I basically switched the compilers by typing: setenv JAVA_HOME  /local/java/