Re: filelist task

2007-09-19 Thread Steve Loughran
sun99 wrote: I have list of modules (may vary) to be checked out from cvs and compile each module . how can i loop these activities in ant build. Dont treat it as a loop. so much as building a set of ant projects. For which can be used to call compile on all of them. OF course, you do

RE: filelist task

2007-09-19 Thread Rebhan, Gilbert
Hi, -Original Message- From: sun99 [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 19, 2007 9:27 AM To: user@ant.apache.org Subject: RE: filelist task /* iam getting following error message Problem: failed to create task or type for Cause: The name is undefined. Action: Check

RE: filelist task

2007-09-19 Thread sun99
iam getting following error message Problem: failed to create task or type for Cause: The name is undefined. Action: Check the spelling. Action: Check that any custom tasks/types have been declared. Action: Check that any / declarations have taken place. is task "for" is the core ant task ??

RE: filelist task

2007-09-18 Thread Rebhan, Gilbert
Hi, -Original Message- From: sun99 [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 19, 2007 6:43 AM To: user@ant.apache.org Subject: filelist task /* I have list of modules (may vary) to be checked out from cvs and compile each module . how can i loop these activities in ant bui