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 13:57 ------- In fact I load the property from an external property file. Ant tries to read the property file and hangs when finding such a property. ex: build.properties --------- project.src=${project.src}/src build.xml --------- <project basedir="." default="t1" name="bla"> <property file="build.properties"/> <target name="t1" > <echo message="blah" /> </target> </project> What is weird is that now I get the following error (which of course is good): "Property project.src was circularly defined." OK, I'm trying to reproduce the error from my old config file. I'll give you the results ASAP. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]