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
Antoine, Thanks for responding. The approach you describe is the one that I've taken -- two different tasks, each of which is passed a different using a pattern criterion. In fact, just to make it simple, I'm only attempting to compile the 1.3-compliant code (I've commented out the task for t

AW: two diff't JDKs

2003-10-27 Thread Antoine Levy-Lambert
I think it is. Using ant 1.5.4 (which by the way can also run under java 1.1, but this is a detail). - set the attribute fork of javac to true, - set the executable attribute of javac to the 1.1 or of the 1.3 compiler You need to have some objective criterion to decide what you are compiling under