bspkrs / Treecapitator

DaftPVF's Treecapitator mod for Minecraft. Chops down trees in a single blow. Requires bspkrsCore.
http://www.minecraftforum.net/topic/1009577-
42 stars 36 forks source link

Error 403 libraries.minecraft.net #28

Closed Inglebard closed 9 years ago

Inglebard commented 9 years ago

Hi,

I would like to build your mod. Build always fail because it try to download bscore pom file from https://libraries.minecraft.net/ but return 403.

How can I fix it ?

bspkrs commented 9 years ago

Replace the beginning of the URL with http://bspk.rs. Everything before /MC/

On Jan 10, 2015, at 3:38 PM, Inglebard notifications@github.com wrote:

Hi,

I would like to build your mod. Build always fail because it try to download bscore pom file from https://libraries.minecraft.net/ but return 403.

How can I fix it ?

— Reply to this email directly or view it on GitHub.

Inglebard commented 9 years ago

Hi,

I follow your documentation, here is my output when i do gradle build :

FAILURE: Build failed with an exception.

BUILD FAILED

Where am i suppose to change the url ?

bspkrs commented 9 years ago

You'll change the URL in the build.gradle file. Everything before the /MC/... in the URL for bspkrsCore should change to http://bspk.rs

On Jan 12, 2015, at 7:23 AM, Inglebard notifications@github.com wrote:

Hi,

I follow your documentation, here is my output when i do gradle build :

FAILURE: Build failed with an exception.

What went wrong: Could not resolve all dependencies for configuration ':compile'.

Could not resolve :bspkrsCore:6.15. Required by: treecapitator:Treecapitator:2.0.4 Could not GET 'https://libraries.minecraft.net//bspkrsCore/6.15/bspkrsCore-6.15.pom'. Received status code 403 from server: Forbidden

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

BUILD FAILED

Where am i suppose to change the url ?

— Reply to this email directly or view it on GitHub.

bspkrs commented 9 years ago

Ok, I just tried it and got the same error... looking into it now.

Inglebard commented 9 years ago

Thanks, It works well now. Use a wrapper is a good idea because gradle is not in Ubuntu 14.04 default repositories.

Just need to edit documentation for new people which want to build your mod.

Thanks, nice job and nice mod.