Share

TexiDoclet

Code

Programming Languages: Java, Lisp

License: GNU General Public License (GPL)

Show:

What's happening?

  • TexiDoclet

    alexl committed patchset 16 of module webpages to the TexiDoclet CVS repository, changing 1 files.

    2002-02-24 14:21:55 UTC by alexl

  • Project has moved to savannah.gnu.org!

    Texidoclet has moved to savannah.gnu.org where it has become part of the Free Software Foundation's Classpath project (http://www.classpath.org/). It is a subproject of the Classpath project, housed at http://savannah.gnu.org/projects/cp-tools/. It will continue to be able to be used as a standalone doclet for third-party VMs and class libraries. Stay tuned. For more information, please contact...

    2002-02-13 12:31:32 UTC by alexl

  • fails to identify empty exception decl

    public class test { /** * demonstrate bug in texidoclet for * empty exception declaration * @exception */ public void demo() { } } Here is the command line and error message: jerry> CLASSPATH="./source/TexiDoclet.jar" javadoc -docletpath TexiDocl et.jar -doclet gnu.texidoclet.Driver test.java Loading source file test.java... Const.

    2001-11-15 16:55:31 UTC by jveldhuis

  • TexiDoclet

    alexl committed patchset 15 of module webpages to the TexiDoclet CVS repository, changing 1 files.

    2001-11-02 10:54:09 UTC by alexl

  • Comment: compilation err in 1.4

    Logged In: YES user_id=8312 Thanks for the bug report. Will look into it. We are in the process of migrating texidoclet to savannah.gnu.org as part of the classpath project, but I will keep these bugs open until they are fixed or otherwise migrated to the savannah bug tracking system.

    2001-11-02 10:43:44 UTC by alexl

  • compilation err in 1.4

    java 1.4 has introduced a difference in the API of HtmlDocWriter (not surprising, since I don't think that the com.sun.tools.doclets tree is a "published" api). Anyways, HtmlDocWriter.configuration used to be a static field, and now it's an abstract method, which obviously leads to badness. patch may follow...

    2001-10-31 21:48:08 UTC by sadinoff

  • TexiDoclet

    alexl committed patchset 35 of module texidoclet to the TexiDoclet CVS repository, changing 1 files.

    2001-07-19 03:41:37 UTC by alexl

  • Comment: ./configure --with-jdkdir is ignored

    Logged In: YES user_id=8312 JS> clear the config.cache before. JS> (Is this a general automake issue? I didn't encounter that before.) Yes, this is a general autoconf/automake issue. If you have an old build directory around, it's always safest to delete "config.cache" so you don't get old values. It is documented in INSTALL: <quote> Finally, it creates...

    2001-04-27 00:15:51 UTC by alexl

  • problem with &quot;missing&quot; script

    The "missing" script in the 0.5 distro seems to have the wrong version. As reported by jscheid: //N/downloads/texidoclet/texidoclet-0.5/missing: Unknown `--run' option Try `//N/downloads/texidoclet/texidoclet-0.5/missing --help' for more information configure: warning: `missing' script is too old or missing.

    2001-04-27 00:13:06 UTC by alexl

  • Bad CLASSPATH on Win32

    As reported in my comment to Bug #418698, the ./configure script now works "out of the box" on my WinNT system when using the latest Cygwin distribution. However, 'make' runs into problems because the java compiler is provided with a bad CLASSPATH. Full trace is attached, here is the critical region...

    2001-04-26 23:49:19 UTC by jscheid