1

私はEclipse PDEの初心者です。Eclipse で機能プロジェクトを作成しました。pde ツールを使用して、build.xml を作成しました。Eclipseから実行すると正常に動作しますが、外部から実行すると(ターミナルを使用してplugins/org.apache.ant_1.8.3.v20120321-1730/bin/./ant -verbose -debug -buildfile build.xml )エラーが発生します

Problem: failed to create task or type eclipse.idReplacer
Cause: The name is undefined.
Action: Check the spelling.
Action: Check that any custom tasks/types have been declared.
Action: Check that any <presetdef>/<macrodef> declarations have taken place.

また、別の ant スクリプトが私の機能の build.xml を呼び出すと、Eclipse から同じ例外が発生します。

私は日食のブログを読みました。バグが修正されたようで、アンドリュー・ニーファーのソリューションは私の場合は機能しません。org.eclipse.releng.eclipsebuilder もその cvs と git からダウンロードしようとしましたが、ダウンロードできませんでした。

問題が何であるかについてのアイデアはありますか?

私の設定、Java バージョン「1.7.0_09」、Eclipse プラグイン開発環境バージョン: 3.6.2.r362_v20110203-7b7mFL2FET3dhHalh1iNZtL ビルド ID: M20110210-1200

Fedora14-64ビット

4

2 に答える 2

0

jar (ダウンロードして eclipse/plugins/org.apache.ant_1.7.1.v20090120-1145/lib に保存できる ant-contrib-1.0b3) を Eclipse に Windows でインポートしてみることができます--?Preferences-- >Ant-->Runtime--->Ant ホーム エントリに外部 Jar を追加します。

build.xml ファイルを見せてもらえますか

于 2013-02-22T08:06:13.630 に答える