mbox

[bug#36695,0/3] Enhancemante for the ant-build-system

Message ID 20190716200839.3035-1-h.goebel@crazy-compilers.com
Headers show

Message

Hartmut Goebel July 16, 2019, 8:08 p.m. UTC
Here are some old patches I found when cleaning up my repository. I created
them as part of my efforts for building maven. I'm not sure whether these are
still useful.

Hartmut Goebel (3):
  guix: ant-build-system: Use ant-task "jar" instead of executing "jar".
  guix: ant-build-system: Put dummy project-name into default build.xml.
  guix: ant-build-system: Use absolute path as base-dir.

 guix/build/ant-build-system.scm | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

Comments

Hartmut Goebel July 25, 2019, 8:26 a.m. UTC | #1
Pushed first two patched to staging as
cbad3570db3e692af55eac5b69cb6db062a39d77.

Last one left off.