ant contrib - ant warning : could not load antlib.xml -
i have antcontrib.jar in lib folder of ant. set ant home "c/prog files/apache-ant".
but still when run build.xml, warning "could not load antlib.xml , antcontrib.prop".
because of this, not able "regex" operations.
i loaded antcontrib.jar in lib folder of ant.
where wrong here?
provide resource
, classpath
in taskdef
correctly follows
<typedef resource="net/sf/antcontrib/antlib.xml" classpath="<path ant-contrib.jar>"/>
Comments
Post a Comment