This perhaps more a Server Fault question...
I installed schema2src via sbaz and now I would like to convert a DTD (Apple's plist schema) to Scala source.
$ schema2src
usage:
schema2src [flags] --module mname arg*
or
schema2src dtd arg*
or (experimental)
schema2src xsd arg* (this doesn't work at all yet)
where supported [flag...
I notice there is an sbaz tool that seems to have similar functionality to the ruby gem tool but I don't see any community site like gemcutter.org / rubygems.org. Is there something like this around.
There are 1084 repositories on github with scala in them. I'm surprised I can't find some centralized package management utility. Perhaps...
Hello,
I'm trying to make a compiler plugin available publicly using sbaz.
I followed this tutorial : I packaged my JAR, uploaded it to some public location and ran :
sbaz share scalacl-compiler-plugin-1.0-20101005.advert
sbaz then told me my package was shared, which I seemed to confirm by running sbaz available locally and even sb...