How to load a folder in RTC build
![]()
I am running rtc 3.0.1 build engine. In order to build one component, I need to load a folder. However, I created a component load rule which contains that folder and it ends up with loading all the contents underneath without the folder name itself.
e.g. in the loading rule, I have RootFolderName=/modules/aaa/ I am expecting aaa L-- subfolder1 L-- subfolder2 but it returns subfolder1 subfolder2 Is there any way to get the "top" level folder? Thanks |
One answer
![]()
Geoffrey Clemm (30.1k●3●30●35)
| answered Jan 28 '12, 3:53 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
In the Jazz Source Control page of the build definition, go to the Load
Options section, and check the "Create folders for components" box. Cheers, Geoff On 1/27/2012 12:53 PM, wyejazz wrote: I am running rtc 3.0.1 build engine. In order to build one component, |