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

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -