I think you can do the following. Set your JAVA_HOME variable to JDK1.3,
then change the JDK for the <javac> task using the 'build.compile' property
with a value of 1.1 or 1.2 or whatever. From the <javac> documentation in
the Ant User Manual: "If you wish to use a different compiler interface than
one of the four supplied, write a class that implements the CompilerAdapter
interface (package org.apache.tools.ant.taskdefs.compilers). Supply the full
classname in the "build.compiler" property."
Hope that helps.
-Jason
> -----Original Message-----
> From: Daniel Sindahl [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 01, 2001 7:53 AM
> To: [EMAIL PROTECTED]
> Subject: RE: Javadoc
>
>
> I just realized I wasn't very clear in my previous post,
> sorry about
> that. What I wanted to know is how to use the javadoc
> tool from e.g.
> JDK1.3, while still compiling with e.g. JDK1.1.8. I can
> only set my
> JAVA_HOME variable to one of the two...
>
> Thanks!
>
> /Daniel
>
>
>
> -----Original Message-----
> From: Daniel Sindahl
> Sent: den 1 augusti 2001 13:20
> To: [EMAIL PROTECTED]
> Subject: Javadoc
>
>
> Hello!
>
> I'm an Ant beginner, and would very much appreciate help on the
> following subject.
>
> I have an Ant build file for building my Java project
> using JDK1.1.8.
> However, I want to generate the API documentation using
> the javadoc tool
> from Java2. Which is the best way to accomplish this in
> my build file?
>
> Thanks in advance!
>
> /Daniel Sindahl, Stockholm
>
>
>