Return-Path: Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 3931 invoked by uid 500); 23 Jul 2003 14:52:22 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 3919 invoked from network); 23 Jul 2003 14:52:22 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 23 Jul 2003 14:52:22 -0000 Received: (qmail 6386 invoked by uid 50); 23 Jul 2003 14:54:56 -0000 Date: 23 Jul 2003 14:54:56 -0000 Message-ID: <20030723145456.6385.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: dev@ant.apache.org Cc: Subject: DO NOT REPLY [Bug 21825] - build process hangs with a property calling itself X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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 14:54 ------- Yep, I can reproduct it as well. The problem is in Property#resolveAllProperties() the code is trying to resolve project.src.bla, and keeps calling: props.put(project.src.bla, ${project.src}/src/bla) props.put(project.src.bla, ${project.src}/src/src/bla) props.put(project.src.bla, ${project.src}/src/src/src/bla) in the loop while (! resolved) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org