Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2041658 | 1.4.0 | James Melvin | P2 | Resolved | Fixed | beta2 |
resource file location change. LCs have not been noticed this chages
so the updating messages are required ASAP.
Resource file location change;
From ext/plugin/converter/src/sun/plugin/converter/resources/Converter.java
To ext/plugin/src/share/converter/sun/plugin/converter/resources/Converter.java
Therefore, the l10n resources need to be updated by LCs and need to be
integrated into master workspace ASAP.
From ext/plugin/converter/src/sun/plugin/converter/resources/Converter_xx.java
To ext/plugin/src/share/converter/sun/plugin/converter/resources/Converter_xx.java
Old <
New >
===========
148a149,150
> { "plugin_converter.overwrite1", "A backup copy already exists for..." + newline + newline },
> { "plugin_converter.overwrite2", newline + newline + "Do you want to overwrite this backup copy?"},
167,179c169,180
< "Usage: java -jar htmlconv1_3_1.jar [-option1 value1 [-option2 value2 [...]]] [-simulate] [filespecs]" + newline + newline +
< "------------------------------------------------------------------------" + newline +
< "Options:" + newline + newline +
< "-source: Path to get original files. Default: <userdir>" + newline +
< "-dest: Path to write converted files. Default: <userdir>" + newline +
< "-backup: Path to write backup files. Default 'dirname <directory_of_html_file>'" + fileSeparator +
< "'basename <directory_of_html_file>'_BAK" + newline +
< "-subdirs: Should files in subdirectories be processed." + newline +
< "-template: Path to template file. Use default if unsure." + newline +
< "-log: Path to write log. If not provided, no log is written." + newline +
< "-progress: Display progress while converting. Default: true" + newline +
< "-simulate: Display the specifics to the conversion without converting." + newline + newline +
< "Filespecs: Space delimited list of file specs, * wildcard. (*.html *.htm)" + newline},
---
> "Usage: HtmlConverter [-option1 value1 [-option2 value2 [...]]] [-simulate] [filespecs]" + newline + newline +
> "where options include:" + newline + newline +
> " -source: Path to get original files. Default: <userdir>" + newline +
> " -dest: Path to write converted files. Default: <userdir>" + newline +
> " -backup: Path to write backup files. Default: <dirname>_BAK" + newline +
> " -subdirs: Should files in subdirectories be processed." + newline +
> " -template: Path to template file. Use default if unsure." + newline +
> " -log: Path to write log. If not provided, no log is written." + newline +
> " -progress: Display progress while converting. Default: true" + newline +
> " -simulate: Display the specifics to the conversion without converting." + newline +
> " -gui: Display the graphical user interface for the converter." + newline + newline +
> " filespecs: Space delimited list of files specs. Default: \"*.html *.htm\" (quotes required)" + newline},
kenichi.kurosaki@Japan 2001-03-21
- backported by
-
JDK-2041658 converter resource location is moved and inconsistent messages are existing
-
- Resolved
-
- relates to
-
JDK-4419850 HTMLConverter: jar file name and its usage are inconsistent
-
- Resolved
-
-
JDK-4428771 l10n_euro: Converter_xx.java in ladybird workspace is not latest version
-
- Resolved
-
-
JDK-4419853 HTMLConverter: usage does not have description of "-gui" parameter
-
- Resolved
-
-
JDK-4404225 Ladybird Plug-in message resources need to be synchronized with Java workspace
-
- Closed
-
-
JDK-4428768 l10n_japan: Converter_ja.java in ladybird workspace is not latest version
-
- Closed
-
-
JDK-4428769 l10n_asia: Converter_xx.java in ladybird workspace is not latest version
-
- Closed
-