|
Quick Lists
|
|
Bug ID:
|
4340814
|
|
Votes
|
0
|
|
Synopsis
|
stddoclet: doc-files directory does not get copied to destination for *.java
|
|
Category
|
doclet:tbd
|
|
Reported Against
|
1.2
|
|
Release Fixed
|
1.4(merlin-beta)
|
|
State
|
10-Fix Delivered,
bug
|
|
Priority:
|
3-Medium
|
|
Related Bugs
|
|
|
Submit Date
|
24-MAY-2000
|
|
Description
|
This bug has been fixed. Javadoc now copies doc-files directory when documenting supplied source files.
xxxxx@xxxxx 2001-01-16For any package, Javadoc should copy any "doc-files" directory that
exists in the source tree to the destination directory. It does this
if you supply a package name in the Javadoc command, but fails
to do this if you supply source files (such as *.java). The directory
should be copied in both cases -- omitting it causes links to be broken.
|
|
Work Around
|
N/A
|
|
Evaluation
|
The following source files were changed to fix this bug:
PackageWriter.copyDocFiles:
- Method moved to parent class.
HtmlStandardWriter:
- Inserted protected method copyDocFiles (taken from child class PackageWriter) so that it would be used by child class PackageWriter AND child class ClassWriter.
ClassWriter.generate():
- Called method copyDocFiles so that links won't be broken when documenting supplied source files.
xxxxx@xxxxx 2001-01-16
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |