DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14392>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14392 Make version information more available Summary: Make version information more available Product: Ant Version: 1.5 Platform: Other OS/Version: Other Status: NEW Severity: Enhancement Priority: Other Component: Core AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] ${ant.version} contains the version number plus additional textual information. If the version number were available separately, possibly as individual components such as ${ant.version.major}, ${ant.version.minor}, and ${ant.version.revision}, it would be possible for ant scripts to cleanly detect if the version of ant which is running the buildfile is of a high enough level to run the script, or possibly even be able to <ant> different buildfiles. Also, it would be useful to have an alternate to ${ant.version} such as ${ant.version.number} which contains _only_ the version number. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
