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=21825>. 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=21825 build process hangs with a property calling itself ------- Additional Comments From [EMAIL PROTECTED] 2003-07-23 11:56 ------- I am not able to reproduce this. Can you give a simple build file that shows the problem? I tried the following: <project default="u" name="p"> <property name="myprop.src" value="${myprop.src}"/> <target name="u"> <echo>myprop is ${myprop.src}</echo> </target> </project> This works for 1.5, 1.5.3 and current ANT cvs. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]