Is it possible to maintain structure of eclipse project from multiple components
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.
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.
2 answers
is this a mulit-Maven project?
Comments
Dear Sam,
I can say a kind of Mulit Maven .
really an eclipse problem, not so much RTC
http://maven.apache.org/plugins/maven-eclipse-plugin/reactor.html
Dear Sam ,
Its an RCP project , I am sorry for the previous answer.
what does RCP mean?
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.
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.
Comments
Girish Chandra P
Jan 11 '15, 10:25 a.m.I have gone through this link ,
https://jazz.net/forum/questions/131349/how-to-maintain-folder-structure-while-selectively-loading-folders-within-scm-component-in-rtc?redirect=%2Fforum%2Fquestions%2F131349%2Fhow-to-maintain-folder-structure-while-selectively-loading-folders-within-scm-component-in-rtc
I need same thing on multiple components, kindly let me know whether it is achievable or not.