-
Type:
Bug
-
Status: Closed
-
Priority:
P1
-
Resolution: Not an Issue
-
Affects Version/s: 1.4.0
-
Fix Version/s: None
-
Component/s: tools
-
Labels:
-
Subcomponent:
-
CPU:generic
-
OS:generic
In the current 1.4 builds javadoc does not allow an individual class on the command line.
The following illustrates the problem
setenv SRC /java/javahelp/ws/jhMaster/JavaHelp/src
javadoc -d apidoc -sourcepath $SRC/new:$SRC/impl javax.help com.sun.java.help.impl.ViewAwareComponent
The following error is generated
Loading source files for package javax.help...
Loading source files for package com.sun.java.help.impl.ViewAwareComponent...
javadoc: No source files for package com/sun/java/help/impl/ViewAwareComponent
1 error
This worked in prior versions of the JDK.
The following illustrates the problem
setenv SRC /java/javahelp/ws/jhMaster/JavaHelp/src
javadoc -d apidoc -sourcepath $SRC/new:$SRC/impl javax.help com.sun.java.help.impl.ViewAwareComponent
The following error is generated
Loading source files for package javax.help...
Loading source files for package com.sun.java.help.impl.ViewAwareComponent...
javadoc: No source files for package com/sun/java/help/impl/ViewAwareComponent
1 error
This worked in prior versions of the JDK.