lscm list changes with -workspace option still shows unresolved file path
![]() Hello,
|
One answer
![]()
David Lafreniere (4.5k●7)
| answered Aug 12 '19, 3:37 p.m.
FORUM MODERATOR / JAZZ DEVELOPER edited Aug 12 '19, 4:05 p.m.
This often happens if the file itself and/or the parent folders do not exist in the workspace provided (this workspace is the 'context' used to resolve the full parent path of each file).
For example:
-The file may exist at '\dirA\VariableTable.java' in WorkspaceA
-The file may exist at '\dirB\dirC\VariableTable.java' in WorkspaceB (notice it's in a completely different parent folder path)
-The file may not exist in WorkspaceC, in which case it would show <unresolved>\VariableTable.java
|
Comments
Could you confirm that the component is included in the workspace and you have the access to the workspace?
I encountered the same problem, have you resolved it? thanks