Forum Discussion
Inok
14 years agoOccasional Contributor
No recomendations? Perhaps I should make a simple example of my use case:
The application to test has logical sections:
- Administration
- Tools
- DataManagement
- Printing
- Closing
For each section I want to make a project. The reason is to maintained each section separately. My problem is DataManagement can only be started if Administration has been done. Printing can only be started if DataManagement is done. Closing can only be started if all are done.
How can I specify the sequence of projects?
Or can I specify dependencies?
The application to test has logical sections:
- Administration
- Tools
- DataManagement
- Printing
- Closing
For each section I want to make a project. The reason is to maintained each section separately. My problem is DataManagement can only be started if Administration has been done. Printing can only be started if DataManagement is done. Closing can only be started if all are done.
How can I specify the sequence of projects?
Or can I specify dependencies?