eclipse-archived / ceylon-herd

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

Herd does not know about module.properties or module.xml #114

Closed quintesse closed 11 years ago

quintesse commented 11 years ago

JAR files can be accompanied by a module.properties or a module.xml file (not both) to configure dependencies. The Herd doesn't allow this.

NB: it would be nice if you could somehow separately upload a module file when you've already uploaded the JAR file without having to bundle them into a ZIP first

FroMage commented 11 years ago

Do we have any spec at all about those files?

quintesse commented 11 years ago

This I guess: https://docs.jboss.org/author/display/MODULES/Module+descriptors

quintesse commented 11 years ago

And according to Ales' own words on module.properties, the only spec needed is:

package=version

;)

FroMage commented 11 years ago

Yeah, that one was easy to do. The other one, damn!

FroMage commented 11 years ago

But thanks for the link.

quintesse commented 11 years ago

Like I said, the only "spec" I got from Ales when I asked him the same thing is that single line above. :)

gavinking commented 11 years ago

Are these things user-visible?

FroMage commented 11 years ago

Yes, why?

FroMage commented 11 years ago

Fixed.