Problem with multiple load rules

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: Major
    • Component/s: clearcase-plugin
    • None
    • Environment:
      Platform: PC, OS: Windows 2000

      I can't seem to be able to enter multiple load rules. When I try to enter them
      separated by line breaks, the line breaks are used in the lshistory command.
      When I try to enter them with space they are put between "" to the lshistory
      command. example: lshistory "rule1 rule2". In both cases the lshistory command
      fails.

      I understand the need for the "" because under windows some path can contains
      spaces. However, a possible solution would be to change the XML. from:

      <loadrules>rule1 rule 2 rule3</loadrules>

      to something like:

      <loadrules>
      <rule>rule1</rule>
      <rule>rule 2</rule>
      <rule>rule3</rule>
      </loadrules>

      This would allow for the following command:
      lshistory ... rule1 "rule 2" rule3

      If there is already a fix for this, let me know.

      Thank you.

      Luc Trudeau

            Assignee:
            sunfire
            Reporter:
            luctrudeau
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: