public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/39899]  New: gjdoc in 4.4.0 fails to build the libgcj documentation
@ 2009-04-25 15:48 doko at ubuntu dot com
  2009-04-28  9:35 ` [Bug libgcj/39899] " aph at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: doko at ubuntu dot com @ 2009-04-25 15:48 UTC (permalink / raw)
  To: java-prs

gjdoc in 4.4.0 fails to build the libgcj documentation.

WARNING:     System.setProperty("java.class.path",
"/usr/share/java/antlr.jar");

How do we pass the classpath to the VM?

gjdoc \
            -use \
            -classpath "/usr/share/java/antlr.jar" \
            -sourcepath
"/scratch/packages/gcc/4.4/java/gcj-4.4-4.4.0/build/java-src" \
            -encoding UTF-8 \
            -breakiterator \
            -licensetext \
            -linksource \
            -splitindex \
            -subpackages gnu:java:javax:org
WARNING: -classpath option could not be passed to the VM.  Faking it with 
WARNING:     System.setProperty("java.class.path",
"/usr/share/java/antlr.jar");
WARNING: unknown modifier '@Retention(SOURCE)'
WARNING: unknown modifier '@Target({TYPE, FIELD, METHOD, PARAMETER,
CONSTRUCTOR, LOCAL_VARIABLE})'
WARNING: unknown modifier '@Retention(SOURCE)'
WARNING: unknown modifier '@Target(METHOD)'
WARNING: unknown modifier '@Documented'
WARNING: unknown modifier '@Retention(RUNTIME)'
Loading classes for package gnu.javax.crypto...
Loading classes for package gnu.javax.crypto.pad...
[...]
Resolving references in package comments...
Running doclet...
WARNING: Option -validhtml hasn't been specified. Generated HTML will not
validate.
Building cross-reference information...
Writing overview files...
Writing full tree...
Writing index...
java.lang.reflect.InvocationTargetException
   at java.lang.reflect.Method.invoke(natMethod.cc:205)
   at gnu.classpath.tools.gjdoc.Main.startDoclet(Main.java:629)
   at gnu.classpath.tools.gjdoc.Main.start(Main.java:1159)
   at gnu.classpath.tools.gjdoc.Main.main(Main.java:883)
Caused by: java.lang.NoClassDefFoundError:
gnu.classpath.tools.gjdoc.expr.Evaluator
   at java.lang.Class.initializeClass(natClass.cc:727)
   at
gnu.classpath.tools.gjdoc.FieldDocImpl.constantValue(FieldDocImpl.java:303)
   at
gnu.classpath.tools.gjdoc.FieldDocImpl.constantValue(FieldDocImpl.java:281)
   at
gnu.classpath.tools.gjdoc.FieldDocImpl.constantValueExpression(FieldDocImpl.java:344)
   at
gnu.classpath.tools.doclets.htmldoclet.HtmlDoclet.printSerializationPage(HtmlDoclet.java:1444)
   at
gnu.classpath.tools.doclets.htmldoclet.HtmlDoclet.run(HtmlDoclet.java:3113)
   at
gnu.classpath.tools.doclets.AbstractDoclet.startInstance(AbstractDoclet.java:200)
   at gnu.classpath.tools.doclets.AbstractDoclet.start(AbstractDoclet.java:131)
   at java.lang.reflect.Method.invoke(natMethod.cc:205)
   ...3 more
Caused by: java.lang.NoClassDefFoundError: antlr.CharScanner
   at java.lang.VMClassLoader.loadClass(natVMClassLoader.cc:239)
   at java.lang.Class.initializeClass(natClass.cc:717)
   ...11 more


called as


-- 
           Summary: gjdoc in 4.4.0 fails to build the libgcj documentation
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libgcj
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: doko at ubuntu dot com


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


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

* [Bug libgcj/39899] gjdoc in 4.4.0 fails to build the libgcj documentation
  2009-04-25 15:48 [Bug libgcj/39899] New: gjdoc in 4.4.0 fails to build the libgcj documentation doko at ubuntu dot com
@ 2009-04-28  9:35 ` aph at gcc dot gnu dot org
  2009-04-28 12:51 ` aph at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: aph at gcc dot gnu dot org @ 2009-04-28  9:35 UTC (permalink / raw)
  To: java-prs



------- Comment #1 from aph at gcc dot gnu dot org  2009-04-28 09:35 -------
Subject: Bug 39899

Author: aph
Date: Tue Apr 28 09:35:22 2009
New Revision: 146878

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=146878
Log:
2009-04-28  Andrew Haley  <aph@redhat.com>

        PR libgcj/39899
        * Makefile.am (libgcj_tools_la_LDFLAGS): Add
        -fno-bootstrap-classes to libgcj_tools_la_GCJFLAGS.
        * Makefile.in: Regenerate.


Modified:
    trunk/libjava/ChangeLog
    trunk/libjava/Makefile.am
    trunk/libjava/Makefile.in


-- 


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


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

* [Bug libgcj/39899] gjdoc in 4.4.0 fails to build the libgcj documentation
  2009-04-25 15:48 [Bug libgcj/39899] New: gjdoc in 4.4.0 fails to build the libgcj documentation doko at ubuntu dot com
  2009-04-28  9:35 ` [Bug libgcj/39899] " aph at gcc dot gnu dot org
