I was trying to get Ant to build me some JUnit Tests using JUnitDoclet. I kept getting this strange error = 2. Did some searching and leave it to Google to figure it out. JavaDoc was not on my Path. Open up the environment variables, add a JAVA_HOME, add JAVA_HOME/bin to the PATH and get a new shell. VOILA! I have a bunch of kickin Test Cases now!
Posted by carl at March 14, 2003 01:24 AM
Comments