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
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
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 ??
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