Java Mailing List Archive

http://www.ant-tasks.com/

Home » Ant Developers List »

Command Line Property Overrides Broken in trunk

Stefan Bodewig

2010-02-24

Replies: Find Java Web Hosting

Author LoginPost Reply
Hi all,

many of the latest Gump builds stopped working, see
<http://vmgump.apache.org/gump/public/project_todos.html> and look at
those with "duration in state" equal to 1 (or 2 if you read this mail in
a few hours).

Common to all those failures is something like this:

build.xml:

<project>
<property name="version" value="X.Y"/>
<jar destfile="project-${version}.jar" .../>
</project>

$ ant -Dversion=A

[jar] Building jar: project-X.Y.jar

Has anything broken command line properties or property immutability?

I haven't found any time to look into it but maybe anybody else recalls
the latest changes and can pinpoint the problem.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@(protected)
For additional commands, e-mail: dev-help@(protected)

©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.