It's all about the answers!

Ask a question

[closed] Load rule prevent folder name clashes in my load rules


joseph gatta (111) | asked Oct 24 '17, 1:27 p.m.
closed Oct 25 '17, 2:57 a.m. by Ralph Schoon (63.1k33646)

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
joseph gatta commented Oct 24 '17, 4:38 p.m.

 Found the problem

    <parentLoadRule>
        <component name="C1"/>
        <parentFolder repositoryPath="/include"/>
        <sandboxRelativePath includeComponentName="true" includeRepositoryPath="true"/>
    </parentLoadRule>
    <parentLoadRule>
        <component name="C1"/>
        <parentFolder repositoryPath="/SERVER/include"/>
        <sandboxRelativePath includeComponentName="true" includeRepositoryPath="true"/>
    </parentLoadRule>


Ralph Schoon commented Oct 25 '17, 2:56 a.m. | edited Oct 25 '17, 2:57 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

This is neither a question not does it contain any sufficient information to qualify as anything else that should be posted on this forum.

The question has been closed for the following reason: "Problem is not reproducible or outdated" by rschoon Oct 25 '17, 2:57 a.m.