java - com/googlecode/flyway/ant/antlib.xml. It could not be found -


i trying ant build. have below configuration build complains -

<taskdef uri="antlib:com.googlecode.flyway.ant" resource="com/googlecode/flyway/ant/antlib.xml" classpathref="flyway.lib.path"/>     <taskdef resource="net/sf/antcontrib/antcontrib.properties">         <classpath>             <pathelement location="./lib/ant-contrib-0.6.jar"/>           </classpath> </taskdef> 

the build completes success message , complains below -

[taskdef] not load definitions resource com/googlecode/flyway/ant/antlib.xml. not found.

please suggest.

use correct antlib reference documented: http://flywaydb.org/documentation/ant/


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

php - Find a regex to take part of Email -