On Fri, 7 Dec 2001, Nathan Tran <[EMAIL PROTECTED]> wrote:

> <javac srcdir="${SharedSourceDir}" destdir="${SharedDeployDir}"
> debug="${debug}" memoryMaximumSize="512m">
>   <classpath refid="project.class.path"/>
>   <exclude name="Web/**/*.*"/>
>   <exclude name="ejbcgen/**/*.*"/>
> </javac>
> 
> Please note that I'm not using fork="yes" in the <javac> task
> because I thought it was no longer required in Ant 1.4.1.

If you don't set fork="yes", the memory settings will be ignored,
instead of causing a build failure, this is all that has been changed.

Stefan

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to