[Bug 876091] Re: Ubuntu "ant" alters the SAX configuration
Launchpad Bug Tracker
876091 at bugs.launchpad.net
Tue Jan 27 19:39:18 UTC 2015
This bug was fixed in the package ant - 1.9.4-3ubuntu1
---------------
ant (1.9.4-3ubuntu1) vivid; urgency=medium
* Revert back to using libgnumail-java to avoid inclusion of Maven
in Ubuntu main.
-- James Page <james.page at ubuntu.com> Tue, 27 Jan 2015 16:35:45 +0000
** Changed in: ant (Ubuntu)
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to ant in Ubuntu.
https://bugs.launchpad.net/bugs/876091
Title:
Ubuntu "ant" alters the SAX configuration
Status in ant package in Ubuntu:
Fix Released
Bug description:
The ant launch script (ant-1.8.1-1) contains these Debian-specific
lines, which alter the environment enough for some tests which pass in
other environments to fail in Ubuntu:
if [ -z "$LOCALCLASSPATH" ] ; then
LOCALCLASSPATH="/usr/share/java/xmlParserAPIs.jar:/usr/share/java/xercesImpl.jar"
else
LOCALCLASSPATH="/usr/share/java/xmlParserAPIs.jar:/usr/share/java/xercesImpl.jar:$LOCALCLASSPATH"
fi
In my case, the Scala compiler build was failing (at target
test.scaladoc). It worked after commenting out these lines.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ant/+bug/876091/+subscriptions
More information about the foundations-bugs
mailing list