RE: foreach task failed for out of resource error!

2003-07-15 Thread Lule Chen
tarting memory 64, maximum 128 ) Cheers Antoine - Original Message - From: "Lule Chen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 14, 2003 10:13 PM Subject: foreach task failed for out of resource error! > Hi, I try to use foreach task to do the i

RE: Foreach and passing parameters

2003-07-11 Thread Lule Chen
You are right, I can pass multiple params to the target. Thanks, Louis -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED] Sent: July 10, 2003 5:21 PM To: Ant Users List Subject: RE: Foreach and passing parameters Note that I did , meaning that this was just a shorthand,

Foreach and javac

2003-07-10 Thread Lule Chen
Hi, I have a directory contains hundreds of subdirectories and more than 5000 files. If I use the javac task on this directory, it always fails with the error out of resources. Therefore I am trying to use the foreach task on each subdirectories, but the javac always complains about package not fou