Re: Problem with GPG plugin from Ant task

2013-01-30 Thread Lewis John Mcgibbney
Hi Antoine, Thank you very much for your suggestion. I need to be honest with you though and say that we ended up changing the entire build to Maven to fix the problem and now everything works fine. It was sapping hours of my time looking for an answer so we made the decision to shift :0( Thank you

Re: Problem with GPG plugin from Ant task

2013-01-30 Thread Antoine Levy Lambert
Hello Lewis, there is a project in the commons sandbox at Apache with which you can PGP sign artifacts in an Ant build The source code is there [1] There is an example of usage of this here [2] We use that when producing releases of Ant. Maybe this can help you ? Regards, Antoine [1] htt