Eclipse では、Ant も JUnit も標準でサポートされている。しかし、Ant のビルドファイルに junit タスクを入れた場合、それを Eclipse 上で実行しようとすると、そのままでは実行できない。
現象
Eclipse 上で Ant ビルドファイルを実行すると、エラーとなり、
BUILD FAILED: D:\example\build.xml:104: Could not create task or type of type: junit Ant could not find the task or a class this task relies on.
で始まる長文のメッセージが返される。