public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/32028]  New: Make fails at gjdoc - gnu.classpath.tools.gjdoc.ParseException: unmatched input in line 1: @Retention(SOURCE) @Target(METHOD)
@ 2007-05-22  2:28 rob1weld at aol dot com
  2007-05-24 16:19 ` [Bug libgcj/32028] " tromey at gcc dot gnu dot org
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: rob1weld at aol dot com @ 2007-05-22  2:28 UTC (permalink / raw)
  To: java-prs

Compiling gcc 4.3.0 20070521 using "--with-gjdoc" fails. It works on 4.2.0/1. I
don't know enough about gjdoc scripting or Java to go poking around so I leave
the fix to someone more capable. 

For anyone who compiled using "--with-gjdoc" and broke their make there is a
"bypass" at the end of this message.


# /usr/bin/gjdoc --version
gjdoc 0.7.7


# gcc/xgcc -v
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: /root/downloads/gcc-4_3-trunk/configure --verbose
--enable-languages=c,ada,c++,fortran,java,objc,obj-c++ --with-tune=athlon-xp
--prefix=/usr --enable-objc-gc --enable-concept-checks --disable-multilib
--with-gxx-include-dir=/usr/include/c++/4.3 --enable-libstdcxx-debug
--enable-static --enable-shared --enable-initfini-array --enable-__cxa_atexit
--enable-threads=posix --enable-version-specific-runtime-libs --enable-libssp
--enable-libmudflap --enable-libgomp --disable-werror --enable-nls
--with-included-gettext --enable-decimal-float --with-long-double-128
--enable-debug --enable-java-gc=boehm --with-x --x-includes=/usr/X11R6/include
--x-libraries=/usr/X11R6/lib --enable-java-awt=gtk,xlib --enable-gtk-cairo
--enable-qt-peer --enable-xmlj --enable-gconf-peer --enable-tool-wrappers
--with-gjdoc --enable-portable-native-sync --enable-libgcj-multifile
--with-stabs --enable-hash-synchronization --enable-gc-debug
--enable-interpreter --with-system-zlib --enable-libada --with-tls
--with-cpu=athlon-xp --with-arch=athlon-xp
Thread model: posix
gcc version 4.3.0 20070521 (experimental)


Screen output for "gcc version 4.3.0 20070521 (experimental)":

...
touch resources
make[4]: Leaving directory
`/opt/gcc-4_3-build/i686-pc-linux-gnu/libjava/classpath/lib'
Making all in doc
make[4]: Entering directory
`/opt/gcc-4_3-build/i686-pc-linux-gnu/libjava/classpath/doc'
Making all in api
make[5]: Entering directory
`/opt/gcc-4_3-build/i686-pc-linux-gnu/libjava/classpath/doc/api'
/bin/mkdir html > /dev/null 2>&1
/usr/bin/gjdoc \
        -use \
        -sourcepath
"../..:/root/downloads/gcc-4_3-trunk/libjava/classpath:/root/downloads/gcc-4_3-trunk/libjava/classpath/vm/reference:/root/downloads/gcc-4_3-trunk/libjava/classpath/external/w3c_dom:/root/downloads/gcc-4_3-trunk/libjava/classpath/external/sax"
\
        -encoding UTF-8 \
        -breakiterator \
        -licensetext \
        -linksource \
        -splitindex \
        -validhtml \
        -d html \
        -doctitle "GNU Classpath 0.94-pre" \
        -windowtitle "GNU Classpath 0.94-pre Documentation" \
        -header "<span class='logo'><a
href='http://www.gnu.org/software/classpath' target='_top'>GNU Classpath</a>
(0.94-pre)" -footer "<span class='logo'><a
href='http://www.gnu.org/software/classpath' target='_top'>GNU Classpath</a>
(0.94-pre)" \
        -subpackages java:javax:org
WARNING: unknown modifier 'enum'
WARNING: unknown modifier 'State'
gnu.classpath.tools.gjdoc.ParseException: unmatched input in line 1:
@Retention(SOURCE) @Target(METHOD)
public @interfa
   at gnu.classpath.tools.gjdoc.Parser.parse(gjdoc)
   at gnu.classpath.tools.gjdoc.Parser.processSourceFile(gjdoc)
   at gnu.classpath.tools.gjdoc.Parser.processSourceDir(gjdoc)
   at gnu.classpath.tools.gjdoc.RootDocImpl.build(gjdoc)
   at gnu.classpath.tools.gjdoc.Main.startDoclet(gjdoc)
   at gnu.classpath.tools.gjdoc.Main.start(gjdoc)
   at gnu.classpath.tools.gjdoc.Main.main(gjdoc)
make[5]: *** [create_html] Error 5
make[5]: Leaving directory
`/opt/gcc-4_3-build/i686-pc-linux-gnu/libjava/classpath/doc/api'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory
`/opt/gcc-4_3-build/i686-pc-linux-gnu/libjava/classpath/doc'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/opt/gcc-4_3-build/i686-pc-linux-gnu/libjava/classpath'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/opt/gcc-4_3-build/i686-pc-linux-gnu/libjava'
make[1]: *** [all-target-libjava] Error 2
make[1]: Leaving directory `/opt/gcc-4_3-build'
make: *** [all] Error 2



Screen output for "gcc version 4.2.1 20070519 (prerelease)":

...
touch resources
make[4]: Leaving directory
`/opt/gcc-4_2-build/i686-pc-linux-gnu/libjava/classpath/lib'
Making all in doc
make[4]: Entering directory
`/opt/gcc-4_2-build/i686-pc-linux-gnu/libjava/classpath/doc'
Making all in api
make[5]: Entering directory
`/opt/gcc-4_2-build/i686-pc-linux-gnu/libjava/classpath/doc/api'
/bin/mkdir html > /dev/null 2>&1
/usr/bin/gjdoc \
        -use \
        -sourcepath
"../..:/root/downloads/gcc-4_2-branch/libjava/classpath:/root/downloads/gcc-4_2-branch/libjava/classpath/vm/reference:/root/downloads/gcc-4_2-branch/libjava/classpath/external/w3c_dom:/root/downloads/gcc-4_2-branch/libjava/classpath/external/sax"
\
        -encoding UTF-8 \
        -breakiterator \
        -licensetext \
        -linksource \
        -splitindex \
        -validhtml \
        -d html \
        -doctitle "GNU Classpath 0.92" \
        -windowtitle "GNU Classpath 0.92 Documentation" \
        -header "<span class='logo'><a
href='http://www.gnu.org/software/classpath' target='_top'>GNU Classpath</a>
(0.92)" -footer "<span class='logo'><a
href='http://www.gnu.org/software/classpath' target='_top'>GNU Classpath</a>
(0.92)" \
        -subpackages java:javax:org
