Javadoc not working from command line
843810Oct 16 2006 — edited Sep 11 2009I am not allowed to use an IDE for a SE course I am taking, and I am supposed to write classes using a text editor and test with ant/junit combo. Everything works fine except for javadoc. Whether from the command line - javadoc *.java
or in ant - ant doc
I keep getting this message after it finds my source files:
Standard Doclet version 1.5.0_09
Building tree for all packages and classes...
java.lang.IllegalArgumentException
at sun.net.www.ParseUtil.decode(ParseUtil.java:189)
...continues through many lines ending with
at com.sun.tool.javadoc.Main.main.(Main.java:31)