gdude2002 / Python-Plugin-Loader

Python plugin loader for Bukkit
10 stars 3 forks source link

Build broken / Is there a pre-built download? #11

Closed SiliconEngine closed 8 years ago

SiliconEngine commented 8 years ago

Is there a place I can download the prebuilt file? I tried to find a link, but couldn't find anything.

I tried to build it on my Linux system, and got the following error:

.... etc ....
Download https://hub.spigotmc.org/nexus/content/repositories/public/junit/junit/4.10/junit-4.10.jar
Download https://hub.spigotmc.org/nexus/content/repositories/public/javax/persistence/persistence-api/1.0/persistence-api-1.0.jar
Download https://hub.spigotmc.org/nexus/content/repositories/public/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.jar
:compileJava FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileJava'.
> Could not find tools.jar

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 3 mins 4.699 secs

Thanks!

jomo commented 8 years ago

Looks like you don't have the JDK installed or something like that. Try googling that error message :)

You can download a built jar at the releases section of this repo.