Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Defold] Builder fails while bob is resolving dependencies #15

Open
britzl opened this issue Aug 1, 2017 · 3 comments
Open

[Defold] Builder fails while bob is resolving dependencies #15

britzl opened this issue Aug 1, 2017 · 3 comments

Comments

@britzl
Copy link

britzl commented Aug 1, 2017

When building a project with dependencies the log from bob.jar shows "java.io.IOException: Server returned HTTP response code: 400 for URL: https://github.com/britzl/ludobits/archive/1.2.zip" The URL is valid so the question is if there's something else amiss?

@herman-rogers
Copy link
Member

Is this the URL you've used inside the buildr?

@britzl
Copy link
Author

britzl commented Aug 1, 2017

No, the URL is a dependency in game.project of the main project. This line to be specific: https://github.com/britzl/oneroom/blob/master/game.project#L4

So the Buildr manages to get the main project and tries via bob.jar to resolve the project dependencies, but for some reason fails to download the dependency. Is the Buildr somehow restricted from downloading files while building?

@herman-rogers
Copy link
Member

It shouldn't be restricted from downloading but something could be happening in the build process. If you don't mind, I may grab these files and try the build myself and see if I can get some debugging information out of it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants