-
-
Notifications
You must be signed in to change notification settings - Fork 344
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
Issues downloading with maven all dependencies #583
Comments
At first sight I think you need to install gettext on the building machine |
Thanks! It did seem to help that step, but I encountered other errors afterwards: Here is the full log (failing tests so it seems): https://gist.github.com/doronbehar/f61cfe291b5f4a85e2f5b489e069bbe2 |
However, it did help to use |
Also since I'm not experienced with |
Maybe it'd be helpful to apply one of the solutions here. I'll wait for your reply anyway. |
Hello!
First of all allow me to thank you for sharing this program, it is wonderful.
On NixOS, we currently distribute this program using the prebuilt debian release file. I'd like to make our distribution build it from source, so that we'd be able to support more systems natively.
Since Nix is a purely functional package manager, it disables network access in the build sandbox. For build systems such as Maven, NPM and Go, we use build hooks that allow us to prefetch all dependencies of a project (with internet access available). It works for many Maven based projects we build on our distribution. We basically run this command:
Here is the full log of the offline repo generation attempt:
https://gist.github.com/doronbehar/cf3f5699847a48d3bce826dea33fcf8d
I also tried to delete that Hebrew related plugin, using:
And it created a different error...
P.S Ironically, Hebrew is my native language :)
The text was updated successfully, but these errors were encountered: