Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Import for maven:foo:bar not working at runtime #6333

Closed
DiegoCoronel opened this issue Jun 24, 2016 · 7 comments
Closed

Import for maven:foo:bar not working at runtime #6333

DiegoCoronel opened this issue Jun 24, 2016 · 7 comments

Comments

@DiegoCoronel
Copy link
Contributor

This compiles fine import "maven:postgresql:postgresql" "9.1-901-1.jdbc4"; but at runtime does not work.

ceylon run: Could not find module: postgresql\:postgresql/9.1-901-1.jdbc4 (invalid version?)
@FroMage
Copy link
Contributor

FroMage commented Jun 24, 2016

Is this not precisely what I fixed yesterday? Can you reproduce with latest master?

@DiegoCoronel
Copy link
Contributor Author

I tried it with yesterday and also @jvasileff , but let me try again right now

@jvasileff
Copy link
Contributor

Yes, this fails for me. It's very simple to reproduce. Just ceylon run simple a module with:

module simple "1.0.0" {
    import "maven:postgresql:postgresql" "9.1-901-1.jdbc4";
}

@DiegoCoronel
Copy link
Contributor Author

Yes, just for sanity i updated everything and it still fails

@quintesse quintesse added this to the 1.2.3 milestone Jun 24, 2016
@quintesse quintesse self-assigned this Jun 24, 2016
@quintesse
Copy link
Contributor

quintesse commented Jun 24, 2016

Seems the BytecodeUtils has 2 copies of code that read dependencies and only one of them is correct. Will try to refactor that into a single piece of code.

@quintesse
Copy link
Contributor

Fixed

@DiegoCoronel
Copy link
Contributor Author

WoW !!!!! Thanks ... now my springboot services can be started from eclipse \o/

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants