Your message dated Tue, 01 Sep 2009 20:10:42 +0100
with message-id <[email protected]>
and subject line re: antlr task should use Debian's ANTLR
has caused the Debian Bug report #420475,
regarding antlr task should use Debian's ANTLR
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.)


-- 
420475: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=420475
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ant-optiona;
Version: 1.6.5-6

The antlr task should put Debian's ANTLR package on the classpath, so
that it's picked up automatically if it's there.


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