Loading classes for package java.applet...
Loading classes for package java.awt...
Loading classes for package java.awt.color...
... (MANY lines)
Loading classes for package org.xml.sax.ext...
Loading classes for package org.xml.sax.helpers...
Constructing Javadoc information...
Resolving references in comments...
Resolving references in classes...
Resolving references in packages...
Resolving references in class comments...
Null tags for gnu.classpath.tools.gjdoc.InheritDocTagImpl[name=@inheritDoc,
text=, tagMap=null]
Null tags for gnu.classpath.tools.gjdoc.InheritDocTagImpl[name=@inheritDoc,
text=, tagMap=null]
Null tags for gnu.classpath.tools.gjdoc.InheritDocTagImpl[name=@inheritDoc,
text=, tagMap=null]
Null tags for gnu.classpath.tools.gjdoc.InheritDocTagImpl[name=@inheritDoc,
text=, tagMap=null]
Null tags for gnu.classpath.tools.gjdoc.InheritDocTagImpl[name=@inheritDoc,
text=, tagMap=null]
Null tags for gnu.classpath.tools.gjdoc.InheritDocTagImpl[name=@inheritDoc,
text=, tagMap=null]
Null tags for gnu.classpath.tools.gjdoc.InheritDocTagImpl[name=@inheritDoc,
text=, tagMap=null]
Null tags for gnu.classpath.tools.gjdoc.InheritDocTagImpl[name=@inheritDoc,
text=, tagMap=null]
Null tags for gnu.classpath.tools.gjdoc.InheritDocTagImpl[name=@inheritDoc,
text=, tagMap=null]
Null tags for gnu.classpath.tools.gjdoc.InheritDocTagImpl[name=@inheritDoc,
text=, tagMap=null]
Null tags for gnu.classpath.tools.gjdoc.InheritDocTagImpl[name=@inheritDoc,
text=, tagMap=null]
Resolving references in package comments...
Running doclet...
Building cross-reference information...
Writing overview files...
Writing full tree...
Writing index...
Writing HTML files for package java.applet
Writing HTML files for package java.awt
Writing HTML files for package java.awt.color
Writing HTML files for package java.awt.datatransfer
... (MANY lines)
Writing HTML files for package org.xml.sax.ext
Writing HTML files for package org.xml.sax.helpers
touch create_html
make[5]: Leaving directory
`/opt/gcc-4_2-build/i686-pc-linux-gnu/libjava/classpath/doc/api'
make[5]: Entering directory
`/opt/gcc-4_2-build/i686-pc-linux-gnu/libjava/classpath/doc'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory
`/opt/gcc-4_2-build/i686-pc-linux-gnu/libjava/classpath/doc'
make[4]: Leaving directory
`/opt/gcc-4_2-build/i686-pc-linux-gnu/libjava/classpath/doc'
...



To get around this problem I typed:

# cd i686-pc-linux-gnu/libjava/classpath/doc/api
# touch create_html
# cd ../../../../..
# make


-- 
           Summary: Make fails at gjdoc -
                    gnu.classpath.tools.gjdoc.ParseException: unmatched
                    input in line 1: @Retention(SOURCE) @Target(METHOD)
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: libgcj
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rob1weld at aol dot com
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32028


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug libgcj/32028] Make fails at gjdoc - gnu.classpath.tools.gjdoc.ParseException: unmatched input in line 1: @Retention(SOURCE) @Target(METHOD)
  2007-05-22  2:28 [Bug libgcj/32028] New: Make fails at gjdoc - gnu.classpath.tools.gjdoc.ParseException: unmatched input in line 1: @Retention(SOURCE) @Target(METHOD) rob1weld at aol dot com
@ 2007-05-24 16:19 ` tromey at gcc dot gnu dot org
  2007-05-24 18:48 ` rob1weld at aol dot com
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: tromey at gcc dot gnu dot org @ 2007-05-24 16:19 UTC (permalink / raw)
  To: java-prs



------- Comment #1 from tromey at gcc dot gnu dot org  2007-05-24 17:18 -------
I think gjdoc only recently got support for generics and annotations.
So an older gjdoc is expected to fail.  I haven't been keeping track
of gjdoc version numbers but I expect if you install a newer version
this will work.  Can you try that?


-- 

