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
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.