Open bootstraponline opened 10 years ago
I just tried maven_jar as well. I get similar errors to the above, and then that executor runs forever. I have one that is sitting at 890s to download 'guava-16.0-src.jar'.
Same jar takes 0.3s after changing the attach_source default to False.
Just to make sure: This repository was moved to gerrit-review [1]. Have you cloned it from there?
[1] git clone https://gerrit.googlesource.com/bucklets
Added Warning to README and link to the right repository.
Updated the Github repo with newest version: remove usage of genfile()
as this is considered to be deprecated and going to be removed. PTAL.
Thanks for the tip! Several blogs from around the time Gerrit's build process was switched to Buck point to this repo.
I tried the bucklets from the Gerrit repo, and that worked correctly.
Thank you for updating this repo as well. I tried the latest version from here, and it also worked correctly. Actually, it completed even a little bit more quickly (0.9s vs 3.0s), but that could be because of some caching I don't know about.
Any thoughts on which version is best to use for the future?
I will keep this repo in sync with gerrit. And i think it's easy for hte folks report here issues. So i suggest to use this one. I am going to add even more bucklets like gwt_module()
, gerrit_plugin()
and set up Wiki with documentation and examples. Don't hesitate to help ;-)
I had to set the attach_source to False in
maven_jar.bucket
, otherwise a bunch of these errors appear:On an older buck version, I didn't see this issue.