Author: ajack
Date: Tue Aug 24 19:32:03 2004
New Revision: 36832

Added:
   gump/trunk/template/xhtml/images/valid-atom.png   (contents, props changed)
   gump/trunk/template/xhtml/images/valid-rss.png   (contents, props changed)
Modified:
   gump/trunk/python/gump/build/builder.py
Log:
Don't crash when using artifacts from repository...

Modified: gump/trunk/python/gump/build/builder.py
==============================================================================
--- gump/trunk/python/gump/build/builder.py     (original)
+++ gump/trunk/python/gump/build/builder.py     Tue Aug 24 19:32:03 2004
@@ -436,7 +436,7 @@
                 if artifacts.has_key(id):
                     (aid,date,extn,path)=artifacts[id]                
                     
-                    log.info('Utilize %s from Gump artifact repository for id' % 
(path, id))
+                    log.info('Utilize %s from Gump artifact repository for id: %s' % 
(path, id))
                     
                     # Stash this fallback...
                     jar.setPath(path)

Added: gump/trunk/template/xhtml/images/valid-atom.png
==============================================================================
Binary file. No diff available.

Added: gump/trunk/template/xhtml/images/valid-rss.png
==============================================================================
Binary file. No diff available.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to