> 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: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to