java-overlay icon indicating copy to clipboard operation
java-overlay copied to clipboard

=dev-java/gradle-3.1: do not work with network-sandbox

Open tharvik opened this issue 8 years ago • 5 comments

=dev-java/gradle-3.1 do not works with FEATURES=network-sandbox.

It might be as easy as modifing subprojects/docs/src/docs/dsl/org.gradle.api.tasks.wrapper.Wrapper.xml.

tharvik avatar Oct 11 '16 06:10 tharvik

@Flowdalic, @msva, please investigate!

chewi avatar Oct 11 '16 08:10 chewi

Yes, it is. Just as any other package with "bootsrapping" (where they fetching some crappy dependencies during build time and ignores system-wide installed ones (even if they exists in tree/overlay))

By the way, AFAIK, gradle was work in that way since eternity. Just as maven and some other bootstrap-systems.

Usually, fixing such things requires either heavy patching in ebuild or heavy patching of dist-sources and repackaging.

So, I'll try to take a look, but if you already know a solution, it will be very good if you'll apply a pull-request.

msva avatar Oct 11 '16 09:10 msva

Okay, brain wasn't switched on earlier. I am aware that it does this and I don't like it but I was prepared to allow it in java-overlay if fixing it isn't trivial. I wouldn't allow it in the main tree.

chewi avatar Oct 11 '16 09:10 chewi

#40 should fix it then.

tharvik avatar Oct 11 '16 12:10 tharvik

What @msva said :)

Flowdalic avatar Oct 11 '16 14:10 Flowdalic