PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT
ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW
AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE
DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL
BE LOST SOMEWHERE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2955
*** shadow/2955 Wed Aug 1 13:45:01 2001
--- shadow/2955.tmp.7692 Thu Aug 2 04:46:16 2001
***************
*** 2,9 ****
| unless ignores a true property in certain situations |
+----------------------------------------------------------------------------+
| Bug #: 2955 Product: Ant |
! | Status: NEW Version: Nightly build |
! | Resolution: Platform: PC |
| Severity: Normal OS/Version: Linux |
| Priority: Other Component: Core tasks |
+----------------------------------------------------------------------------+
--- 2,9 ----
| unless ignores a true property in certain situations |
+----------------------------------------------------------------------------+
| Bug #: 2955 Product: Ant |
! | Status: RESOLVED Version: Nightly build |
! | Resolution: FIXED Platform: PC |
| Severity: Normal OS/Version: Linux |
| Priority: Other Component: Core tasks |
+----------------------------------------------------------------------------+
***************
*** 54,56 ****
--- 54,63 ----
triggered, but it is not being triggered, even though the property has been
set. Is this expected behavior? If so, is there a way to accomplish what I'm
attempting here?
+
+ ------- Additional Comments From conor@cortexebusiness.com.au 2001-08-02 04:46 -------
+ if and unless attributes were not dynamic, so the unless condition was testing
+ property ${testproperty}.is.uptodate - i.e the testproperty was not being
+ evaluated. I have made a fix for that.
+
+ Please check the nightly build 2001-08-03
|