Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Eclipse と Ant をビルド ツールとして使用して Java プロジェクトを開発しています。コマンドラインから「ant all」を実行すると、プロジェクトはエラーなしでビルドされますが、Eclipse では多くのコンパイル エラーが発生します。
そこで、Ant のクラスパスを Eclipse プロジェクトのビルド パスにコピーしようと考えました。
それを示すAntタスク/コマンドはありますか? 「組み立てたクラスパスを見せてください」とか何か?
-verbose フラグと -debug フラグを指定して Ant を実行すると、クラスパスを含め、javac が行っていることの詳細がすべて表示されます。