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

Bug 23707

Summary: junit javadoc missing package-list file
Product: Gentoo Linux Reporter: Bernard Leach <leachbj>
Component: [OLD] DevelopmentAssignee: Adrian Almenar <aalmenar>
Status: RESOLVED FIXED    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Bernard Leach 2003-06-29 09:34:45 UTC
The junit package is missing the package-list file.  This file is required by
Eclipse when setting the javadoc directory for a jar file.  Without the file it
does not allow the directory to be selected.  The file should contain two lines;
junit.extensions
junit.framework

Reproducible: Always
Steps to Reproduce:
1. install junit
2. run eclipse, create java project, add junit to external jars
3. right click on the junit.jar and try to set javadoc directory to
/usr/share/doc/junit-3.8.1/html/javadoc

Actual Results:  
Error that package-list file is missing.

Expected Results:  
Allow the directory to be selected.

Simply creating the file with the content makes the problem go away (although
this creates an orphaned file)
Comment 1 Adrian Almenar 2003-10-03 19:33:09 UTC
Fixed on cvs