tromey at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32028


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug libgcj/32028] Make fails at gjdoc - gnu.classpath.tools.gjdoc.ParseException: unmatched input in line 1: @Retention(SOURCE) @Target(METHOD)
  2007-05-22  2:28 [Bug libgcj/32028] New: Make fails at gjdoc - gnu.classpath.tools.gjdoc.ParseException: unmatched input in line 1: @Retention(SOURCE) @Target(METHOD) rob1weld at aol dot com
  2007-05-24 16:19 ` [Bug libgcj/32028] " tromey at gcc dot gnu dot org
@ 2007-05-24 18:48 ` rob1weld at aol dot com
  2007-05-25  8:55 ` rob1weld at aol dot com
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: rob1weld at aol dot com @ 2007-05-24 18:48 UTC (permalink / raw)
  To: java-prs



------- Comment #2 from rob1weld at aol dot com  2007-05-24 19:48 -------
The configure script ought to check for gjdoc version - I _do_ have the newest
version from using "apt-get update" apt-get upgrade" - how are people supposed
to use the "--with-gjdoc" if it is not better documaented?

The gcc SVN needs to include the neccesary version of gjdoc source to compile
the Java documentation that is in the SVN.


Here is some info from Classpath (not gcc) that might help in future so I will
put this here for reference:

How to generate API Documentation with gjdoc/libxmlj:
http://www.gnu.org/software/classpath/faq/faq/faq.html#faq5_1


Here is some info on building NEWER gjdoc:
http://gcc.gnu.org/ml/java/2004-11/msg00169.html  I'll try this and get back in
a while ...

Thanks for your help.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32028


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug libgcj/32028] Make fails at gjdoc - gnu.classpath.tools.gjdoc.ParseException: unmatched input in line 1: @Retention(SOURCE) @Target(METHOD)
  2007-05-22  2:28 [Bug libgcj/32028] New: Make fails at gjdoc - gnu.classpath.tools.gjdoc.ParseException: unmatched input in line 1: @Retention(SOURCE) @Target(METHOD) rob1weld at aol dot com
  2007-05-24 16:19 ` [Bug libgcj/32028] " tromey at gcc dot gnu dot org
  2007-05-24 18:48 ` rob1weld at aol dot com
@ 2007-05-25  8:55 ` rob1weld at aol dot com
  2007-05-25 19:12 ` rob1weld at aol dot com
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: rob1weld at aol dot com @ 2007-05-25  8:55 UTC (permalink / raw)
  To: java-prs



------- Comment #3 from rob1weld at aol dot com  2007-05-25 09:55 -------
Ran accros this interesting post, seems we've had this a while ...

gjdoc in libgcj
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19612


After some messing with trying to access the gjdoc SVN according to the above
advice from those links (without a password); I went elsehere.


Here are some programs I had already (from gcc 4.2.0 install);

# gcj --version
gcj (GCC) 4.2.0 20070501 (prerelease)
# gij --version
java version "1.4.2"
gij (GNU libgcj) version 4.2.0 20070501 (prerelease)


Here is what worked and what it looked like:


# wget ftp://ftp.gnu.org/gnu/classpath/gjdoc-0.7.8.tar.gz
# gunzip -d gjdoc-0.7.8.tar.gz
# tar -xf gjdoc-0.7.8.tar.gz
# cd gjdoc-0.7.8
# ./configure
...
checking if gij works... yes
checking for gcj... gcj -C
checking if gcj -C works... yes
configure: WARNING:
The build seems to be using gcj for bytecode generation.  Some
versions of gcj are known to produce bad bytecode.  See here for a
list of bugs that may be relevant:

http://gcc.gnu.org/bugzilla/buglist.cgi?component=java&keywords=wrong-code&order=default

At least bug 19921 is known to affect gjdoc (in Feb 2005).

You may want to set the environment variable JAVAC to an alternate
compiler, such as jikes, to make sure that you end up with valid
bytecode.
...
checking for antlr 2.7.1 or better... 2.7.6
checking for java.util.regex.Pattern class... yes
configure: creating ./config.status
config.status: creating gjdoc.sh
config.status: WARNING:  gjdoc.sh.in seems to ignore the --datarootdir setting
# make
# make install

works OK despite warnings.



Now getting this screen output:

make[4]: Leaving directory
`/opt/gcc-4_3-build/i686-pc-linux-gnu/libjava/classpath/lib'
Making all in doc
make[4]: Entering directory
`/opt/gcc-4_3-build/i686-pc-linux-gnu/libjava/classpath/doc'
Making all in api
make[5]: Entering directory
`/opt/gcc-4_3-build/i686-pc-linux-gnu/libjava/classpath/doc/api'
/bin/mkdir html > /dev/null 2>&1
/usr/local/bin/gjdoc \
        -use \
        -sourcepath
"../..:/root/downloads/gcc-4_3-trunk/libjava/classpath:/root/downloads/gcc-4_3-trunk/libjava/classpath/vm/reference:/root/downloads/gcc-4_3-trunk/libjava/classpath/external/w3c_dom:/root/downloads/gcc-4_3-trunk/libjava/classpath/external/sax"
\
        -encoding UTF-8 \
        -breakiterator \
        -licensetext \
        -linksource \
        -splitindex \
        -validhtml \
        -d html \
        -doctitle "GNU Classpath 0.94-pre" \
        -windowtitle "GNU Classpath 0.94-pre Documentation" \
        -header "<span class='logo'><a
href='http://www.gnu.org/software/classpath' target='_top'>GNU Classpath</a>
(0.94-pre)" -footer "<span class='logo'><a
href='http://www.gnu.org/software/classpath' target='_top'>GNU Classpath</a>
(0.94-pre)" \
        -subpackages java:javax:org
WARNING: unknown modifier '@Retention(SOURCE)'
WARNING: unknown modifier '@Target(METHOD)'
WARNING: unknown modifier '@Retention(SOURCE)'
WARNING: unknown modifier '@Target({TYPE, FIELD, METHOD, PARAMETER,
CONSTRUCTOR, LOCAL_VARIABLE})'
WARNING: unknown modifier '@Documented'
WARNING: unknown modifier '@Retention(RUNTIME)'
ARGH! public
ARGH! static
ARGH! <S
ARGH! extends
ARGH! Enum<S>>
ARGH! S
ARGH! valueOf(Class<S>
ARGH! String
ARGH! s)
Loading classes for package java.sql...
Loading classes for package java.lang...
Loading classes for package java.lang.reflect...
Loading classes for package java.lang.instrument...
Loading classes for package java.lang.ref...
Loading classes for package java.lang.annotation...
WARNING: unknown modifier '@Documented'
WARNING: unknown modifier '@Retention(RUNTIME)'
WARNING: unknown modifier '@Target(ANNOTATION_TYPE)'
WARNING: unknown modifier '@Documented'
WARNING: unknown modifier '@Retention(RUNTIME)'
WARNING: unknown modifier '@Documented'
WARNING: unknown modifier '@Retention(RUNTIME)'
WARNING: unknown modifier '@Target(ANNOTATION_TYPE)'
WARNING: unknown modifier '@Documented'
WARNING: unknown modifier '@Retention(RUNTIME)'
WARNING: unknown modifier '@Target(ANNOTATION_TYPE)'
Loading classes for package java.lang.management...
Loading classes for package java.text...
Loading classes for package java.applet...
Loading classes for package java.nio...
Loading classes for package java.nio.charset...


According to some web pages those errors are to be expected.

Which version _should_ we use so that we don't get any warnings or errors?


The "fix" for this bug is that gcc 4.2.0 and 4.2.1 main configure MUST test for
gjdoc version 0.7.7 _minimum_ and gcc 4.3.0 main configure MUST test for gjdoc
0.7.8 _minimum (a newer version, it easily available would be better).

A version that worked properly in directory ftp://ftp.gnu.org/gnu/classpath/
would be a good idea. Would you be allowed to do that Tom?

Thanks


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32028


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug libgcj/32028] Make fails at gjdoc - gnu.classpath.tools.gjdoc.ParseException: unmatched input in line 1: @Retention(SOURCE) @Target(METHOD)
  2007-05-22  2:28 [Bug libgcj/32028] New: Make fails at gjdoc - gnu.classpath.tools.gjdoc.ParseException: unmatched input in line 1: @Retention(SOURCE) @Target(METHOD) rob1weld at aol dot com
                   ` (2 preceding siblings ...)
  2007-05-25  8:55 ` rob1weld at aol dot com
@ 2007-05-25 19:12 ` rob1weld at aol dot com
  2008-06-20 14:34 ` gnu_andrew at member dot fsf dot org
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: rob1weld at aol dot com @ 2007-05-25 19:12 UTC (permalink / raw)
  To: java-prs



------- Comment #4 from rob1weld at aol dot com  2007-05-25 19:12 -------
Tom, here are the results you requested:


