--- Dominique Devienne <[EMAIL PROTECTED]> wrote: > I noticed <taskdef resource="net/sf/antcontrib/antcontrib.properties"/> > in your example below, [...] did you create it yourself?
Yep -- I just picked up all the ant-contrib source files, compiled them, created a taskdefs file, then jar'd it all up into antcontrib.jar (then put it into $ANT_HOME/lib). > I wanted to look at it to see an example of defining several > custom tasks packaged in a JAR, the way you seem to be doing it. Looks just like default.properties in ant.jar, just with different tasks: if=net.sf.antcontrib.logic.IfTask foreach=net.sf.antcontrib.logic.ForEach trycatch=net.sf.antcontrib.logic.TryCatchTask switch=net.sf.antcontrib.logic.Switch propertycopy=net.sf.antcontrib.property.PropertyCopy osfamily=net.sf.antcontrib.platform.OsFamily Diane ===== ([EMAIL PROTECTED]) __________________________________________________ Do You Yahoo!? Yahoo! Sports - live college hoops coverage http://sports.yahoo.com/ -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
