-
Bug
-
Resolution: Unresolved
-
Major
-
None
Hi,
It seems that issue with space characters in the load paths have reappeared on the new plugin version. I have older version of the plugin (0.9.1) running on one hudson and latest version 1.2 on other hudson.
The older one specifies load path as
load "/XYZ/ABC File Management.sln"
and newer one specifies the same but in seperate load path section now
/XYZ/ABC Management.sln
The old job succeeds to load the file while the newer one fails saying cleartool: Error: Unable to lookup "ABC" in "\XYZ@@\main\100": No such file or directory.
cleartool: Error: Unable to access "\XYZ\ABC": No such file or directory.
cleartool: Error: Pathname "File" is not a full VOB pathname: it does not begin with a "\".
cleartool: Error: Pathname "Management.sln" is not a full VOB pathname: it does not begin with a "\".
cleartool: Error: 3 config spec load rule problems encountered.
Can you please check if the following fix with plug-in version 1.1 is really fixed?
Bug fix: Load rules containing spaces are now handled properly in cleartool calls. (issue #4443)
Regards,
abhijit
We also tried to put " and ' around the path to see if it resolves the path then but it still results in the errors.
Regards,
Abhijit