Bug#309219: NullPointerException in gnu.classpath.tools.gjdoc.RootDocImpl.build (RootDocImpl.java:227)
Julian Scheid
Julian Scheid <julian@sektor37.de>, 309219@bugs.debian.org
Wed May 18 12:57:02 2005
Antti-Juhani Kaijanaho wrote:
> Loading classes for package null...
> java.lang.NullPointerException
> at gnu.classpath.tools.gjdoc.RootDocImpl.build (RootDocImpl.java:227)
Thanks for your bug report.
I've just committed a fix for option -all to CVS. Could you check
whether this solves your problem?
Gjdoc can be fetched from CVS using:
CVS_RSH=ssh cvs -z3 -d:ext:anoncvs@savannah.gnu.org:/cvsroot/classpath
co gjdoc
Standard build procedure applies:
./configure && make && make install
You will need to have ANTLR installed.
You may have to specify ./configure --disable-native if you don't have
gcj 4.0 on your path.
You may want to specify something like --prefix=/tmp/gjdoc-cvs for easy
deinstallation.
Thanks,
Julian