Loading two components into the same folder from ui?
Makson Lee (410●4●42●41)
| asked Nov 27 '13, 1:52 a.m.
retagged Dec 16 '13, 1:11 p.m. by David Lafreniere (4.8k●7)
In this article https://jazz.net/library/article/1196, it tried to load two components into same folder with commamds like this,
lscm load 2336 external1 -t external lscm load 2336 external2 -t external i can do it without any problems too, but if i try to do that from eclipse ui, the first component would be unloaded automatically after the loading of second one, why? Did i do something wrong? |
2 answers
Okay, i tried to create a load rule in the sandbox i used in eclipse ui, and found that the component was loaded with --alternative-name, so now the questions are,
1. What is difference between --alternative-name and --target? 2. How to do a --target load in eclipse ui? Comments
Makson Lee
commented Nov 27 '13, 3:45 a.m.
For question 2, i can use the 'load as' to load EACH folder in components to the 'external' folder, but i guess there should be a more easy way.
|
Geoffrey Clemm (30.1k●3●30●35)
| answered Nov 27 '13, 10:43 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Use "load as" to load the components where you want them to be loaded, and then in the "sandbox" Eclipse preference topic, select "generate load rules". I normally store the load rule file under source control, so that they can be re-used by anyone. Then when you do a "load" in Eclipse, select the "load rules" option.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.