Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 23707 - junit javadoc missing package-list file
Summary: junit javadoc missing package-list file
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Adrian Almenar
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-29 09:34 UTC by Bernard Leach
Modified: 2003-10-03 19:33 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 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