I've written a custom condition (implementing org.apache.tools.ant.taskdefs.condition.Condition)
how do I use it in Ant? (I'm not talking about sticking the jar in %ANT_HOME%/lib) I tried declaring it with a taskdef, but it doesn't work obviously (it's not a task). do I need to add a "addMyCondition(MyCondition c)" to ConditionBase and recompile Ant? or is there a way to declare it in the build.xml? Roland. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
