Bug 23707 - junit javadoc missing package-list file
Bug#: 23707 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: minor Priority: P2
Resolution: FIXED Assigned To: aalmenar@gmail.com Reported By: leachbj@bouncycastle.org
Component: Development
URL: 
Summary: junit javadoc missing package-list file
Keywords:  
Status Whiteboard: 
Opened: 2003-06-29 09:34 0000
Description:   Opened: 2003-06-29 09:34 0000
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 From Adrian Almenar 2003-10-03 19:33:09 0000 -------
Fixed on cvs