eclipse-archived / ceylon-herd

The Ceylon repository web application
Apache License 2.0
21 stars 11 forks source link

Extract members from legacy JARs #252

Closed quintesse closed 8 years ago

quintesse commented 8 years ago

It would be useful to have the list of member classes that exist in a JAR and store it in the DB just as we do for CARs. The import-jar command for example could then also suggest legacy modules for missing dependencies instead of only Ceylon modules as it does now.

FroMage commented 8 years ago

Good point, I don't really know why I did not do it for Jars… I'm sure I must have had an evident great reason…

quintesse commented 8 years ago

Of course ;)

FroMage commented 8 years ago

Done.

quintesse commented 8 years ago

And for the existing JARs? Will we run some one-time upgrade script or something?

FroMage commented 8 years ago

Or wait until they're obsolete and rely on the new ones to fix this.