...
touch resources
make[4]: Leaving directory
`/opt/gcc-4_3-build/i686-pc-linux-gnu/libjava/classpath/lib'
Making all in doc
make[4]: Entering directory
`/opt/gcc-4_3-build/i686-pc-linux-gnu/libjava/classpath/doc'
Making all in api
make[5]: Entering directory
`/opt/gcc-4_3-build/i686-pc-linux-gnu/libjava/classpath/doc/api'
/bin/mkdir html > /dev/null 2>&1
/usr/local/bin/gjdoc \
        -use \
        -sourcepath
"../..:/root/downloads/gcc-4_3-trunk/libjava/classpath:/root/downloads/gcc-4_3-trunk/libjava/classpath/vm/reference:/root/downloads/gcc-4_3-trunk/libjava/classpath/external/w3c_dom:/root/downloads/gcc-4_3-trunk/libjava/classpath/external/sax"
\
        -encoding UTF-8 \
        -breakiterator \
        -licensetext \
        -linksource \
        -splitindex \
        -validhtml \
        -d html \
        -doctitle "GNU Classpath 0.94-pre" \
        -windowtitle "GNU Classpath 0.94-pre Documentation" \
        -header "<span class='logo'><a
href='http://www.gnu.org/software/classpath' target='_top'>GNU Classpath</a>
(0.94-pre)" -footer "<span class='logo'><a
href='http://www.gnu.org/software/classpath' target='_top'>GNU Classpath</a>
(0.94-pre)" \
        -subpackages java:javax:org
WARNING: unknown modifier '@Retention(SOURCE)'
WARNING: unknown modifier '@Target(METHOD)'
WARNING: unknown modifier '@Retention(SOURCE)'
WARNING: unknown modifier '@Target({TYPE, FIELD, METHOD, PARAMETER,
CONSTRUCTOR, LOCAL_VARIABLE})'
WARNING: unknown modifier '@Documented'
WARNING: unknown modifier '@Retention(RUNTIME)'
ARGH! public
ARGH! static
ARGH! <S
ARGH! extends
ARGH! Enum<S>>
ARGH! S
ARGH! valueOf(Class<S>
ARGH! String
ARGH! s)
Loading classes for package java.sql...
Loading classes for package java.lang...
Loading classes for package java.lang.reflect...
Loading classes for package java.lang.instrument...
Loading classes for package java.lang.ref...
Loading classes for package java.lang.annotation...
WARNING: unknown modifier '@Documented'
WARNING: unknown modifier '@Retention(RUNTIME)'
WARNING: unknown modifier '@Target(ANNOTATION_TYPE)'
WARNING: unknown modifier '@Documented'
WARNING: unknown modifier '@Retention(RUNTIME)'
WARNING: unknown modifier '@Documented'
WARNING: unknown modifier '@Retention(RUNTIME)'
WARNING: unknown modifier '@Target(ANNOTATION_TYPE)'
WARNING: unknown modifier '@Documented'
WARNING: unknown modifier '@Retention(RUNTIME)'
WARNING: unknown modifier '@Target(ANNOTATION_TYPE)'
Loading classes for package java.lang.management...
Loading classes for package java.text...
Loading classes for package java.applet...
Loading classes for package java.nio...
Loading classes for package java.nio.charset...
Loading classes for package java.nio.charset.spi...
Loading classes for package java.nio.channels...
Loading classes for package java.nio.channels.spi...
Loading classes for package java.net...
Loading classes for package java.io...
Loading classes for package java.rmi...
Loading classes for package java.rmi.dgc...
Loading classes for package java.rmi.activation...
Loading classes for package java.rmi.server...
Loading classes for package java.rmi.registry...
Loading classes for package java.security...
Loading classes for package java.security.interfaces...
Loading classes for package java.security.cert...
Loading classes for package java.security.acl...
Loading classes for package java.security.spec...
Loading classes for package java.beans...
Loading classes for package java.beans.beancontext...
Loading classes for package java.math...
Loading classes for package java.awt...
Loading classes for package java.awt.image...
Loading classes for package java.awt.image.renderable...
Loading classes for package java.awt.peer...
Loading classes for package java.awt.color...
Loading classes for package java.awt.datatransfer...
Loading classes for package java.awt.event...
Loading classes for package java.awt.geom...
Loading classes for package java.awt.print...
Loading classes for package java.awt.dnd...
Loading classes for package java.awt.dnd.peer...
Loading classes for package java.awt.im...
Loading classes for package java.awt.im.spi...
Loading classes for package java.awt.font...
Loading classes for package java.util...
Loading classes for package java.util.concurrent...
Loading classes for package java.util.regex...
Loading classes for package java.util.jar...
Loading classes for package java.util.prefs...
Loading classes for package java.util.logging...
Loading classes for package java.util.zip...
Loading classes for package javax.sql...
Loading classes for package javax.crypto...
Loading classes for package javax.crypto.interfaces...
Loading classes for package javax.crypto.spec...
Loading classes for package javax.xml...
Loading classes for package javax.xml.parsers...
Loading classes for package javax.xml.xpath...
Loading classes for package javax.xml.validation...
Loading classes for package javax.xml.datatype...
Loading classes for package javax.xml.stream...
Loading classes for package javax.xml.stream.events...
Loading classes for package javax.xml.stream.util...
Loading classes for package javax.xml.transform...
Loading classes for package javax.xml.transform.dom...
Loading classes for package javax.xml.transform.stream...
Loading classes for package javax.xml.transform.sax...
Loading classes for package javax.xml.namespace...
Loading classes for package javax.transaction...
Loading classes for package javax.transaction.xa...
Loading classes for package javax.net...
Loading classes for package javax.net.ssl...
Loading classes for package javax.accessibility...
Loading classes for package javax.rmi...
Loading classes for package javax.rmi.ssl...
Loading classes for package javax.rmi.CORBA...
Loading classes for package javax.security.auth...
Loading classes for package javax.security.auth.login...
Loading classes for package javax.security.auth.spi...
Loading classes for package javax.security.auth.callback...
Loading classes for package javax.security.auth.kerberos...
Loading classes for package javax.security.auth.x500...
Loading classes for package javax.security.sasl...
Loading classes for package javax.security.cert...
Loading classes for package javax.swing...
Loading classes for package javax.swing.tree...
Loading classes for package javax.swing.filechooser...
Loading classes for package javax.swing.table...
Loading classes for package javax.swing.text...
Loading classes for package javax.swing.text.rtf...
Loading classes for package javax.swing.text.html...
Loading classes for package javax.swing.text.html.parser...
Loading classes for package javax.swing.undo...
Loading classes for package javax.swing.border...
Loading classes for package javax.swing.plaf...
Loading classes for package javax.swing.plaf.basic...
Loading classes for package javax.swing.plaf.multi...
Loading classes for package javax.swing.plaf.metal...
Loading classes for package javax.swing.plaf.synth...
Loading classes for package javax.swing.event...
Loading classes for package javax.swing.colorchooser...
Loading classes for package javax.sound.midi...
Loading classes for package javax.sound.midi.spi...
Loading classes for package javax.sound.sampled...
Loading classes for package javax.sound.sampled.spi...
Loading classes for package javax.naming...
Loading classes for package javax.naming.ldap...
Loading classes for package javax.naming.spi...
Loading classes for package javax.naming.directory...
Loading classes for package javax.naming.event...
Loading classes for package javax.imageio...
Loading classes for package javax.imageio.metadata...
Loading classes for package javax.imageio.plugins.jpeg...
Loading classes for package javax.imageio.plugins.bmp...
Loading classes for package javax.imageio.event...
Loading classes for package javax.imageio.spi...
Loading classes for package javax.imageio.stream...
Loading classes for package javax.management...
Loading classes for package javax.management.openmbean...
Loading classes for package javax.management.loading...
Loading classes for package javax.print...
Loading classes for package javax.print.event...
Loading classes for package javax.print.attribute...
Loading classes for package javax.print.attribute.standard...
Loading classes for package org.omg.PortableServer...
Loading classes for package org.omg.PortableServer.ServantLocatorPackage...
Loading classes for package org.omg.PortableServer.POAManagerPackage...
Loading classes for package org.omg.PortableServer.POAPackage...
Loading classes for package org.omg.PortableServer.CurrentPackage...
Loading classes for package org.omg.PortableServer.portable...
Loading classes for package org.omg.Dynamic...
Loading classes for package org.omg.CORBA...
Loading classes for package org.omg.CORBA.portable...
Loading classes for package org.omg.CORBA.DynAnyPackage...
Loading classes for package org.omg.CORBA.ORBPackage...
Loading classes for package org.omg.CORBA.TypeCodePackage...
Loading classes for package org.omg.IOP...
Loading classes for package org.omg.IOP.CodecFactoryPackage...
Loading classes for package org.omg.IOP.CodecPackage...
Loading classes for package org.omg.PortableInterceptor...
Loading classes for package org.omg.PortableInterceptor.ORBInitInfoPackage...
Loading classes for package org.omg.CORBA_2_3...
Loading classes for package org.omg.CORBA_2_3.portable...
Loading classes for package org.omg.DynamicAny...
Loading classes for package org.omg.DynamicAny.DynAnyFactoryPackage...
Loading classes for package org.omg.DynamicAny.DynAnyPackage...
Loading classes for package org.omg.SendingContext...
Loading classes for package org.omg.Messaging...
Loading classes for package org.omg.stub.java.rmi...
Loading classes for package org.omg.CosNaming...
Loading classes for package org.omg.CosNaming.NamingContextExtPackage...
Loading classes for package org.omg.CosNaming.NamingContextPackage...
Loading classes for package org.ietf.jgss...
Loading classes for package org.w3c.dom...
Loading classes for package org.w3c.dom.events...
Loading classes for package org.w3c.dom.bootstrap...
Loading classes for package org.w3c.dom.ls...
Loading classes for package org.w3c.dom.ranges...
Loading classes for package org.w3c.dom.xpath...
Loading classes for package org.w3c.dom.html2...
Loading classes for package org.w3c.dom.css...
Loading classes for package org.w3c.dom.views...
Loading classes for package org.w3c.dom.traversal...
Loading classes for package org.w3c.dom.stylesheets...
Loading classes for package org.xml.sax...
Loading classes for package org.xml.sax.ext...
Loading classes for package org.xml.sax.helpers...
Constructing Javadoc information...
WARNING: Error while loading class SOURCE
WARNING: Error while loading class METHOD
WARNING: Error while loading class RUNTIME
WARNING: Error while loading class ANNOTATION_TYPE
WARNING: Cannot locate class AbstractQueue referenced in class
java.util.PriorityQueue
WARNING: Error while loading class AtomicLong
Resolving references in comments...
Resolving references in classes...
Resolving references in packages...
Resolving references in class comments...
Null tags for gnu.classpath.tools.gjdoc.InheritDocTagImpl[name=@inheritDoc,
text=, tagMap=null]
Null tags for gnu.classpath.tools.gjdoc.InheritDocTagImpl[name=@inheritDoc,
text=, tagMap=null]
Null tags for gnu.classpath.tools.gjdoc.InheritDocTagImpl[name=@inheritDoc,
text=, tagMap=null]
Null tags for gnu.classpath.tools.gjdoc.InheritDocTagImpl[name=@inheritDoc,
text=, tagMap=null]
Null tags for gnu.classpath.tools.gjdoc.InheritDocTagImpl[name=@inheritDoc,
text=, tagMap=null]
Null tags for gnu.classpath.tools.gjdoc.InheritDocTagImpl[name=@inheritDoc,
text=, tagMap=null]
Null tags for gnu.classpath.tools.gjdoc.InheritDocTagImpl[name=@inheritDoc,
text=, tagMap=null]
Null tags for gnu.classpath.tools.gjdoc.InheritDocTagImpl[name=@inheritDoc,
text=, tagMap=null]
Null tags for gnu.classpath.tools.gjdoc.InheritDocTagImpl[name=@inheritDoc,
text=, tagMap=null]
Null tags for gnu.classpath.tools.gjdoc.InheritDocTagImpl[name=@inheritDoc,
text=, tagMap=null]
Null tags for gnu.classpath.tools.gjdoc.InheritDocTagImpl[name=@inheritDoc,
text=, tagMap=null]
Resolving references in package comments...
Running doclet...
Building cross-reference information...
(long wait)
Writing overview files...
Writing full tree...
Writing index...
(bit of a wait)
Writing HTML files for package java.applet              - (long wait)
Writing HTML files for package java.awt                 - (most are fairly
quick, some slow ...)
...
Writing HTML files for package org.xml.sax
Writing HTML files for package org.xml.sax.ext
Writing HTML files for package org.xml.sax.helpers
23 warnings
touch create_html
make[5]: Leaving directory
`/opt/gcc-4_3-build/i686-pc-linux-gnu/libjava/classpath/doc/api'
make[5]: Entering directory
`/opt/gcc-4_3-build/i686-pc-linux-gnu/libjava/classpath/doc'
...(many lines)
make[4]: Leaving directory
`/opt/gcc-4_3-build/i686-pc-linux-gnu/libjava/classpath/resource'
Making all in scripts
make[4]: Entering directory
`/opt/gcc-4_3-build/i686-pc-linux-gnu/libjava/classpath/scripts'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory
`/opt/gcc-4_3-build/i686-pc-linux-gnu/libjava/classpath/scripts'
Making all in tools
make[4]: Entering directory
`/opt/gcc-4_3-build/i686-pc-linux-gnu/libjava/classpath/tools'
Makefile:615: warning: overriding commands for target `gappletviewer'
Makefile:547: warning: ignoring old commands for target `gappletviewer'
Makefile:618: warning: overriding commands for target `gjar'
Makefile:553: warning: ignoring old commands for target `gjar'
Makefile:621: warning: overriding commands for target `gjarsigner'
Makefile:549: warning: ignoring old commands for target `gjarsigner'
Makefile:624: warning: overriding commands for target `gjavah'
Makefile:569: warning: ignoring old commands for target `gjavah'
Makefile:627: warning: overriding commands for target `gkeytool'
Makefile:551: warning: ignoring old commands for target `gkeytool'
Makefile:630: warning: overriding commands for target `gnative2ascii'
Makefile:555: warning: ignoring old commands for target `gnative2ascii'
Makefile:633: warning: overriding commands for target `gorbd'
Makefile:563: warning: ignoring old commands for target `gorbd'
Makefile:636: warning: overriding commands for target `grmic'
Makefile:567: warning: ignoring old commands for target `grmic'
Makefile:639: warning: overriding commands for target `grmid'
Makefile:565: warning: ignoring old commands for target `grmid'
Makefile:642: warning: overriding commands for target `grmiregistry'
Makefile:559: warning: ignoring old commands for target `grmiregistry'
Makefile:645: warning: overriding commands for target `gserialver'
Makefile:557: warning: ignoring old commands for target `gserialver'
Makefile:648: warning: overriding commands for target `gtnameserv'
Makefile:561: warning: ignoring old commands for target `gtnameserv'
find /root/downloads/gcc-4_3-trunk/libjava/classpath/tools/external/asm -name
'*.java' -print > asm.lst
...
(continues without further _excess_ warnings or error, until this)
libtool: compile:  /opt/gcc-4_3-build/./gcc/xgcc -shared-libgcc
-B/opt/gcc-4_3-build/./gcc -nostdinc++
-L/opt/gcc-4_3-build/i686-pc-linux-gnu/libstdc++-v3/src
-L/opt/gcc-4_3-build/i686-pc-linux-gnu/libstdc++-v3/src/.libs
-B/usr/i686-pc-linux-gnu/bin/ -B/usr/i686-pc-linux-gnu/lib/ -isystem
/usr/i686-pc-linux-gnu/include -isystem /usr/i686-pc-linux-gnu/sys-include
-DHAVE_CONFIG_H -I. -I/root/downloads/gcc-4_3-trunk/libjava -I./include -I./gcj
-I/root/downloads/gcc-4_3-trunk/libjava -Iinclude
-I/root/downloads/gcc-4_3-trunk/libjava/include
-I/root/downloads/gcc-4_3-trunk/libjava/classpath/include -Iclasspath/include
-I/root/downloads/gcc-4_3-trunk/libjava/classpath/native/fdlibm
-I/root/downloads/gcc-4_3-trunk/libjava/../boehm-gc/include
-I../boehm-gc/include -I/root/downloads/gcc-4_3-trunk/libjava/libltdl
-I/root/downloads/gcc-4_3-trunk/libjava/libltdl
-I/root/downloads/gcc-4_3-trunk/libjava/.././libjava/../gcc
-I/root/downloads/gcc-4_3-trunk/libjava/../libffi/include -I../libffi/include
-fno-rtti -fnon-call-exceptions -fdollars-in-identifiers -Wswitch-enum
-D_FILE_OFFSET_BITS=64 -ffloat-store -fomit-frame-pointer -Wextra -Wall
-D_GNU_SOURCE -DPREFIX=\"/usr\"
-DTOOLEXECLIBDIR=\"/usr/lib/gcc/i686-pc-linux-gnu/4.3.0\" -DJAVA_HOME=\"/usr\"
-DBOOT_CLASS_PATH=\"/usr/share/java/libgcj-4.3.0.jar\"
-DJAVA_EXT_DIRS=\"/usr/share/java/ext\"
-DGCJ_ENDORSED_DIRS=\"/usr/share/java/gcj-endorsed\"
-DGCJ_VERSIONED_LIBDIR=\"/usr/lib/gcj-4.3.0\" -DPATH_SEPARATOR=\":\"
-DECJ_JAR_FILE=\"\"
-DLIBGCJ_DEFAULT_DATABASE=\"/usr/lib/gcj-4.3.0/classmap.db\"
-DLIBGCJ_DEFAULT_DATABASE_PATH_TAIL=\"gcj-4.3.0/classmap.db\" -g -O2
-D_GNU_SOURCE -MT gnu/java/net/protocol/core/natCoreInputStream.lo -MD -MP -MF
gnu/java/net/protocol/core/.deps/natCoreInputStream.Tpo -c
/root/downloads/gcc-4_3-trunk/libjava/gnu/java/net/protocol/core/natCoreInputStream.cc
 -fPIC -DPIC -o gnu/java/net/protocol/core/.libs/natCoreInputStream.o
/root/downloads/gcc-4_3-trunk/libjava/gnu/java/net/protocol/core/natCoreInputStream.cc:
In member function 'jint
gnu::java::net::protocol::core::CoreInputStream::copyIntoByteArray(JArray<__java_byte>*,
jint, jint)':
/root/downloads/gcc-4_3-trunk/libjava/gnu/java/net/protocol/core/natCoreInputStream.cc:49:
internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[3]: *** [gnu/java/net/protocol/core/natCoreInputStream.lo] Error 1
make[3]: Leaving directory `/opt/gcc-4_3-build/i686-pc-linux-gnu/libjava'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/opt/gcc-4_3-build/i686-pc-linux-gnu/libjava'
make[1]: *** [all-target-libjava] Error 2
make[1]: Leaving directory `/opt/gcc-4_3-build'
make: *** [all] Error 2


But that is for a _different_ bug report.



I tried this command - The pages look very nice, don't know where to find
breakage:

# iceweasel
/opt/gcc-4_3-build/i686-pc-linux-gnu/libjava/classpath/doc/api/html/index.html


It would be nice to not see lines like:

WARNING: unknown modifier '@Retention(RUNTIME)'
ARGH! public
WARNING: Error while loading class ANNOTATION_TYPE
WARNING: Cannot locate class AbstractQueue referenced in class
java.util.PriorityQueue
Null tags for gnu.classpath.tools.gjdoc.InheritDocTagImpl[name=@inheritDoc,
text=, tagMap=null]
23 warnings
...
Makefile:615: warning: overriding commands for target `gappletviewer'
Makefile:547: warning: ignoring old commands for target `gappletviewer'


It claims "23 warnings" but some of those are "WARNING: Error while loading
class xyz"

Does the "classpath group" have this sort of screen output ?

Did I mention it looks great in IceWeasel ;)


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32028


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug libgcj/32028] Make fails at gjdoc - gnu.classpath.tools.gjdoc.ParseException: unmatched input in line 1: @Retention(SOURCE) @Target(METHOD)
  2007-05-22  2:28 [Bug libgcj/32028] New: Make fails at gjdoc - gnu.classpath.tools.gjdoc.ParseException: unmatched input in line 1: @Retention(SOURCE) @Target(METHOD) rob1weld at aol dot com
                   ` (3 preceding siblings ...)
  2007-05-25 19:12 ` rob1weld at aol dot com
@ 2008-06-20 14:34 ` gnu_andrew at member dot fsf dot org
  2008-08-04 13:44 ` rob1weld at aol dot com
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: gnu_andrew at member dot fsf dot org @ 2008-06-20 14:34 UTC (permalink / raw)
  To: java-prs



------- 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


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug libgcj/32028] Make fails at gjdoc - gnu.classpath.tools.gjdoc.ParseException: unmatched input in line 1: @Retention(SOURCE) @Target(METHOD)
  2007-05-22  2:28 [Bug libgcj/32028] New: Make fails at gjdoc - gnu.classpath.tools.gjdoc.ParseException: unmatched input in line 1: @Retention(SOURCE) @Target(METHOD) rob1weld at aol dot com
                   ` (4 preceding siblings ...)
  2008-06-20 14:34 ` gnu_andrew at member dot fsf dot org
@ 2008-08-04 13:44 ` rob1weld at aol dot com
  2008-08-04 18:31 ` tromey at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: rob1weld at aol dot com @ 2008-08-04 13:44 UTC (permalink / raw)
  To: java-prs



------- Comment #6 from rob1weld at aol dot com  2008-08-04 13:44 -------
> Andrew John Hughes 2008-06-20 14:34:
> What is this bug waiting on?

> Tom Tromey 2007-05-24 17:18:
> I think gjdoc only recently got support for generics and annotations.
> So an older gjdoc is expected to fail.  I haven't been keeping track
> of gjdoc version numbers but I expect if you install a newer version
> this will work.  Can you try that?


It is at this point that Tom changed the status to WAITING.


> Rob 2007-05-25 19:12:
> Tom, here are the results you requested:


The next post is yours ("Andrew John Hughes 2008-06-20 14:34") asking why is
there the WAITING status. 

Tom _was_ waiting for me to fufill his request, which I did.

I am waiting for this to be fixed and for Tom to click on "Resolve bug,
changing resolution to FIXED".

I had switched platforms so I can not test if Tom has fixed this and change the
status myself.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32028


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug libgcj/32028] Make fails at gjdoc - gnu.classpath.tools.gjdoc.ParseException: unmatched input in line 1: @Retention(SOURCE) @Target(METHOD)
  2007-05-22  2:28 [Bug libgcj/32028] New: Make fails at gjdoc - gnu.classpath.tools.gjdoc.ParseException: unmatched input in line 1: @Retention(SOURCE) @Target(METHOD) rob1weld at aol dot com
                   ` (5 preceding siblings ...)
  2008-08-04 13:44 ` rob1weld at aol dot com
@ 2008-08-04 18:31 ` tromey at gcc dot gnu dot org
  2008-08-04 18:33 ` tromey at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: tromey at gcc dot gnu dot org @ 2008-08-04 18:31 UTC (permalink / raw)
  To: java-prs



------- Comment #7 from tromey at gcc dot gnu dot org  2008-08-04 18:31 -------
I didn't fix anything.
AFAIK the classpath configury still does not check versions.

I'm moving this to the classpath product.
It should be fixed there.


-- 

tromey at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2008-08-04 18:31:27
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32028


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug libgcj/32028] Make fails at gjdoc - gnu.classpath.tools.gjdoc.ParseException: unmatched input in line 1: @Retention(SOURCE) @Target(METHOD)
  2007-05-22  2:28 [Bug libgcj/32028] New: Make fails at gjdoc - gnu.classpath.tools.gjdoc.ParseException: unmatched input in line 1: @Retention(SOURCE) @Target(METHOD) rob1weld at aol dot com
                   ` (6 preceding siblings ...)
  2008-08-04 18:31 ` tromey at gcc dot gnu dot org
@ 2008-08-04 18:33 ` tromey at gcc dot gnu dot org
  2008-08-16 23:14 ` [Bug classpath/32028] " gnu_andrew at member dot fsf dot org
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: tromey at gcc dot gnu dot org @ 2008-08-04 18:33 UTC (permalink / raw)
  To: java-prs



------- Comment #8 from tromey at gcc dot gnu dot org  2008-08-04 18:32 -------
Hmm, I could not get bugzilla to change the product.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32028


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug classpath/32028] Make fails at gjdoc - gnu.classpath.tools.gjdoc.ParseException: unmatched input in line 1: @Retention(SOURCE) @Target(METHOD)
  2007-05-22  2:28 [Bug libgcj/32028] New: Make fails at gjdoc - gnu.classpath.tools.gjdoc.ParseException: unmatched input in line 1: @Retention(SOURCE) @Target(METHOD) rob1weld at aol dot com
                   ` (7 preceding siblings ...)
  2008-08-04 18:33 ` tromey at gcc dot gnu dot org
@ 2008-08-16 23:14 ` gnu_andrew at member dot fsf dot org
  2008-08-21  1:01 ` gnu_andrew at member dot fsf dot org
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: gnu_andrew at member dot fsf dot org @ 2008-08-16 23:14 UTC (permalink / raw)
  To: java-prs



------- Comment #9 from gnu_andrew at member dot fsf dot org  2008-08-16 23:14 -------
Fix for 0.98; check gjdoc version in configure.


-- 

gnu_andrew at member dot fsf dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |gnu_andrew at member dot fsf
                   |dot org                     |dot org
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2008-08-04 18:31:27         |2008-08-16 23:14:39
               date|                            |
   Target Milestone|---                         |0.98


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32028


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug classpath/32028] Make fails at gjdoc - gnu.classpath.tools.gjdoc.ParseException: unmatched input in line 1: @Retention(SOURCE) @Target(METHOD)
  2007-05-22  2:28 [Bug libgcj/32028] New: Make fails at gjdoc - gnu.classpath.tools.gjdoc.ParseException: unmatched input in line 1: @Retention(SOURCE) @Target(METHOD) rob1weld at aol dot com
                   ` (8 preceding siblings ...)
  2008-08-16 23:14 ` [Bug classpath/32028] " gnu_andrew at member dot fsf dot org
@ 2008-08-21  1:01 ` gnu_andrew at member dot fsf dot org
  2008-08-21  1:02 ` gnu_andrew at member dot fsf dot org
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: gnu_andrew at member dot fsf dot org @ 2008-08-21  1:01 UTC (permalink / raw)
  To: java-prs



------- Comment #10 from gnu_andrew at member dot fsf dot org  2008-08-21 01:01 -------
CVSROOT:        /sources/classpath
Module name:    classpath
Changes by:     Andrew John Hughes <gnu_andrew> 08/08/21 00:44:56

Modified files:
       .              : ChangeLog
       m4             : acinclude.m4

Log message:
       Ensure we are using GJDoc 0.7.9 for building docs.

       2008-08-21  Andrew John Hughes  <gnu_andrew@member.fsf.org>

               PR classpath/32028:
               * m4/acinclude.m4:
               (CLASSPATH_WITH_GJDOC): Ensure version 0.7.9 is
               being used.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.9698&r2=1.9699
http://cvs.savannah.gnu.org/viewcvs/classpath/m4/acinclude.m4?cvsroot=classpath&r1=1.38&r2=1.39


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32028


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug classpath/32028] Make fails at gjdoc - gnu.classpath.tools.gjdoc.ParseException: unmatched input in line 1: @Retention(SOURCE) @Target(METHOD)
  2007-05-22  2:28 [Bug libgcj/32028] New: Make fails at gjdoc - gnu.classpath.tools.gjdoc.ParseException: unmatched input in line 1: @Retention(SOURCE) @Target(METHOD) rob1weld at aol dot com
                   ` (9 preceding siblings ...)
  2008-08-21  1:01 ` gnu_andrew at member dot fsf dot org
@ 2008-08-21  1:02 ` gnu_andrew at member dot fsf dot org
  2008-08-24 23:28 ` gnu_andrew at member dot fsf dot org
  2008-08-28 15:40 ` gnu_andrew at member dot fsf dot org
  12 siblings, 0 replies; 14+ messages in thread
