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 14:18 ------- Ok, I found a way to reproduce the problem Try the following build.properties file to reproduce the problem: build.properties ---------------- project.src=${project.src}/src project.src.bla=${project.src}/bla if you try ant -v you should get messages up to [property] Loading yourpath/build.properties but after this line, there aren't any error message like the one with the circular reference indicated. The fact that the second property calls the first one seems to be where lies the problem. Now comment the line with the circular reference and everything should work fine. The question now, is why don't we get any error message? For information, I'm using Xerces and Xalan both declared in my classpath. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]