Tim Funk wrote:
For the OOM error - you might want to add
compile="false" to your jsp2 task so compilation is not done. (.tag files still end up being compiled but thats a different issue) Then for your javac task add (increase as appropriate)
  fork='true'
  memoryInitialSize='192m'
  memoryMaximumSize='356m'



Many thanks. Your suggestions (and a bit of fiddling with ulimit) fixed
the out of memory error.

Chris

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

Reply via email to