Your message dated Tue, 01 Sep 2009 20:13:03 +0100
with message-id <[email protected]>
and subject line re: ant-optional needs symlinks to required jars
has caused the Debian Bug report #488845,
regarding ant-optional needs symlinks to required jars
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.)


-- 
488845: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=488845
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
package: ant-optional
version: 1.7.0-6
sevewrity: wishlist

/usr/share/ant/lib/ant-apache-bsf.jar contains the classes nescessary to make ant use bsf or jsr-223 languages(<script> and <scriptdef>). However, bsf.jar and it's requirements(at least commons-logging.jar) are not in lib as symlinks.

Ideally, all the other optional tasks included in this package should also depend other packages in debian.



--- End Message ---
--- Begin Message ---
Tag: wontfix

Ant tasks don't have their dependent libraries added automatically to
the classpath anymore because this can create version conflicts, and it
reduces the freedom of the user to use a non Debian version of a library.

Instead, it is recommended to setup by yourself the classpath required
by Ant. In your build files, you can use the <taskdef> element with a
classpath attribute (see the Ant documentation for more details).
If you are building a Debian package, you can use CDBS for Ant and add
your library to the DEB_JARS variable.
In all cases, since in Debian the location of the files is always known
(jars are in /usr/share/java), the change in your build files should be
trivial.

Ludovic



--- End Message ---
_______________________________________________
pkg-java-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

Reply via email to