[Bug 876091] Re: Ubuntu "ant" alters the SAX configuration
Launchpad Bug Tracker
876091 at bugs.launchpad.net
Wed Oct 8 04:20:21 UTC 2014
** Branch linked: lp:debian/ant
--
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:
New
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