I'm trying to use
Ant inside WebSphere Studio Application Developer v5. I added tools.jar to the Ant classpath (as someone here suggested) and that got rid of the compiler problems. When I try to execute a <javadoc> task, however, I get:
Javadoc failed: java.io.IOException: CreateProcess (etc)
Am I missing something obvious? When I run this task from a DOS window, it works just fine.
Thanks in advance,
Ken Kousen