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=9890>. 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=9890 tstamp task does not work like in ANT version 1.4 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 2002-06-17 07:26 ------- Well, the fix I have put in does NOT change the immutability rule, but it executes the custom properties before setting [prefix.]{DSTAMP,TSTAMP,TODAY}. So it is only the properties that are set in the <tstamp> call itself that <format> can overwrite, and it is not overwriting so much as making immutable. If anyone wants to rollback the change because editing DSTAMP is viewed as a bad idea, then they can, but -leave the second of the tests in the test cases in as it tests the prefix stuff; we had no test for that before. -leave all the javadocs in. Also, look closely at the CustomFormat class and see if my thoughts about making it static are valid. IF it aint static, why bother passing in project and location down to its execute method, it can pull it from its parent. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
