-
Bug
-
Resolution: Not an Issue
-
P1
-
None
-
1.4.0
-
generic
-
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.