RE: Packaging attribute, unpack location

2016-07-01 Thread Greene, Hugh
Hi Jérémie, I have some experience which might be useful to you in your experiments. We have a set of Gradle plugins for doing something similar for Ivy modules with ZIP artifacts. We do the unzipping separately because we had to (pre-Ivy-2.4) and because we chose to unzip modules to a

RE: Looking for non-java transitive dependency examples

2016-01-26 Thread Greene, Hugh
Hi Martin, another not-really-Ivy thing is a Gradle extension for packaging multiple files (C/C++ or web libraries, for example) as ZIPs and unpacking them on download -- plus a number of related features. I've written quite a lot of this, though there's no real support, sorry! It's also

RE: Optional/conditional strict dependencies?

2014-07-11 Thread Greene, Hugh
: Optional/conditional strict dependencies? Perhaps the override rule is what you are looking for: http://ant.apache.org/ivy/history/latest-milestone/ivyfile/override.html Regards, Marc 2014-07-10 18:24 GMT+02:00 Greene, Hugh hgre...@tmvse.com: Hi all, I'm looking for a way to enforce

Optional/conditional strict dependencies?

2014-07-10 Thread Greene, Hugh
Hi all, I'm looking for a way to enforce a particular kind of check on versions in a transitive dependency graph. I have an idea for how to do it, but I'd like to hear opinions on whether there's a better way, whether it's the wrong thing to be doing in the first place, etc. === Context We