Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2041078 | 1.4.0 | James Melvin | P3 | Resolved | Fixed | beta2 |
Regarding new parameter "-gui", there's no description in the usage as below.
% java -jar htmlconv1_3.jar -help
Usage: java -jar htmlconv1_3_0_02.jar [-option1 value1 [-option2 value2 [...]]] [-simulate] [filespecs]
------------------------------------------------------------------------
Options:
-source: Path to get original files. Default: <userdir>
-dest: Path to write converted 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)
This problem is being existed since this parameter added.
kenichi.kurosaki@Japan 2001-02-28
% java -jar htmlconv1_3.jar -help
Usage: java -jar htmlconv1_3_0_02.jar [-option1 value1 [-option2 value2 [...]]] [-simulate] [filespecs]
------------------------------------------------------------------------
Options:
-source: Path to get original files. Default: <userdir>
-dest: Path to write converted 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)
This problem is being existed since this parameter added.
kenichi.kurosaki@Japan 2001-02-28
- backported by
-
JDK-2041078 HTMLConverter: usage does not have description of "-gui" parameter
-
- Resolved
-
- relates to
-
JDK-4428174 converter resource location is moved and inconsistent messages are existing
-
- Closed
-
-
JDK-4404225 Ladybird Plug-in message resources need to be synchronized with Java workspace
-
- Closed
-
-
JDK-4490522 The HtmlConverter's help's in the bundles should be updated
-
- Closed
-