--------------------------------------------------
From: "Mladen Turk" <mt...@apache.org>
Sent: Thursday, February 18, 2010 5:43 AM
To: "Commons Developers List" <dev@commons.apache.org>
Subject: Re: [g...@vmgump]: Project commons-daemon (in module apache-commons) failed

On 02/18/2010 02:34 PM, Stefan Bodewig wrote:
On 2010-02-18, Mladen Turk<mt...@apache.org>  wrote:

On 02/18/2010 01:09 PM, Stefan Bodewig wrote:

For commons-daemon the descriptor assumes there'd be an Ant property
named component.name that it needs to override on the command line in
order to get a reproducable file name.

I suspected that's the case, so reverted component.name
back to daemon from commons-daemon. Hope that'll do.

I haven't followed what you've changed.  Gump will run

ant -Dcomponent.name=daemon-@@DATE@@ dist


Ah, this should be
ant -Dcomponent.version=@@DATE@@ dist

component.name is daemon and
final name is created as
${component-name}-${component-version}
so you only need to provide the version


Between Stephan and myself, this should go back to working in the next Gump run.

FYI, the huge number of affected projects is because Gump uses Tomcat as the source for servlet-api and jsp-api. And all Tomcat builds in Gump list commons-daemon as a dependency (since they copy the jsvc source distro).


Regards
--
^TM

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to