ceylon / ceylon.language

DEPRECATED
Apache License 2.0
153 stars 57 forks source link

Module name overrides in Ceylon embedded runner #564

Open FroMage opened 10 years ago

FroMage commented 10 years ago

For Vert.x we need to be able to map module names such as io.vertx.core/2.1.2 to vertx-core-2.1.2.jar. This could be limited to flat repositories and Java, but given how we set up the repository manager for the Java compiler, and how we pass its settings using a list of String arguments, it would take a day to set up properly and test.

At the same time, perhaps this should just be merged with the Maven overrides and the future assemblies. So delaying until the next release for now.

tombentley commented 9 years ago

@FroMage with all your recent work on the flat classpath/fat jar type stuff maybe you can fix this one too?

FroMage commented 9 years ago

I suppose that yes, this can be done with overrides, but this can wait for the next release.