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

2016-03-19 Thread Alex Vong
Ricardo Wurmus writes: >> OK with these changes! > > Thanks. I performed the requested changes (including a fix to > “reset-timestamps” to include directories). Pushed as 5f7a1a4. > > ~~ Ricardo Thank you. I will re-write the clojure patch using ant-build-system.

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

2016-03-14 Thread Roel Janssen
Ricardo Wurmus writes: >> OK with these changes! > > Thanks. I performed the requested changes (including a fix to > “reset-timestamps” to include directories). Pushed as 5f7a1a4. Great to see this. Thanks!

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

2016-03-14 Thread Ricardo Wurmus
> OK with these changes! Thanks. I performed the requested changes (including a fix to “reset-timestamps” to include directories). Pushed as 5f7a1a4. ~~ Ricardo

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

2016-03-10 Thread Pjotr Prins
Awesome package. Thanks Ricardo, we will use it. On Thu, Mar 10, 2016 at 05:17:59PM +0100, Ludovic Courtès wrote: > Ricardo Wurmus skribis: > > > Ricardo Wurmus writes: > > > >> Ludovic Courtès writes: > >> > The

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

2016-03-10 Thread Ricardo Wurmus
Ricardo Wurmus writes: > Ludovic Courtès writes: > >>> The build.xml it generates contains a target “touch” which is run before >>> wrapping up the compiled .class files in a jar archive; this target >>> ensures that the timestamps of all archived

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

2016-02-08 Thread Ricardo Wurmus
Ludovic Courtès writes: >> The build.xml it generates contains a target “touch” which is run before >> wrapping up the compiled .class files in a jar archive; this target >> ensures that the timestamps of all archived files are reset, so the >> produced jars can be (and in case of

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

2016-01-15 Thread Ludovic Courtès
Ricardo Wurmus skribis: > I’ve used it successfully to package the Java projects hamcrest-core, > junit, osgi-annotation, osgi-core, log4j-api, and javax-mail. Nice. > It’s especially useful in cases where a project does *not* use Ant and > would otherwise require

[PATCH] Add ant-build-system.

2016-01-06 Thread Ricardo Wurmus
Hi Guix, this patch adds a new build system for Java projects: the “ant-build-system”. I’ve used it successfully to package the Java projects hamcrest-core, junit, osgi-annotation, osgi-core, log4j-api, and javax-mail. It’s especially useful in cases where a project does *not* use Ant and would