-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Transitive Maven dependency not loaded even if added to module.ceylon #45
Comments
But does Maven jar A actually declare its dependency to B in its maven metadata? |
Yes, they do, and it gets pulled into the cache. The two I've tried are
|
Will investigate further tonight as it is not consistent. Sometimes, even the load trigger does not find the second jar.
And the code:
|
The |
Not using Maven dependencies, the problem is that Ceylon code can access A, and Ceylon code can access B, but A cannot access B, resulting in no possible way to use A. Possibly separate classloader for each module. I used to be able to trigger a load of B about a month ago, but not any more. But I can still call A and B from Ceylon code separately. Since most Maven artefacts have dependencies, and with the workaround not working, the 'mvn' repo feature is basically not very useful. |
Referencing #35 |
Closing, we are going to remove the |
Not "going to", I already changed it some time ago, it's now an alias for "aether". |
This may or may not be a bug.
The text was updated successfully, but these errors were encountered: