Re: Ivy - No more support for commons-httpclient 2.x in runtime classpath?

2017-07-24 Thread Nicolas Lalevée
> Le 24 juil. 2017 à 08:19, Jaikiran Pai a écrit : > > That's a a big enough reason to move to HttpComponents Client 4.x version! > I'll have that done in this release of Ivy then. +1 Nicolas > > -Jaikiran > > > On 24/07/17 11:43 AM, Stefan Bodewig wrote: >> On 2017-07-24, Jaikiran Pai wr

Re: Reproducible JARs

2017-07-24 Thread Gintautas Grigelionis
I believe the easier way would be to diff the fileset of classes to be packed to the fileset of classes in the jar before creating a new jar. There's a tool called zipdiff that could do the trick (it may ignore timestamps, etc). That would correspond to a javac deciding on whether to recompile the