From: gnu_andrew at member dot fsf dot org @ 2008-08-21  1:02 UTC (permalink / raw)
  To: java-prs



------- Comment #11 from gnu_andrew at member dot fsf dot org  2008-08-21 01:02 -------
I've added a check to Classpath CVS for 0.7.9 and this should make GCJ 4.4.
Do we need this backporting to anywhere else or is this sufficient to close
this bug?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32028


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug classpath/32028] Make fails at gjdoc - gnu.classpath.tools.gjdoc.ParseException: unmatched input in line 1: @Retention(SOURCE) @Target(METHOD)
  2007-05-22  2:28 [Bug libgcj/32028] New: Make fails at gjdoc - gnu.classpath.tools.gjdoc.ParseException: unmatched input in line 1: @Retention(SOURCE) @Target(METHOD) rob1weld at aol dot com
                   ` (10 preceding siblings ...)
  2008-08-21  1:02 ` gnu_andrew at member dot fsf dot org
@ 2008-08-24 23:28 ` gnu_andrew at member dot fsf dot org
  2008-08-28 15:40 ` gnu_andrew at member dot fsf dot org
  12 siblings, 0 replies; 14+ messages in thread
From: gnu_andrew at member dot fsf dot org @ 2008-08-24 23:28 UTC (permalink / raw)
  To: java-prs



