component dependency
If project A is the common project, all other project need to refer it.
And we put project A in one independent component.
Other projects are in other diff components.
So when load the other projects to sandbox, there must be compile error otherwise still load the project A.
Is there any automatic mechanism to find the dependency and load the referenced project automatically? Or some information to tell end user you should also load A.
Or how do you deal with such case?
One answer
There isn't a way to automatically find the dependencies for a component. Usually a stream is created with all the dependencies for the component. You'll only modify the one component and you'll have a user managing changes from an integration stream (e.g. gets the changes from integration that you will depend on).
Take a look at the article on multi-stream development for how this works. https://jazz.net/library/article/40
Take a look at the article on multi-stream development for how this works. https://jazz.net/library/article/40
Comments
Evan Hughes
JAZZ DEVELOPER Jul 11 '12, 4:31 p.m.Please phrase your title in the form of a question.