@ 2009-04-28 12:51 ` aph at gcc dot gnu dot org
  2009-07-01  9:37 ` doko at ubuntu dot com
  2009-07-01 10:38 ` rguenth at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: aph at gcc dot gnu dot org @ 2009-04-28 12:51 UTC (permalink / raw)
  To: java-prs



------- Comment #2 from aph at gcc dot gnu dot org  2009-04-28 12:51 -------
Subject: Bug 39899

Author: aph
Date: Tue Apr 28 12:51:10 2009
New Revision: 146890

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=146890
Log:
2009-04-28  Andrew Haley  <aph@redhat.com>

        PR libgcj/39899
        * Makefile.am (libgcj_tools_la_LDFLAGS): Add
        -fno-bootstrap-classes to libgcj_tools_la_GCJFLAGS.
        * Makefile.in: Regenerate.


Modified:
    branches/gcc-4_4-branch/libjava/ChangeLog
    branches/gcc-4_4-branch/libjava/Makefile.am
    branches/gcc-4_4-branch/libjava/Makefile.in


-- 


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


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

* [Bug libgcj/39899] gjdoc in 4.4.0 fails to build the libgcj documentation
  2009-04-25 15:48 [Bug libgcj/39899] New: gjdoc in 4.4.0 fails to build the libgcj documentation doko at ubuntu dot com
  2009-04-28  9:35 ` [Bug libgcj/39899] " aph at gcc dot gnu dot org
  2009-04-28 12:51 ` aph at gcc dot gnu dot org
@ 2009-07-01  9:37 ` doko at ubuntu dot com
  2009-07-01 10:38 ` rguenth at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: doko at ubuntu dot com @ 2009-07-01  9:37 UTC (permalink / raw)
  To: java-prs



------- Comment #3 from doko at ubuntu dot com  2009-07-01 09:37 -------
fixed


-- 

doko at ubuntu dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
      Known to fail|                            |4.4.0
      Known to work|                            |4.4.1 4.5.0
         Resolution|                            |FIXED


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


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

* [Bug libgcj/39899] gjdoc in 4.4.0 fails to build the libgcj documentation
  2009-04-25 15:48 [Bug libgcj/39899] New: gjdoc in 4.4.0 fails to build the libgcj documentation doko at ubuntu dot com
                   ` (2 preceding siblings ...)
  2009-07-01  9:37 ` doko at ubuntu dot com
@ 2009-07-01 10:38 ` rguenth at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-07-01 10:38 UTC (permalink / raw)
  To: java-prs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.4.1


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


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

end of thread, other threads:[~2009-07-01 10:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-25 15:48 [Bug libgcj/39899] New: gjdoc in 4.4.0 fails to build the libgcj documentation doko at ubuntu dot com
2009-04-28  9:35 ` [Bug libgcj/39899] " aph at gcc dot gnu dot org
2009-04-28 12:51 ` aph at gcc dot gnu dot org
2009-07-01  9:37 ` doko at ubuntu dot com
2009-07-01 10:38 ` rguenth at gcc dot gnu 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).