Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 68602 - missing dependency in dev-util/checkstyle-3.3
Summary: missing dependency in dev-util/checkstyle-3.3
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Java team
URL: http://ant.apache.org/manual/Optional...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-22 17:07 UTC by Robert Schuster
Modified: 2004-10-23 04:32 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 Robert Schuster 2004-10-22 17:07:44 UTC
checkstyle's build.xml uses the depend tag (see URL) which is an optional task. this means that checkstyle should name dev-java/ant-task as a dependency.


Reproducible: Always
Steps to Reproduce:
1. emerge checkstyle

Actual Results:  
fails because ant cannot use <depend> tag.

Expected Results:  
checkstyle emerged.
Comment 1 Thomas Matthijs (RETIRED) gentoo-dev 2004-10-23 04:32:33 UTC
it depends on ant, which depends on ant-tasks