EVALUATION
I just tested the source file on the same version of Windows and Java:
Win XP 5.1.2600 SP2 Build 2600 with javadoc build 1.5.0-b64
and it runs fine, generating all the docs with no errors,
C:>"c:\program files\java\jdk1.5.0\bin\javadoc" -d html com.kitfox.violet
Loading source files for package com.kitfox.violet...
Constructing Javadoc information...
Standard Doclet version 1.5.0
Building tree for all the packages and classes...
Generating html\com/kitfox/violet/\Main.html...
Generating html\com/kitfox/violet/\package-frame.html...
Generating html\com/kitfox/violet/\package-summary.html...
Generating html\com/kitfox/violet/\package-tree.html...
Generating html\constant-values.html...
Building index for all the packages and classes...
Generating html\overview-tree.html...
Generating html\index-all.html...
Generating html\deprecated-list.html...
Building index for all classes...
Generating html\allclasses-frame.html...
Generating html\allclasses-noframe.html...
Generating html\index.html...
Generating html\help-doc.html...
Generating html\stylesheet.css...
Recommendation:
If classpath is set as an environment variable, try unsetting it.
###@###.### 2005-2-01 04:52:39 GMT
Submitter Mark_McKay stated:
I unset my classpath, and it started working again. Thanks.
###@###.### 2005-2-03
I removed the regression keyword, since this is not really a bug.
Asked submitter.
It seems we could implement a better trap for this classpath error and
output a meaningful error message.
For example, could we at least display the value of classpath in
either the standard or error output stream? This would make it
easier for us to debug, as we wouldn't have to ask them what it's
set to.
Can you please tell me what the classpath had been set to?
Was it pointing to a pre-5.0 version of tools.jar ?
###@###.### 2005-2-03 20:38:49 GMT
###@###.### 2005-07-18 20:26:15 GMT
|