Jazz Register Log in
Jazz Forum Welcome to the Jazz Community Forum

Welcome to the Jazz Community Forum

Connect and collaborate with IBM Engineering experts and users

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

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>

-1 votes

Comments

 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>

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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 12,059

Question asked: Oct 24 '17, 1:27 p.m.

Question was seen: 1,422 times

Last updated: Oct 25 '17, 2:57 a.m.

Confirmation Cancel Confirm