Loading two components into the same folder from ui?
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?
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?
1. What is difference between --alternative-name and --target?
2. How to do a --target load in eclipse ui?
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.