Return-Path: Delivered-To: apmail-gump-general-archive@www.apache.org Received: (qmail 62096 invoked from network); 27 Mar 2005 23:03:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Mar 2005 23:03:56 -0000 Received: (qmail 98134 invoked by uid 500); 27 Mar 2005 23:03:54 -0000 Delivered-To: apmail-gump-general-archive@gump.apache.org Received: (qmail 97841 invoked by uid 500); 27 Mar 2005 23:03:52 -0000 Mailing-List: contact general-help@gump.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Gump code and data" Reply-To: "Gump code and data" Delivered-To: mailing list general@gump.apache.org Received: (qmail 97548 invoked by uid 99); 27 Mar 2005 23:03:50 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Sun, 27 Mar 2005 15:03:49 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id C7C93413 for ; Sun, 27 Mar 2005 22:53:32 +0200 (CEST) Message-ID: <345575435.1111956812774.JavaMail.jira@ajax.apache.org> Date: Sun, 27 Mar 2005 22:53:32 +0200 (CEST) From: "Leo Simons (JIRA)" To: general@gump.apache.org Subject: [jira] Updated: (GUMP-38) Does NOT cope with circular dependencies Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/GUMP-38?page=history ] Leo Simons updated GUMP-38: --------------------------- Fix Version: unspecified > Does NOT cope with circular dependencies > ---------------------------------------- > > Key: GUMP-38 > URL: http://issues.apache.org/jira/browse/GUMP-38 > Project: Gump > Type: Bug > Components: Python-based Gump > Versions: unspecified > Reporter: Adam Jack > Fix For: unspecified > > 1) Circular includes in metadata(href links that circle) are not detected. Logic will spin until it crashes. > 2) Circular dependencies (perhaps within project property based dependencies) are not detected. Logic will spin until it crashes. > (most recent call last): > File "gump/integrate.py", line 85, in ? > irun() > File "gump/integrate.py", line 56, in irun > workspace=WorkspaceLoader().load(ws, 0) > File "/data3/gump/gump-install/python/gump/model/loader.py", line 96, > in load > XMLServer.map, XMLTracker.map) > File "/data3/gump/gump-install/python/gump/model/workspace.py", line > 384, in complete > project.complete(self) > File "/data3/gump/gump-install/python/gump/model/project.py", line > 468, in complete > dependency.getProject().complete(workspace) > File "/data3/gump/gump-install/python/gump/model/project.py", line > 468, in complete > dependency.getProject().complete(workspace) > File "/data3/gump/gump-install/python/gump/model/project.py", line > << really big snip of identical errors >> > 468, in complete > dependency.getProject().complete(workspace) > File "/data3/gump/gump-install/python/gump/model/project.py", line > 461, in complete > if self.ant: self.ant.expand(self,workspace) > File "/data3/gump/gump-install/python/gump/model/ant.py", line 52, in > expand > self.expandProperties(project,workspace) > File "/data3/gump/gump-install/python/gump/model/ant.py", line 61, in > expandProperties > self.importProperty(property) > File "/data3/gump/gump-install/python/gump/model/property.py", line > 164, in importProperty > self.addProperty(Property(xmlproperty,self)) > File "/data3/gump/gump-install/python/gump/model/property.py", line > 27, in __init__ > NamedModelObject.__init__(self,xml.getName(),xml,parent) > File "/data3/gump/gump-install/python/gump/model/object.py", line > 138, in __init__ > ModelObject.__init__(self,xml,owner) > File "/data3/gump/gump-install/python/gump/model/object.py", line 40, > in __init__ > FileHolder.__init__(self) > File "/data3/gump/gump-install/python/gump/utils/file.py", line 154, > in __init__ > self.filelist=FileList(self) > File "/data3/gump/gump-install/python/gump/utils/file.py", line 118, > in __init__ > Ownable.__init__(self,owner) > File "/data3/gump/gump-install/python/gump/utils/owner.py", line 27, > in __init__ > self.setOwner(owner) > File "/data3/gump/gump-install/python/gump/utils/owner.py", line 33, > in setOwner > if self == owner: > RuntimeError: maximum recursion depth exceeded > Integration completed with exit code : 1 > Failed to integrate, exited with [1], exiting... -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@gump.apache.org For additional commands, e-mail: general-help@gump.apache.org