Hi ...

we try to use the buildscript for Ant with Forte .. but everytime i try to
run a task includen an condition task forte generates an error like

Version:
Version von build.xml:  ID$
Zuletzt bearbeitet von: Author$
checksys:
build.xml [258] Could not create task of type: condition. Common solutions
are to use taskdef to declare your task, or, if this is an optional task, to
put the optional.jar in the lib directory of your ant installation
(ANT_HOME).

when i add the taskdef it also doesn't run and the error message is like

build.xml [43] taskdef class org.apache.tools.ant.taskdefs.ConditionTask
cannot be found

this is my taskdef :
<taskdef name="condition"
classname="org.apache.tools.ant.taskdefs.ConditionTask" />

when i trie the taskdef with copy instead of conditiontask, it returns that
copy doesn't support nested
and elements ...

any idea how to explain forte the condition task ????

regards

Peter


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

Reply via email to