I am refactoring Ant JUnit tests with a goal to make them more "IDE-friendly". I found several tests that are implictly dependent on ant.home property being set. In these cases, the test should be prevented from execution by adding an assumption; however, perhaps there might be a suitable default, like basedir + "/bootstrap" or some other location that might be suggested in, say, javadoc?
Thanks, Gintas