ceylon / ceylon-runtime

DEPRECATED
24 stars 5 forks source link

Runtime disallows running of code in plain Java module #63

Closed quintesse closed 10 years ago

quintesse commented 10 years ago

It only checks if the module you're trying to run has a module_.class which is not the case for non-Ceylon modules.

quintesse commented 10 years ago

I disabled the error for modules that don't contain the module_.class, the only thing it does is to check if the name and version coincide with what was asked for. We could use the CMR's ModuleInfo reader to do that more generically if we really want to. For now I'm just inclined to trust whatever was found in the repository to be correct.