--- "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
: 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
--- 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