Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 68602

Summary: missing dependency in dev-util/checkstyle-3.3
Product: Gentoo Linux Reporter: Robert Schuster <theBohemian>
Component: [OLD] DevelopmentAssignee: Java team <java>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
URL: http://ant.apache.org/manual/OptionalTasks/depend.html
Whiteboard:
Package list:
Runtime testing required: ---

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