> It did work with antconrib 1.0b3 > > I just have another question, is there a way to override jar > in ant lib > directory
Try
<project xmlns:ac="antlib:net.sf.antcontrib">
<taskdef resource="net/sf/antcontrib/antlib.xml">
<classpath>
<pathelement location="-path-to-your-ac-jar"/>
</classpath>
</taskdef>
</project>
Jan
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
