Deep apologies for this really really basic question. In going through the Ant/JUnit tutorial here: http://www-106.ibm.com/developerworks/library/j-ant/?dwzone=java ...I'm stuck trying to get tests using junit to compile. The main source files compile, but the tests fail, with errors like "package junit.framework doesn't exist", and "package junit.textui doesn't exist." The junit distribution is here (I'm on win2k): C:\Program Files\JavaPackages\junit3.8.1\ junit.jar is directly inside ...