Your message dated Tue, 29 Apr 2008 22:02:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#353586: fixed in ant 1.7.0-6
has caused the Debian Bug report #353586,
regarding ant-bootstrap.jar depends on nonexistent
/usr/share/ant/lib/xml-apis.jar et al.
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
353586: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=353586
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: ant
Version: 1.6.5-5
Severity: normal
I keep getting the following warnings when I'm trying to build a project
with ant.
[javac] warning: [path] bad path element "/usr/share/ant/lib/xml-apis.jar":
no such file or directory
[javac] warning: [path] bad path element
"/usr/share/ant/lib/xercesImpl.jar": no such file or directory
[javac] warning: [path] bad path element "/usr/share/ant/lib/xalan.jar": no
such file or directory
With some investigation, I found the following options were being sent
to javac (pulled from ant -v).
[javac] Using modern compiler
[javac] Compilation arguments:
[javac] '-d'
[javac] '/home/espeoneefi/programming/6.170/psets'
[javac] '-classpath'
[javac]
'/home/espeoneefi/programming/6.170/psets:/home/espeoneefi/programming/6.170/psets/lib/ant-contrib.jar:/home/espeoneefi/programming/6.170/psets/lib/daikon.jar:/home/espeoneefi/programming/6.170/psets/lib/java6170.jar:/home/espeoneefi/programming/6.170/psets/lib/javadoc6170.jar:/home/espeoneefi/programming/6.170/psets/lib/junit.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/java/xmlParserAPIs.jar:/usr/share/java/xercesImpl.jar:/home/espeoneefi/.ant/lib/ant-contrib.jar:/usr/share/ant/lib/ant-bootstrap.jar:/usr/share/ant/lib/ant.jar:/usr/lib/j2sdk1.5-sun/lib/tools.jar'
[javac] '-sourcepath'
[javac] '/home/espeoneefi/programming/6.170/psets/ps0'
[javac] '-g'
[javac] '-Xlint'
[javac]
[javac] The ' characters around the executable and arguments are
[javac] not part of the command.
Thus, I tried calling javac manually using the above options to compile
a source file in my project. The warnings showed up as expected.
[EMAIL PROTECTED]:~/programming/6.170/psets/ps0$ javac -d
/home/espeoneefi/programming/6.170/psets -classpath
/home/espeoneefi/programming/6.170/psets:/home/espeoneefi/programming/6.170/psets/lib/ant-contrib.jar:/home/espeoneefi/programming/6.170/psets/lib/daikon.jar:/home/espeoneefi/programming/6.170/psets/lib/java6170.jar:/home/espeoneefi/programming/6.170/psets/lib/javadoc6170.jar:/home/espeoneefi/programming/6.170/psets/lib/junit.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/java/xmlParserAPIs.jar:/usr/share/java/xercesImpl.jar:/home/espeoneefi/.ant/lib/ant-contrib.jar:/usr/share/ant/lib/ant-bootstrap.jar:/usr/share/ant/lib/ant.jar:/usr/lib/j2sdk1.5-sun/lib/tools.jar
-sourcepath /home/espeoneefi/programming/6.170/psets/ps0 -g -Xlint
/home/espeoneefi/programming/6.170/psets/ps0/HolaWorld.java
warning: [path] bad path element "/usr/share/ant/lib/xml-apis.jar": no such
file or directory
warning: [path] bad path element "/usr/share/ant/lib/xercesImpl.jar": no such
file or directory
warning: [path] bad path element "/usr/share/ant/lib/xalan.jar": no such file
or directory
3 warnings
[EMAIL PROTECTED]:~/programming/6.170/psets/ps0$
I then removed elements from the -classpath option one by one. When I
removed /usr/share/ant/lib/ant-bootstrap.jar and only that entry from
the -classpath argument, the warnings went away.
[EMAIL PROTECTED]:~/programming/6.170/psets/ps0$ javac -d
/home/espeoneefi/programming/6.170/psets -classpath
/home/espeoneefi/programming/6.170/psets:/home/espeoneefi/programming/6.170/psets/lib/ant-contrib.jar:/home/espeoneefi/programming/6.170/psets/lib/daikon.jar:/home/espeoneefi/programming/6.170/psets/lib/java6170.jar:/home/espeoneefi/programming/6.170/psets/lib/javadoc6170.jar:/home/espeoneefi/programming/6.170/psets/lib/junit.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/java/xmlParserAPIs.jar:/usr/share/java/xercesImpl.jar:/home/espeoneefi/.ant/lib/ant-contrib.jar:/usr/share/ant/lib/ant.jar:/usr/lib/j2sdk1.5-sun/lib/tools.jar
-sourcepath /home/espeoneefi/programming/6.170/psets/ps0 -g -Xlint
/home/espeoneefi/programming/6.170/psets/ps0/HolaWorld.java
[EMAIL PROTECTED]:~/programming/6.170/psets/ps0$
Feel free to ask if you want any more information. I'm not sure what
would be useful, not being really familiar with ant myself.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-2-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages ant depends on:
pn kaffe | java-virtual-mach <none> (no description available)
ii libxerces2-java 2.6.2-4 Validating XML parser for Java wit
ii sun-j2sdk1.5 [java2-runti 1.5.0+update06 Java(TM) 2 SDK, Standard Edition,
Versions of packages ant recommends:
pn ant-optional <none> (no description available)
ii sun-j2sdk1.5 [java-compil 1.5.0+update06 Java(TM) 2 SDK, Standard Edition,
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: ant
Source-Version: 1.7.0-6
We believe that the bug you reported is fixed in the latest version of
ant, which is due to be installed in the Debian FTP archive:
ant-doc_1.7.0-6_all.deb
to pool/main/a/ant/ant-doc_1.7.0-6_all.deb
ant-gcj_1.7.0-6_i386.deb
to pool/main/a/ant/ant-gcj_1.7.0-6_i386.deb
ant-optional-gcj_1.7.0-6_i386.deb
to pool/main/a/ant/ant-optional-gcj_1.7.0-6_i386.deb
ant-optional_1.7.0-6_all.deb
to pool/main/a/ant/ant-optional_1.7.0-6_all.deb
ant_1.7.0-6.diff.gz
to pool/main/a/ant/ant_1.7.0-6.diff.gz
ant_1.7.0-6.dsc
to pool/main/a/ant/ant_1.7.0-6.dsc
ant_1.7.0-6_all.deb
to pool/main/a/ant/ant_1.7.0-6_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Michael Koch <[EMAIL PROTECTED]> (supplier of updated ant package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Tue, 29 Apr 2008 17:43:04 -0100
Source: ant
Binary: ant ant-gcj ant-optional ant-optional-gcj ant-doc
Architecture: source all i386
Version: 1.7.0-6
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers <[EMAIL PROTECTED]>
Changed-By: Michael Koch <[EMAIL PROTECTED]>
Description:
ant - Java based build tool like make
ant-doc - Java based build tool like make - API documentation and manual
ant-gcj - Java based build tool like make
ant-optional - Java based build tool like make - optional libraries
ant-optional-gcj - Java based build tool like make - API documentation and
manual
Closes: 353586 477844
Changes:
ant (1.7.0-6) unstable; urgency=low
.
* Moved ant-bootstrap.jar to /usr/share/ant/etc/. Closes: #353586
* Build-Depends on default-jdk-builddep. Closes: #477844
Checksums-Sha1:
bbbe8bd975684f5bface359897ae15417c7b1bdb 1576 ant_1.7.0-6.dsc
3babb580ea9cf6f43a936c89faa371289801f974 32130 ant_1.7.0-6.diff.gz
e59b295b618baaa5091b2da6bccfda49dd59ae67 1281412 ant_1.7.0-6_all.deb
8b076bc0b093bb9eff5a4bb2bae81bcdb176254e 694338 ant-optional_1.7.0-6_all.deb
852758085ed067f9edc53164bc20a077bf43d2d3 3185292 ant-doc_1.7.0-6_all.deb
9652e81c1da136ba3b7ccd5044c1b2a32276f1a7 1173030 ant-gcj_1.7.0-6_i386.deb
63a0faf7ea095ccd41833798f56e96230094e3ad 652994
ant-optional-gcj_1.7.0-6_i386.deb
Checksums-Sha256:
a2b0c8bb16198d36c4ddd73c689ae6048921c0f78f38cceaafe0ff965ea9fe9d 1576
ant_1.7.0-6.dsc
72fa1d7cdb1030e5e2707f9f97438d96d70e7326525b73b6c388923e77c28da5 32130
ant_1.7.0-6.diff.gz
41e951d04a1e7ec09bb5961c32c48b50b95b05c0479b20630f813f63ea82e3d4 1281412
ant_1.7.0-6_all.deb
a407acd18444a8e513cb48f3e9e81bd3a1f131f97ef2f0f112e55c66fe10c5ff 694338
ant-optional_1.7.0-6_all.deb
e899645cca09aef1b75c3581b5a4e077e2888d7d0d1ec914992ce5d531cc902c 3185292
ant-doc_1.7.0-6_all.deb
df224da1f30543bfff86c2e3afea7f45a7bcb7184941797ed9bf9aa4e20bde69 1173030
ant-gcj_1.7.0-6_i386.deb
cdc9e0e1011d75c0c46210c11350eba1c1827f9933a92e223f45656dacb2bd3b 652994
ant-optional-gcj_1.7.0-6_i386.deb
Files:
1ff67bc2648d87f78fe1228e751d3fd5 1576 devel optional ant_1.7.0-6.dsc
9510282c42322b24a6002457721ae04e 32130 devel optional ant_1.7.0-6.diff.gz
477d45f274183a61fae8f5bce222c245 1281412 devel optional ant_1.7.0-6_all.deb
8d3ef0dee78e3c75b41defd9ed55ed1c 694338 devel optional
ant-optional_1.7.0-6_all.deb
d00eb8933cc5690d92460110657cbefd 3185292 doc optional ant-doc_1.7.0-6_all.deb
878704f58dd1ec082de1a30de55d9e35 1173030 devel optional
ant-gcj_1.7.0-6_i386.deb
c98ab5e2f20d6ac244ea3f32856ebaa5 652994 devel optional
ant-optional-gcj_1.7.0-6_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFIF5niWSOgCCdjSDsRAlBUAJ94zfk0BTIPIKIV9btcPE7IHCvuVgCbB/Bu
o9HUKJIzOVuEqXoWvXKtmQ4=
=43Hn
-----END PGP SIGNATURE-----
--- End Message ---