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では、クリックするだけでJavaクラスとJUnitテストを実行するのは非常に簡単です。Eclipseは、クラスパスを把握するという大変な作業をすべて行います。
しかし、特定のJavaクラスまたはJunitテストを実行するAntタスクを作成したい場合は、自分でそれを理解する必要があります。
これらのタスク用のantビルドファイルを自動的に作成するようにEclipseに指示する方法はありますか?