CmdrDats / clj-minecraft

Clojure Bukkit plugin, Minecraft.
74 stars 35 forks source link

spoutcraft plugin dependencies issue #41

Closed rogerallen closed 11 years ago

rogerallen commented 11 years ago

I think the dependency on http://repo.spout.org needs updating as I don't believe that site exists any longer.

According to http://spoutcraft.org/threads/maven-repository-moved-updated.7505/ they have moved things to https://oss.sonatype.org/

I think that means the project :dependencies should adjust to

[org.spoutcraft/spoutcraftplugin "1.5.2-R1.0-SNAPSHOT"]

and the :repositories to

["spout.snapshots" "http://oss.sonatype.org/content/repositories/snapshots"]

I didn't find any other versions on that site, but I'm new to this code.

[p.s. thanks for putting this together. it's very cool]

CmdrDats commented 11 years ago

Hi Roger,

Thanks a mil for this info - I'm actually not sure the project actually needs spout, so probably best to just remove it.

I wanted to write a neat spout wrapper into clj-minecraft so that doing stuff like defining screen layouts and things become braindead simple, but it looks like Spout is moving further and further from Bukkit, so I'm thinking that a spout wrapper should be its own library project building on top of clj-minecraft.

I'd appreciate it hugely if you could remove the spoutcraft dependency and repo, check that it still compiles and runs ok and then create a pull request for the change :)

Cheers,