AW: compiling Java 1.1 projects [was: two diff't JDKs]

2003-10-29 Thread Antoine Levy-Lambert
-Ursprungliche Nachricht- Von: Erik Price [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 29. Oktober 2003 16:43 An: Ant Users List Betreff: Re: compiling Java 1.1 projects [was: two diff't JDKs] --- Antoine_Levy-Lambert <[EMAIL PROTECTED]> wrote: > Hi Erik, > > you ar

Re: compiling Java 1.1 projects [was: two diff't JDKs]

2003-10-29 Thread Erik Price
--- Antoine_Levy-Lambert <[EMAIL PROTECTED]> wrote: > Hi Erik, > > you are absolutely right. If fork="no" and compiler="classic", then > the > compiler of the current runtime will be called with 1-1 style > switches. > > So something must be done to the code so that the 1-1 compiler can be > cal

compiling Java 1.1 projects [was: two diff't JDKs]

2003-10-29 Thread Antoine Levy-Lambert
time java >= 1.2 Particularly painful for ant1.6 which can only run under runtimes with java >= 1.2 Cheers, Antoine -Ursprungliche Nachricht- Von: Erik Price [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 28. Oktober 2003 19:17 An: Ant Users List Betreff: Re: AW: AW: AW: AW: two d

RE: AW: AW: two diff't JDKs

2003-10-27 Thread Erik Price
--- "Brown, Michael (Denver)" <[EMAIL PROTECTED]> wrote: > Erik, > > If I am understanding your problem, I think you would want to use the > attributes: > memoryInitialSize > memoryMaximumSize > > Based on the fact that you are forking, this makes even more sense. > > Hope this helps. > > Mike

RE: AW: AW: two diff't JDKs

2003-10-27 Thread Brown, Michael (Denver)
: Monday, October 27, 2003 12:30 PM To: Ant Users List Subject: Re: AW: AW: two diff't JDKs --- Antoine_Levy-Lambert <[EMAIL PROTECTED]> wrote: > 1) ant cannot guess where the java 1.1 compiler is. If you want to > compile > with java 1.1, you have to give > ant the full path

Re: AW: AW: two diff't JDKs

2003-10-27 Thread Erik Price
--- Antoine_Levy-Lambert <[EMAIL PROTECTED]> wrote: > 1) ant cannot guess where the java 1.1 compiler is. If you want to > compile > with java 1.1, you have to give > ant the full path of the compiler in the executable attribute of the > javac > task > > You might additionally need to set the "co

AW: AW: two diff't JDKs

2003-10-27 Thread Antoine Levy-Lambert
prungliche Nachricht- Von: Erik Price [mailto:[EMAIL PROTECTED] Gesendet: Montag, 27. Oktober 2003 19:57 An: Ant Users List Betreff: Re: AW: two diff't JDKs Antoine, Thanks for responding. The approach you describe is the one that I've taken -- two different tasks, each of which is passe

Re: AW: two diff't JDKs

2003-10-27 Thread Erik Price
rsprungliche Nachricht- > Von: Erik Price [mailto:[EMAIL PROTECTED] > Gesendet: Montag, 27. Oktober 2003 19:33 > An: [EMAIL PROTECTED] > Betreff: two diff't JDKs > > > Hi, > > Is it possible to write an Ant script that compiles some of the code > using the 1.1

AW: two diff't JDKs

2003-10-27 Thread Antoine Levy-Lambert
, Antoine -Ursprungliche Nachricht- Von: Erik Price [mailto:[EMAIL PROTECTED] Gesendet: Montag, 27. Oktober 2003 19:33 An: [EMAIL PROTECTED] Betreff: two diff't JDKs Hi, Is it possible to write an Ant script that compiles some of the code using the 1.1 JDK and the rest of the code usin

two diff't JDKs

2003-10-27 Thread Erik Price
Hi, Is it possible to write an Ant script that compiles some of the code using the 1.1 JDK and the rest of the code using the 1.3 SDK? We've taken over a project from a team that was using batch scripts for the build. I'm trying to convert the build process to use Ant, which I prefer for obvious