Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2038489 | 1.4.0 | William Harnois | P4 | Resolved | Fixed | beta |
JDK-2038488 | 1.3.1 | William Harnois | P4 | Resolved | Fixed | ladybird |
The jar filename of Firefly's HTMLConverter is "htmlconv1_3_0_01.jar" but
its usage still say "htmlconv-13.jar" as follows.
% java -version
java version "1.3.0_01"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0_01)
Java HotSpot(TM) Client VM (build 1.3.0_01, mixed mode)
% java -jar htmlconv1_3_0_01.jar -help
Usage: java -jar htmlconv-13.jar [-option1 value1 [-option2 value2 [...]]] [-simulate] [filespecs]
------------------------------------------------------------------------
Options:
-source: Path to files. Default: <userdir>
-backup: Path to write backup files. Default 'dirname <directory_of_html_file>'/'basename <directory_of_html_file>'_BAK
-subdirs: Should files in subdirectories be processed.
-template: Path to template file. Use default if unsure.
-log: Path to write log. If not provided, no log is written.
-progress: Display progress while converting. Default: true
-simulate: Display the specifics to the conversion without converting.
Filespecs: Space delimited list of file specs, * wildcard. (*.html *.htm)
kenichi.kurosaki@Japan 2000-11-10
its usage still say "htmlconv-13.jar" as follows.
% java -version
java version "1.3.0_01"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0_01)
Java HotSpot(TM) Client VM (build 1.3.0_01, mixed mode)
% java -jar htmlconv1_3_0_01.jar -help
Usage: java -jar htmlconv-13.jar [-option1 value1 [-option2 value2 [...]]] [-simulate] [filespecs]
------------------------------------------------------------------------
Options:
-source: Path to files. Default: <userdir>
-backup: Path to write backup files. Default 'dirname <directory_of_html_file>'/'basename <directory_of_html_file>'_BAK
-subdirs: Should files in subdirectories be processed.
-template: Path to template file. Use default if unsure.
-log: Path to write log. If not provided, no log is written.
-progress: Display progress while converting. Default: true
-simulate: Display the specifics to the conversion without converting.
Filespecs: Space delimited list of file specs, * wildcard. (*.html *.htm)
kenichi.kurosaki@Japan 2000-11-10
- backported by
-
JDK-2038488 Firefly: HTMLConverter jar file name is inconsistent with its usage
-
- Resolved
-
-
JDK-2038489 Firefly: HTMLConverter jar file name is inconsistent with its usage
-
- Resolved
-