Bug 19612 - gjdoc in libgcj
Summary: gjdoc in libgcj
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: libgcj (show other bugs)
Version: 4.0.0
: P2 enhancement
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-24 20:31 UTC by Tom Tromey
Modified: 2016-10-03 16:01 UTC (History)
3 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2005-07-23 05:34:14


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Tromey 2005-01-24 20:31:46 UTC
It would be good to incorporate gjdoc into libgcj.
First, it would make our system more complete.
second, it would make it simpler for us to generate javadoc pages
at release time (and install them on gcc.gnu.org -- we ought
to do this).

One wrinkle is that gjdoc is GPL.  Perhaps some segregation in the
libjava directory would be in order.
Comment 1 Andrew Pinski 2005-01-24 20:40:24 UTC
Confirmed.
Comment 2 Andrew Pinski 2005-07-26 21:49:28 UTC
Don't we just have to build this now after the "big" merge.
Comment 3 Tom Tromey 2005-07-26 21:51:05 UTC
Nope, gjdoc is in its own module in classpath cvs and
has not been imported into the gcc tree at all.
Comment 4 Andrew Pinski 2016-09-30 22:55:31 UTC
Closing as won't fix as libgcj (and the java front-end) has been removed from the trunk.
Comment 5 Andrew John Hughes 2016-10-03 16:01:38 UTC
gjdoc was actually added into GNU Classpath in 0.98 so will have been in gcj for some time.

$ jar tf /usr/share/gcc-data/x86_64-pc-linux-gnu/5.3.0/java/libgcj-tools-5.3.0.jar |grep gjdoc/|head
gnu/classpath/tools/gjdoc/
gnu/classpath/tools/gjdoc/SourcePositionImpl.class
etc.