You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If the ivy dep loader on install fails, the next restart will not report the information to the user
To Reproduce
Steps to reproduce the behavior:
Have a failed dependency resource, either because repo is not available, or resolve conflict
e.g. " Multiple artifacts of the module org.apache.opennlp#opennlp-tools;1.6.0 are retrieved to the same file! Update the retrieve pattern to fix this error."
wait for UI to come up - no indication of error until inadvertently run into consequences of missing dependency
Expected behavior
Preferably, continue to resolve "other" dependencies that are available.
Minimally, clear error information on the UI startup that an install error occurred, and some possible remedies "remove .ivy2 cache and try restarting"
The text was updated successfully, but these errors were encountered:
Describe the bug
If the ivy dep loader on install fails, the next restart will not report the information to the user
To Reproduce
Steps to reproduce the behavior:
Have a failed dependency resource, either because repo is not available, or resolve conflict
e.g. " Multiple artifacts of the module org.apache.opennlp#opennlp-tools;1.6.0 are retrieved to the same file! Update the retrieve pattern to fix this error."
wait for UI to come up - no indication of error until inadvertently run into consequences of missing dependency
Expected behavior
Preferably, continue to resolve "other" dependencies that are available.
Minimally, clear error information on the UI startup that an install error occurred, and some possible remedies "remove .ivy2 cache and try restarting"
The text was updated successfully, but these errors were encountered: