-
Notifications
You must be signed in to change notification settings - Fork 36
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
Resolution of transitive maven dependencies not working in some cases #2403
Comments
Try adding the import manually: import "org.apache.commons:commons-lang3" "3.4"; And run with |
I checked "Use a flat classpath" in the ide and still the same problem. |
That's weird, can you try from the command-line? In theory with that option it should not even use jboss modules at all. |
then
same error |
No, use the flag on Ceylon run ;) |
Ah good point, perhaps we forgot to add it to Ceylon test... |
I don't have a run yet. I wanted to start with tests |
Damn, I forgot to add it to the test tool indeed. Meanwhile try it with the print("Test results: ``createTestRunner([`module`], []).run()``); I haven't tried it so not sure it will work as is, but it should be close enough, right @thradec? |
awesome. Are you still going to figure out why it dies without the --flat-classpath argument? |
yeah just moved the test into a run and it kicked the can further down the road. Thanks for the help |
module.xml:
stack trace when I try to run the test
The text was updated successfully, but these errors were encountered: