我正试图让 phing 与 liquibase 一起工作。但是 pPing 给出了这个显着的错误(老实说我在网上找不到)
Execution of target "update-database" failed for the following reason: PathElement (unknown) doesn't support the 'location' attribute.
BUILD FAILED
PathElement (unknown) doesn't support the 'location' attribute.
Total time: 0.1206 seconds
具体的命令是:
<path id="liquibasepath">
<pathelement location="${basedir}/install/lib/liquibase.jar" />
<pathelement location="${basedir}/install/lib/jdbc-mysql.jar" />
</path>
我尝试在线搜索,但没有很好的文档将 phing 与 liquibase 一起使用。并且该错误既不会产生体面的结果。