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


Regards
--
^TM

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

Reply via email to