You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by st...@apache.org on 2004/10/10 22:46:13 UTC

svn commit: rev 54265 - gump/trunk/python/gump/model

Author: stefano
Date: Sun Oct 10 13:46:12 2004
New Revision: 54265

Modified:
   gump/trunk/python/gump/model/project.py
Log:
added FIXME to indicate that gump might fail if the project attribute is not present in the <depend element


Modified: gump/trunk/python/gump/model/project.py
==============================================================================
--- gump/trunk/python/gump/model/project.py	(original)
+++ gump/trunk/python/gump/model/project.py	Sun Oct 10 13:46:12 2004
@@ -567,6 +567,8 @@
         if not packaged:    
             #
             # TODO -- move these back?
+            # FIXME(SM): the code below throws an exception if the <depend
+            # element does not contain a project="" attribute!!
             #
             if badDepends or badOptions: 
                 for xmldepend in badDepends: