Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 273862 - dev-java/ant-junit-1.7.1: Class files not found via DEPEND
Summary: dev-java/ant-junit-1.7.1: Class files not found via DEPEND
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 298955
  Show dependency tree
 
Reported: 2009-06-12 12:18 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2015-04-28 20:52 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2009-06-12 12:18:25 UTC
As per summary:

 * Possibly unneeded dependencies found
 *      xalan
 * Class files not found via DEPEND in package.env
 *      org/apache/tools/ant/types/Commandline$Argument.class
 *      org/apache/tools/ant/taskdefs/ExecuteWatchdog.class
 *      org/apache/tools/ant/types/resources/Resources.class
 *      org/apache/tools/ant/types/ResourceCollection.class
 *      org/apache/tools/ant/types/EnumeratedAttribute.class
 *      org/apache/tools/ant/BuildException.class
 *      org/apache/tools/ant/util/LoaderUtils.class
 *      org/apache/tools/ant/taskdefs/TempFile.class
 *      org/apache/tools/ant/types/Path.class
 *      org/apache/tools/ant/types/resources/URLResource.class
 *      org/apache/tools/ant/types/FileSet.class
 *      org/apache/tools/ant/taskdefs/Execute.class
 *      org/apache/tools/ant/util/StringUtils.class
 *      org/apache/tools/ant/types/Permissions.class
 *      org/apache/tools/ant/types/Assertions.class
 *      org/apache/tools/ant/util/TeeOutputStream.class
 *      org/apache/tools/ant/types/Environment$Variable.class
 *      org/apache/tools/ant/types/CommandlineJava$SysProperties.class
 *      org/apache/tools/ant/taskdefs/XSLTProcess$Param.class
 *      org/apache/tools/ant/AntClassLoader.class
 *      org/apache/tools/ant/util/JAXPUtils.class
 *      org/apache/tools/ant/taskdefs/Delete.class
 *      org/apache/tools/ant/types/Resource.class
 *      org/apache/tools/ant/taskdefs/LogOutputStream.class
 *      org/apache/tools/ant/taskdefs/PumpStreamHandler.class
 *      org/apache/tools/ant/types/PropertySet.class
 *      org/apache/tools/ant/types/resources/FileResource.class
 *      org/apache/tools/ant/types/CommandlineJava.class
 *      org/apache/tools/ant/types/Environment.class
 *      org/apache/tools/ant/util/FileUtils.class
 *      org/apache/tools/ant/Task.class
 *      org/apache/tools/ant/util/DOMElementWriter.class
 *      org/apache/tools/ant/Project.class
 *      org/apache/tools/ant/util/DateUtils.class
 *      org/apache/tools/ant/DirectoryScanner.class
 *      org/apache/tools/ant/taskdefs/XSLTProcess.class
Comment 1 James Le Cuirot gentoo-dev 2015-04-20 21:38:21 UTC
This still happens with all ant tasks because we do not include ant-core in package.env DEPEND. I don't know what the original reasoning for this was but I would like to keep it this way because of the way I intend to load ant-junit in future. ant tasks only get loaded by ant anyway and we try to avoid dragging ant into the classpath when we don't need to.
Comment 2 James Le Cuirot gentoo-dev 2015-04-28 20:52:05 UTC
After discovering several more bugs like this, I decided to remove the warning for ant tasks.