: test for JUnit presence, and fail with an informative message if JUnit : is not present for the build. Somewhat surprisingly, we need JUnit for
Yoav: why not just put the <fail> task right in the "checkJunitPresence" target instead of duplicating it in the other targets? -Hoss
