Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4428174

converter resource location is moved and inconsistent messages are existing

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 1.3.1
    • 1.3.1
    • deploy
    • rc1
    • generic
    • generic
    • Verified

        The resource messages are not sync'ed with base messages due to the
        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

              jmelvin James Melvin (Inactive)
              kurosaki Kenichi Kurosaki (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: