WebSphere Studio requires hacking around for Ant integration
Guess what? I found out what was wrong with WSAD when trying to execute the Ant javac task. The Ant runtime doesn’t have access to the tools.jar file in WSAD’s own folder structure! How nuts is that? I also went ahead and placed a reference to WSAD’s own copy of the junit.jar library so that Ant could execute a junit task as well. Bear in mind; this is not an issue with Eclipse 3.01. Sad, sad.