[EMAIL PROTECTED] wrote:
<target name="testTaskThatDoesntReallyExist">
<!-- <taskdef name="invalid-task-name"
classname="org.example.invalid.task.name.hopefully"/> -->
You can use onerror="ignore" to test this case. Peter
<condition property="testTaskThatDoesntReallyExist">
<typefound name="invalid-task-name"/>
</condition>
</target>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]