Missing Download
ryanhaney97 opened this issue ยท 6 comments
The bukkit download link does not work. I have tried building it myself, but has turned into being a huge pain. Could you re-add the download link? Or at the very least create a shell-script build file? Thanks.
I need to change the readme file - I can't add a download from dev.bukkit, since they don't allow plugins with bytecode manipulation. I could look into hosting it elsewhere, but haven't done so yet.
What's the problem with building the jar? What OS are you running and what part of the building is causing issues?
I am running linux (can't run batch files) and it gives me an odd error when I try to uberjar it.
I'm running under OSX - the batch scripts were just contributed by a windows user, so I wouldn't worry about those.
Could you copy and paste the error that 'lein uberjar' gives you? I regularly uberjar on my own server, so that should just work.
Oh, it says something about not being able to find the jdk. Not at home right now, so I can't give you the exact error, but javac throws the same error.
I have issue building uberjar:
Could not transfer artifact org.bukkit:bukkit:pom:1.6.4-R2.0 from/to bukkit.snapshots (http://repo.bukkit.org/content/repositories/snapshots): Not authorized , ReasonPhrase:Unauthorized.
Is it possible to host compiled plugin somewhere? Dropbox sounds like good first step toward simpler installation procedure.