This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug libgcj/32028] Make fails at gjdoc - gnu.classpath.tools.gjdoc.ParseException: unmatched input in line 1: @Retention(SOURCE) @Target(METHOD)
- From: "gnu_andrew at member dot fsf dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 20 Jun 2008 14:34:22 -0000
- Subject: [Bug libgcj/32028] Make fails at gjdoc - gnu.classpath.tools.gjdoc.ParseException: unmatched input in line 1: @Retention(SOURCE) @Target(METHOD)
- References: <bug-32028-13830@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from gnu_andrew at member dot fsf dot org 2008-06-20 14:34 -------
Wha is this bug waiting on? The only clear bug I can see here is that the
Classpath build system (not gcc's; Classpath ./configure is invoked by the
surrounding gcj build) should be checking the version of gjdoc.
GJDoc 0.7.8 and 0.7.9 should work with the version of Classpath in GCC 4.3.
There is an issue with this missing the contents of external/jsr166 which is
fixed in Classpath. Generating docs for these additional classes requires
0.7.9.
Classpath 0.98 (and thus, probably GCC 4.4) will include GJDoc.
The warnings are expected. GJDoc's parser can run through 1.5 code. It can't
correctly parse it all yet, though it may be worth turning off some of these
errors in the meantime.
Patches welcome :)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32028