Hi,
-----Original Message----- From: sun99 [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 19, 2007 9:27 AM To: [email protected] Subject: RE: filelist task /* 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 <presetdef>/<macrodef> declarations have taken place. is task "for" is the core ant task ?? */ not part of Ant core, see= http://ant-contrib.sourceforge.net/ then use it in your buildfile = <!-- Import AntContrib --> <taskdef resource="net/sf/antcontrib/antlib.xml" /> Regards, Gilbert --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
