cp-tools-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Cp-tools-discuss] gjdoc works again!


From: Alex Lancaster
Subject: Re: [Cp-tools-discuss] gjdoc works again!
Date: 21 Feb 2002 00:12:18 -0800
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

>>>>> "AL" == Alex Lancaster <address@hidden> writes:

[...]

AL> alex$:~/src/gnu.org/classpath-tools/gjdoc$ make -f
AL> Makefile.working run echo Compiling...  Compiling...
AL> /usr/lib/jdk1.3.1/bin/javac -d tmp -classpath
AL> "tmp:../tmp:/usr/lib/jdk1.3.1/lib/tools.jar"
AL> gnu/classpath/tools/gjdoc/*.java /usr/lib/jdk1.3.1/bin/java
AL> -classpath "tmp:../tmp:/usr/lib/jdk1.3.1/lib/tools.jar"
AL> gnu.classpath.tools.gjdoc.Main -doclet
AL> com.sun.tools.doclets.standard.Standard com.sun.javadoc
AL> -sourcepath ../../classpath:. -d docs Loading classes for package
AL> com.sun.javadoc ...  make: *** [run] Segmentation fault

AL> Is this a known problem (i.e. something that won't work as yet?)
AL> or should I break out gdb/jdb and fix it?

Well, I'm answering my own question, which is hopefully a good sign...

I decided to give jdb a shot (after all this is what free software and
distributed development is all about...), and yes, it was a pretty
simple bug.  The file reference for retrieving "package.html" wasn't
tested for null as well as exists(), so it's now fixed in CVS and
package parsing works quite dandily...

A.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]