Thanks Diane

Good to know it will work. Can I assume that I will be telling Ant to use
the the jdk1.1.6 compiler by setting the build.compiler property in the
build file? or do I only need to make the 1.2.2 compiler use the jdk1.1.6
classpath?

I still haven't come to grips with all the backwards/forwards compatibility
issues amongst byte code and jvms for the various java versions.

...Craig

> -----Original Message-----
> From: Diane Holt [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, 6 March 2001 12:06
> To: [EMAIL PROTECTED]
> Subject: Re: Newbie question - is ant feasible for building JDK 1.1.6
> applications?
>
>
> Hi Craig,
>
> I run Ant using jdk1.3, but I compile, using jikes, against jdk1.1.8
> classes (and some against 1.2 and 1.3 classes) -- all you need to do is
> specify the classpath for the compiles and turn off adding the system
> classes.
>
> Diane
>
> --- Craig Arfman <[EMAIL PROTECTED]> wrote:
> > Hi
> >
> > I am trying to use ant for building a java application that for the time
> > being is restricted to JDK 1.1.6
> >
> > What I would like to know is between ant, jaxp, crimson, etc, do I need
> > to
> > run ant under jdk 1.2.2 or higher or can I run ant using a 1.1.6 jvm.
> >
> > The problem I'm facing is that I need to load the 400+ class files which
> > comprise the application into a legacy app server that requires 1.1.6.
> > If I
> > run ant using JVM 1.2.2 it could be difficult to configure ant to use a
> > 1.1.6 java compiler at the same time.
> >
> > I would really like to use ant for doing the build so any suggestions
> > would
> > be greatly appreciated.
> >
> > Thanks
> >
> > Craig Arfman
> >
> >
>
>
> =====
> ([EMAIL PROTECTED])
>
>
>
> __________________________________________________
> Do You Yahoo!?
> Get email at your own domain with Yahoo! Mail.
> http://personal.mail.yahoo.com/
>

Reply via email to