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

All ivy.xml files respond with a 404 error #1134

Closed
kidkuro opened this issue Feb 8, 2017 · 2 comments
Closed

All ivy.xml files respond with a 404 error #1134

kidkuro opened this issue Feb 8, 2017 · 2 comments

Comments

@kidkuro
Copy link

kidkuro commented Feb 8, 2017

The ivy.xml files on nodejs.org for all versions respond with a 404 error.

Anything that uses Ivy to automatically resolve the correct standalone version of Node.js from your dist directory will fail.

For example the Gradle Node Plugin uses Ivy to download the specified version for the correct OS and architecture.

Specifically, https://nodejs.org/dist is the default distBaseUrl which is used as an Ivy repository.

@kidkuro kidkuro closed this as completed Feb 8, 2017
@kidkuro
Copy link
Author

kidkuro commented Feb 8, 2017

Closing, as unnecessary. The ivy.xml file isn't required, Ivy uses a standard naming pattern to locate the files if the ivy.xml file 404s. However, our plugin was failing due to the connection closing while attempting to download the ivy.xml and it stopped immediately. A red herring.

@amnonkhen
Copy link

So, what's the solution to make gradle-node-plugin work?

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