[closed] Load rule prevent folder name clashes in my load rules
![]()
joseph gatta (11●1)
| asked Oct 24 '17, 1:27 p.m.
closed Oct 25 '17, 2:57 a.m. by Ralph Schoon (61.8k●3●36●43) I have a load rule where I am loading folders from COMPONENT_A.
The path and of one folder is /include
The path of the 2nd is /SERVER/include
The path of the 2nd folder is not preserved.
<itemLoadRule>
<o:p> </o:p> <component name="COMPONENT_A"/> <o:p> </o:p> <item repositoryPath="/include"/> <o:p> </o:p> <sandboxRelativePath includeComponentName="true"/> <o:p> </o:p> </itemLoadRule> <o:p> </o:p> <itemLoadRule> <o:p> </o:p> <component name="COMPONENT_A"/> <o:p> </o:p> <item repositoryPath="/SERVER/include"/> <o:p> </o:p> <sandboxRelativePath includeComponentName="true"/> <o:p> </o:p> </itemLoadRule> <o:p> </o:p> |
Comments
Found the problem
This is neither a question not does it contain any sufficient information to qualify as anything else that should be posted on this forum.