Netbeans 7.0 を使用して Web アプリケーションを開発しました。ビルド(warファイルの生成)はnetbeansで機能しますが、別のサーバー(Linux)でプロジェクトをビルドするとant
、次のようになります:
[packwolf src]$ ant
Buildfile: build.xml
BUILD FAILED
/home/packwolf/Application/src/build.xml:12: The following error occurred while executing this line:
/home/packwolf/Application/src/nbproject/build-impl.xml:22: Class org.apache.tools.ant.taskdefs.condition.Not doesn't support the nested "antversion" element.
build-impl.xml をチェックすると、ANT バージョン 1.7 以降をチェックする XML ブロックが含まれています。ビルドをantバージョンから独立させる方法は?
前もって感謝します。