-----Original Message-----
From: Guy Catz [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 25, 2008 11:07 AM
To: Ant Users List
Subject: help with For task (contrib)

/*
BUILD FAILED
/p4client/BuildMachine/Mac/Scripts/build-buildAllCC.xml:98: 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.
*/

use antcontrib => 1.0b2
and write
<taskdef resource="net/sf/antcontrib/antlib.xml" /> if already on
path, f.e. in %ANT_HOME%/lib
or
<taskdef resource="net/sf/antcontrib/antlib.xml">
    <classpath path="path/to/antcontrib">
</taskdef

Regards, Gilbert







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

Reply via email to