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
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 "compiler" attribute, which tells ant how to pass arguments to the compi