------- Comment #12 from gnu_andrew at member dot fsf dot org  2008-08-24 23:28 -------
Futureproofing:

CVSROOT:        /sources/classpath
Module name:    classpath
Changes by:     Andrew John Hughes <gnu_andrew> 08/08/21 20:46:20

Modified files:
       .              : ChangeLog
       m4             : acinclude.m4

Log message:
       Allow GJDoc 0.8+.

       2008-08-22  Andrew John Hughes  <gnu_andrew@member.fsf.org>

               PR classpath/32028:
               * m4/acinclude.m4:
               Also allow versions of GJDoc from 0.8* on, as
               CVS is 0.8.0-pre.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.9699&r2=1.9700
http://cvs.savannah.gnu.org/viewcvs/classpath/m4/acinclude.m4?cvsroot=classpath&r1=1.39&r2=1.40


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32028


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug classpath/32028] Make fails at gjdoc - gnu.classpath.tools.gjdoc.ParseException: unmatched input in line 1: @Retention(SOURCE) @Target(METHOD)
  2007-05-22  2:28 [Bug libgcj/32028] New: Make fails at gjdoc - gnu.classpath.tools.gjdoc.ParseException: unmatched input in line 1: @Retention(SOURCE) @Target(METHOD) rob1weld at aol dot com
                   ` (11 preceding siblings ...)
  2008-08-24 23:28 ` gnu_andrew at member dot fsf dot org
