http://defect.opensolaris.org/bz/show_bug.cgi?id=19242

           Summary: clearcase isWorking method does not work
    Classification: Development
           Product: opengrok
           Version: unspecified
          Platform: ANY/Generic
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P3
         Component: indexer
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


isWorking() method in ClearCaseRepository.java contains this:

323    public boolean isWorking() {
324        if (working == null) {
325            ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
326            working = checkCmd(cmd, "���version");
327        }
328        return working.booleanValue();
329    }

there is obviously some garbage before the version string which prevents the
clearcase repo indexing from working.

-- 
Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
opengrok-dev mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opengrok-dev

Reply via email to