Sharing a Large projects in Multiple Components
Hello Team,
I have a very large project and want to share it in multiple components. All i want to create a single project in RTC and then share the files in different-different components.
C:\Documents and Settings\user\workspace\Project1 will have .project file and then there will be several folders under this directory those will be shared in different components..
Is it possible ?
Regards
Vishnu Kumar
I have a very large project and want to share it in multiple components. All i want to create a single project in RTC and then share the files in different-different components.
C:\Documents and Settings\user\workspace\Project1 will have .project file and then there will be several folders under this directory those will be shared in different components..
Is it possible ?
Regards
Vishnu Kumar
One answer
Hi,
as far as I know it is not possible to share one project in different components.
When sharing all data underneath a project goes into one component.
There are some tricks that are used if working with nested maven projects, but I would not advise to use them in your case.
A better and architectural cleaner way would be to split the project in several projects e.g. layers that can then be distributed to different components. This would also make sense if it is possible to work on parts of the complete system independently.
as far as I know it is not possible to share one project in different components.
When sharing all data underneath a project goes into one component.
There are some tricks that are used if working with nested maven projects, but I would not advise to use them in your case.
A better and architectural cleaner way would be to split the project in several projects e.g. layers that can then be distributed to different components. This would also make sense if it is possible to work on parts of the complete system independently.