@ 2008-08-28 15:40 ` gnu_andrew at member dot fsf dot org
  12 siblings, 0 replies; 14+ messages in thread
From: gnu_andrew at member dot fsf dot org @ 2008-08-28 15:40 UTC (permalink / raw)
  To: java-prs



------- Comment #13 from gnu_andrew at member dot fsf dot org  2008-08-28 15:40 -------
Closing as fixed.


-- 

gnu_andrew at member dot fsf dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32028


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2008-08-28 15:40 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-05-22  2:28 [Bug libgcj/32028] New: Make fails at gjdoc - gnu.classpath.tools.gjdoc.ParseException: unmatched input in line 1: @Retention(SOURCE) @Target(METHOD) rob1weld at aol dot com
2007-05-24 16:19 ` [Bug libgcj/32028] " tromey at gcc dot gnu dot org
2007-05-24 18:48 ` rob1weld at aol dot com
2007-05-25  8:55 ` rob1weld at aol dot com
2007-05-25 19:12 ` rob1weld at aol dot com
2008-06-20 14:34 ` gnu_andrew at member dot fsf dot org
2008-08-04 13:44 ` rob1weld at aol dot com
2008-08-04 18:31 ` tromey at gcc dot gnu dot org
2008-08-04 18:33 ` tromey at gcc dot gnu dot org
2008-08-16 23:14 ` [Bug classpath/32028] " gnu_andrew at member dot fsf dot org
2008-08-21  1:01 ` gnu_andrew at member dot fsf dot org
2008-08-21  1:02 ` gnu_andrew at member dot fsf dot org
2008-08-24 23:28 ` gnu_andrew at member dot fsf dot org
2008-08-28 15:40 ` gnu_andrew at member dot fsf dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).