Liquibaseでphingをうまく機能させようとしています。しかし、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>
オンラインで検索してみましたが、liquibase で phing を使用するための適切なドキュメントはありません。エラーはどちらもまともな結果をもたらしません。