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 sbaz install scalacl-compiler-plugin
with success.
However, when running sbaz available
from another computer, my package is not visible.
Did I miss something ? Do I need special rights to share on the scala-dev universe ? (and if so, how can I apply or create / use another universe ?) Is there any kind of à-la-Maven local sbaz repository ?
Thanks for any pointers,
Cheers
Edit (problem solved = no problem): Ok, I'm silly, I forgot to run sbaz update before running sbaz available or sbaz install ....
Fixed ! (thanks for your answer, Dylan !)