Your message dated Thu, 13 Oct 2005 14:24:57 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Resolved in 0.7.5-5
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 4 Apr 2005 18:03:29 +0000
>From [EMAIL PROTECTED] Mon Apr 04 11:03:29 2005
Return-path: <[EMAIL PROTECTED]>
Received: from gluck.debian.org [192.25.206.10] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DIVv5-0002Uj-00; Mon, 04 Apr 2005 11:03:27 -0700
Received: from pop.gmx.net (mail.gmx.net) [213.165.64.20] 
        by gluck.debian.org with smtp (Exim 3.35 1 (Debian))
        id 1DIVv4-0000Jc-00; Mon, 04 Apr 2005 12:03:26 -0600
Received: (qmail invoked by alias); 04 Apr 2005 12:35:12 -0000
Received: from unknown (EHLO gandalf.iuw.uni-vechta.de) [131.173.86.161]
  by mail.gmx.net (mp027) with SMTP; 04 Apr 2005 14:35:12 +0200
X-Authenticated: #1941950
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Wolfgang Baer <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: gjdoc: Does not include the xmldoclet mentioned in description
X-Mailer: reportbug 3.8
Date: Mon, 04 Apr 2005 14:35:34 +0200
X-Y-GMX-Trusted: 0
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_PACKAGE,
        OUR_MTA_MSGID autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: gjdoc
Version: 0.7.3-1
Severity: normal

Hi all,

I just wanted to test the xmldoclet provided by gjdoc and found that the
needed classes are not included in the generated jar files.

According to the README one has to enable the generation explicitly by
passing --enable-xmldoclet to the configure options. This is missing
in the current debian/rules file.

I tested it in a local source tree, but it did not work for me. I got
neither exceptions nor configure errors, but the xmldoclet driver in the
jars did not show up.

Wolfgang

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.11.6
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages gjdoc depends on:
ii  antlr                 2.7.2-6            A language tool for constructing r
ii  debhelper             4.2.31             helper programs for debian/rules
ii  kaffe                 2:1.1.4.PRECVS12-1 A JVM to run Java bytecode
ii  kaffe-pthreads [kaffe 2:1.1.4.PRECVS12-1 A POSIX threads enabled version of

-- no debconf information

---------------------------------------
Received: (at 303074-done) by bugs.debian.org; 13 Oct 2005 12:23:01 +0000
>From [EMAIL PROTECTED] Thu Oct 13 05:23:01 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mail.gmx.de (mail.gmx.net) [213.165.64.21] 
        by spohr.debian.org with smtp (Exim 3.36 1 (Debian))
        id 1EQ26u-0007EQ-00; Thu, 13 Oct 2005 05:23:00 -0700
Received: (qmail invoked by alias); 13 Oct 2005 12:22:28 -0000
Received: from p548194F8.dip0.t-ipconnect.de (EHLO [192.168.0.203]) 
[84.129.148.248]
  by mail.gmx.net (mp002) with SMTP; 13 Oct 2005 14:22:28 +0200
X-Authenticated: #1941950
Message-ID: <[EMAIL PROTECTED]>
Date: Thu, 13 Oct 2005 14:24:57 +0200
From: Wolfgang Baer <[EMAIL PROTECTED]>
User-Agent: Debian Thunderbird 1.0.7 (X11/20051010)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: [EMAIL PROTECTED]
Subject: Resolved in 0.7.5-5
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Y-GMX-Trusted: 0
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: gjdoc
Version: 0.7.5-5

As stated in upstream bug report this works now and the
xml doclet is included in the resulting jars.

jar -tf /usr/share/java/gnu-classpath-tools-gjdoc-0.7.5.jar | grep xmldoclet
gnu/classpath/tools/doclets/xmldoclet/
gnu/classpath/tools/doclets/xmldoclet/HtmlRepairer$TagInfo.class
gnu/classpath/tools/doclets/xmldoclet/HtmlRepairer.class
gnu/classpath/tools/doclets/xmldoclet/doctranslet/
gnu/classpath/tools/doclets/xmldoclet/doctranslet/DocTranslet$DocErrorReporterOutputStream.class
gnu/classpath/tools/doclets/xmldoclet/doctranslet/DocTranslet.class
gnu/classpath/tools/doclets/xmldoclet/doctranslet/DocTransletConfigurationException.class
gnu/classpath/tools/doclets/xmldoclet/doctranslet/DocTransletException.class
gnu/classpath/tools/doclets/xmldoclet/doctranslet/DocTransletOptions.class
gnu/classpath/tools/doclets/xmldoclet/doctranslet/JarClassLoader.class
gnu/classpath/tools/doclets/xmldoclet/doctranslet/OutputFileInfo.class
gnu/classpath/tools/doclets/xmldoclet/Driver$UsageType.class
gnu/classpath/tools/doclets/xmldoclet/Driver$1.class
gnu/classpath/tools/doclets/xmldoclet/Driver$NullErrorReporter.class
gnu/classpath/tools/doclets/xmldoclet/Driver.class
gnu/classpath/tools/doclets/xmldoclet/Driver1_4.class
gnu/classpath/tools/doclets/xmldoclet/TargetContext.class


Wolfgang


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to