RE: new dependency

2013-08-20 Thread Martin Gainty
Luis personally i never download snapshots as snapshots reflect the collection of files at a particular date/time so for example if you would be willing to take 1.8.0 version (no datetime snapshot) in maven configuration file which is named apache-settings.xml or gump-settings.xml

RE: Forrest Gump

2013-08-10 Thread Martin Gainty
are the builds being migrated to build.xml? Thanks Stefan! Martin __ Stupid is.. as Stupid does...Forrest Gump From: bode...@apache.org To: d...@forrest.apache.org CC: general@gump.apache.org Subject: Forrest Gump Build Date: Sat, 10 Aug

RE: Where to go with Gump?

2013-05-21 Thread Martin Gainty
Stefan (and crew) I am Glad to hear gump creates maven pom.properties..that relieves the maven developer from endlessly typing maven -Dparam1=value1 Gump goal of Generating Metadata: if the defining goal of gump is generating metadata .. maven now supports the following function metadata

RE: Where to go with Gump?

2013-05-19 Thread Martin Gainty
Hi Stephan If gump does go fubar then we would need to find an alternate means to supply build.sysclasspath to quote Ant folk In Ant's caseGump set's Ant's build.sysclasspath to only and manages the system classpath the fact that it builds APR (which is a dependency of Apache HTTPD)

RE: help with forrest-test gump run

2012-12-21 Thread Martin Gainty
i think you have located a failing corner-case for antcallback as a workaround instead of invoking antcallback antcallback target=get-local return=plugin-found try using the depends attribute target name=testCallback description=Test CallBack depends=get-local