Re: [PATCH] Improve ant-build-system.

2016-03-31 Thread Ricardo Wurmus
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

Re: [PATCH] Improve ant-build-system.

2016-03-24 Thread Leo Famulari
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

Re: [PATCH] Improve ant-build-system.

2016-03-24 Thread Leo Famulari
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

Re: [PATCH] Improve ant-build-system.

2016-03-24 Thread Ricardo Wurmus
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