works very fine and since I can
configure everything in the build-file, it is ok.
Thanks
Bjoern
> -Original Message-
> From: Jeff [mailto:etrick.jeff@;ensco.com]
> Sent: Montag, 28. Oktober 2002 17:18
> To: Ant Users List
> Subject: Re: JBuilder 7, Ant and JDK 1.4.1
>
Does anyone know how to set another JDK to compile when using Ant in
JBuilder 7?
setting JAVA_HOME will work only if you kick off your builds from the
command-line.
When running within JBuilder the JAVA_HOME is reset to the same one
JBuilder uses to run.
To get around this problem I used t
Hello
I face the following problem:
I integrate Ant script within my JBuilder 7 project. Since I need to use a
different JDK than 1.3.1 (that is delivered with JBuilder 7), I set to use
the appropriate one (1.2 or 1.4.1). However, every time I run Ant, it uses
the JDK 1.3.1 to compile. Even my JA