Author Login
Post Reply
Hi all,
Ant 1.7.1beta2 is now available for wider public testing!
- http://people.apache.org/dist/ant/v1.7.1beta2/
Please see release notes for major changes from ant 1.7.0.
Ant 1.7.1 includes some support for Java6 features:
- JavaFX scripting support for <scriptdef>
- secureinput inputhandler (non-echoing) eg:
<input message="secure-input:>" addproperty="the.password">
<handler classname="org.apache.tools.ant.input.SecureInputHandler"/>
</input>
- disk usage condition eg:
<hasfreespace partition="${user.dir}" needed="1K"/>
See documentation, and src for more details
Known issues:
- Windows network shares do not resolve correctly
- A full build + test cycle of the Ant src distribution fails on
windows (case sensitivity problem)
Thanks,
Ant Dev Team
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@(protected)
For additional commands, e-mail: dev-help@(protected)