Uploaded image for project: 'FishEye'
  1. FishEye
  2. FE-3119

ClearCase: specifying include or exclude rules for projects and vobs results in an invalid config.xml file, causing errors on restart

    XMLWordPrintable

Details

    Description

      When you specify VOB or UCM Project include and/or include rules for a ClearCase repository, the config.xml that is generated does not comply with the schema. According to the schema, the following is allowed:

      ...
      <vobRules>
         <vobToProcess>vob:/vob/myvob</vobToProcess>
      </vobRules>
      ...
      

      or

      <vobRules>
         <vobIncludes>/vob/myvob,/vob/anothervob</vobIncludes>
         <vobExcludes></vobExcludes>
      </vobRules>
      

      Instead, the FishEye administation creates the following XML:

      <vobRules>
         <vobToProcess>All</vobToProcess>
         <vobIncludes>/vob/myvob,/vob/anothervob</vobIncludes>
         <vobExcludes></vobExcludes>
      </vobRules>
      

      A workaround until this is resolved is to manually remove the <vobToProcess>All</vobToProcess> part from the config.xml

      Attachments

        Activity

          People

            mheemskerk Michael Heemskerk (Inactive)
            Anonymous Anonymous
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: