Community
Participate
Working Groups
Build Identifier: Currently in Tigerstripe there is no way to add transitive dependencies automatically. If for example, a TS project depends on a module, which also depends on other TS modules and the TS projects extends an artifact from a transitive dependency, then a compile error is displayed and the user is left in the dark as to which module the artifact came from. Users have to manually determine which modules to add to their dependency. This can get pretty confusing if users are dealing with a complex dependency hierarchy. This enhancement provides a way to automatically import transitive dependencies or to automatically import *required* dependencies. This can be provided as a button in the dependencies tab of tigerstripe.xml file. Label of button can be 'Add Required Dependencies' or something similar. Reproducible: Always
Navid, I'm not sure that I understand what the issue is. We need to be careful here that we don't add in unnecessary dependencies.