You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2003/07/23 13:56:04 UTC

DO NOT REPLY [Bug 21825] - build process hangs with a property calling itself

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 peter.reilly@corvil.com  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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org