Ricardo Wurmus writes:
> our ant-build-system currently throws away the jar manifest, because it
> was difficult to control its timestamp. Without a manifest many jars
> cannot be used, though. Oops!
>
> The manifest and the directory it is in always get the current time,
> which is very annoy
On Thu, Mar 24, 2016 at 03:50:38PM +0100, Ricardo Wurmus wrote:
> Hi Guix,
>
> our ant-build-system currently throws away the jar manifest, because it
> was difficult to control its timestamp. Without a manifest many jars
> cannot be used, though. Oops!
>
> The manifest and the directory it is
On Thu, Mar 24, 2016 at 04:57:11PM +0100, Ricardo Wurmus wrote:
>
> Leo Famulari writes:
>
> > On Thu, Mar 24, 2016 at 03:50:38PM +0100, Ricardo Wurmus wrote:
> >> Hi Guix,
> >>
> >> our ant-build-system currently throws away the jar manifest, because it
> >> was difficult to control its timest
Leo Famulari writes:
> On Thu, Mar 24, 2016 at 03:50:38PM +0100, Ricardo Wurmus wrote:
>> Hi Guix,
>>
>> our ant-build-system currently throws away the jar manifest, because it
>> was difficult to control its timestamp. Without a manifest many jars
>> cannot be used, though. Oops!
>>
>> The