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: [email protected]
For additional commands, e-mail: [email protected]