It's all about the answers!

Ask a question

Is it possible to maintain structure of eclipse project from multiple components


Girish Chandra P (853246) | asked Jan 07 '15, 8:13 a.m.
Scenario:
Eclipse Project :
Project1-->
   Folder1
   Folder2
      package1
      package2
file1
file2
The above is the eclipse project structure.
In RTC we have created component for each of Packages under folder 2 and all files and folder other than folder 2 has one more component(as it is shared by all).
Now the question is , when I load the component 1 & component 2  as  each does contains the same structure I am not able to load both as same as eclipse project.
In general how to get the project structure after sharing the code in jazz (1 package - 1 component).
I tried with the following links :
https://jazz.net/library/article/1016#LoadFile
https://jazz.net/library/article/1015

these links will not suit my scenario also using load as will not work for this scenario.

Please request any one to help on this.

Comments
Girish Chandra P commented Jan 08 '15, 12:01 a.m. | edited Jan 11 '15, 10:25 a.m.

2 answers



permanent link
sam detweiler (12.5k6195201) | answered Jan 07 '15, 8:55 a.m.
is this a mulit-Maven project?

Comments
Girish Chandra P commented Jan 07 '15, 12:03 p.m.

 Dear Sam,


I can say a kind of Mulit Maven .


sam detweiler commented Jan 07 '15, 12:55 p.m.

really an eclipse problem, not so much RTC

http://maven.apache.org/plugins/maven-eclipse-plugin/reactor.html


Girish Chandra P commented Jan 07 '15, 11:50 p.m.

Dear Sam ,

Its an RCP project , I am sorry for the previous answer.


sam detweiler commented Jan 08 '15, 6:43 a.m.

what does RCP mean?


permanent link
Geoffrey Clemm (30.1k33035) | answered Jan 11 '15, 3:58 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
You should be able to use a load rule file to load your components onto disk in this fashion.
In order to configure your disk initially, you should be able to use the approach Dave describes in https://jazz.net/forum/questions/131349 .  If you have any problem doing so, please post the details here.

Your answer


Register or to post your answer.