You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by aj...@apache.org on 2004/08/23 19:02:36 UTC

svn commit: rev 36763 - in gump/trunk: . bin python python/gump python/gump/admin python/gump/build python/gump/core python/gump/document/text python/gump/document/xdocs python/gump/java python/gump/process python/gump/run python/gump/runner python/gump/utils

Author: ajack
Date: Mon Aug 23 10:02:35 2004
New Revision: 36763

Added:
   gump/trunk/exe.py   (contents, props changed)
      - copied, changed from rev 36651, gump/trunk/bin/exe.py
Removed:
   gump/trunk/bin/exe.py
Modified:
   gump/trunk/   (props changed)
   gump/trunk/bin/build.py   (contents, props changed)
   gump/trunk/bin/check.py   (contents, props changed)
   gump/trunk/bin/env.py   (contents, props changed)
   gump/trunk/bin/gmp.bat   (props changed)
   gump/trunk/bin/gmp.py   (props changed)
   gump/trunk/bin/gmp.sh   (props changed)
   gump/trunk/bin/integrate.py   (contents, props changed)
   gump/trunk/bin/preview.py   (contents, props changed)
   gump/trunk/bin/redo.py   (contents, props changed)
   gump/trunk/bin/repo.py   (contents, props changed)
   gump/trunk/bin/update.py   (contents, props changed)
   gump/trunk/python/gump/__init__.py
   gump/trunk/python/gump/admin/__init__.py
   gump/trunk/python/gump/admin/stats.py
   gump/trunk/python/gump/build/__init__.py
   gump/trunk/python/gump/build/ant.py
   gump/trunk/python/gump/build/builder.py
   gump/trunk/python/gump/build/maven.py
   gump/trunk/python/gump/build/script.py
   gump/trunk/python/gump/core/__init__.py
   gump/trunk/python/gump/core/commandLine.py
   gump/trunk/python/gump/core/gumpinit.py
   gump/trunk/python/gump/document/text/__init__.py
   gump/trunk/python/gump/document/text/documenter.py
   gump/trunk/python/gump/document/text/resolver.py
   gump/trunk/python/gump/document/xdocs/__init__.py
   gump/trunk/python/gump/java/cp.py
   gump/trunk/python/gump/process/launcher.py
   gump/trunk/python/gump/run/gumprun.py
   gump/trunk/python/gump/run/options.py
   gump/trunk/python/gump/runner/runner.py
   gump/trunk/python/gump/utils/sync.py
   gump/trunk/python/header.txt   (contents, props changed)
Log:
Try to allow syndication again...

Modified: gump/trunk/bin/build.py
==============================================================================
--- gump/trunk/bin/build.py	(original)
+++ gump/trunk/bin/build.py	Mon Aug 23 10:02:35 2004
@@ -14,6 +14,12 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+__revision__  = "$Rev$"
+__date__      = "$Date$"
+__copyright__ = "Copyright (c) 1999-2004 Apache Software Foundation"
+__license__   = "http://www.apache.org/licenses/LICENSE-2.0"
+
+
 
 """
     This is one commandline entrypoint into gump.

Modified: gump/trunk/bin/check.py
==============================================================================
--- gump/trunk/bin/check.py	(original)
+++ gump/trunk/bin/check.py	Mon Aug 23 10:02:35 2004
@@ -14,6 +14,12 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+__revision__  = "$Rev$"
+__date__      = "$Date$"
+__copyright__ = "Copyright (c) 1999-2004 Apache Software Foundation"
+__license__   = "http://www.apache.org/licenses/LICENSE-2.0"
+
+
 """	
     Checks that the Gump definitions are ok.
     

Modified: gump/trunk/bin/env.py
==============================================================================
--- gump/trunk/bin/env.py	(original)
+++ gump/trunk/bin/env.py	Mon Aug 23 10:02:35 2004
@@ -14,6 +14,12 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+__revision__  = "$Rev$"
+__date__      = "$Date$"
+__copyright__ = "Copyright (c) 1999-2004 Apache Software Foundation"
+__license__   = "http://www.apache.org/licenses/LICENSE-2.0"
+
+
 """	
     Checks that the Gump Environment is ok.    
 """

Modified: gump/trunk/bin/integrate.py
==============================================================================
--- gump/trunk/bin/integrate.py	(original)
+++ gump/trunk/bin/integrate.py	Mon Aug 23 10:02:35 2004
@@ -14,6 +14,12 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+__revision__  = "$Rev$"
+__date__      = "$Date$"
+__copyright__ = "Copyright (c) 1999-2004 Apache Software Foundation"
+__license__   = "http://www.apache.org/licenses/LICENSE-2.0"
+
+
 #
 # $Header: /home/stefano/cvs/gump/python/gump/integrate.py,v 1.31 2004/07/19 16:07:53 ajack Exp $
 # 

Modified: gump/trunk/bin/preview.py
==============================================================================
--- gump/trunk/bin/preview.py	(original)
+++ gump/trunk/bin/preview.py	Mon Aug 23 10:02:35 2004
@@ -14,6 +14,12 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+__revision__  = "$Rev$"
+__date__      = "$Date$"
+__copyright__ = "Copyright (c) 1999-2004 Apache Software Foundation"
+__license__   = "http://www.apache.org/licenses/LICENSE-2.0"
+
+
 #
 # $Header: /home/stefano/cvs/gump/python/gump/preview.py,v 1.9 2004/07/28 15:50:29 ajack Exp $
 # 

Modified: gump/trunk/bin/redo.py
==============================================================================
--- gump/trunk/bin/redo.py	(original)
+++ gump/trunk/bin/redo.py	Mon Aug 23 10:02:35 2004
@@ -15,6 +15,12 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+__revision__  = "$Rev$"
+__date__      = "$Date$"
+__copyright__ = "Copyright (c) 1999-2004 Apache Software Foundation"
+__license__   = "http://www.apache.org/licenses/LICENSE-2.0"
+
+
 """
   This is one commandline entrypoint into Gump.
 

Modified: gump/trunk/bin/repo.py
==============================================================================
--- gump/trunk/bin/repo.py	(original)
+++ gump/trunk/bin/repo.py	Mon Aug 23 10:02:35 2004
@@ -14,6 +14,12 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+__revision__  = "$Rev$"
+__date__      = "$Date$"
+__copyright__ = "Copyright (c) 1999-2004 Apache Software Foundation"
+__license__   = "http://www.apache.org/licenses/LICENSE-2.0"
+
+
 """	
     Works on the Gump Repository
 """

Modified: gump/trunk/bin/update.py
==============================================================================
--- gump/trunk/bin/update.py	(original)
+++ gump/trunk/bin/update.py	Mon Aug 23 10:02:35 2004
@@ -14,6 +14,12 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+__revision__  = "$Rev$"
+__date__      = "$Date$"
+__copyright__ = "Copyright (c) 1999-2004 Apache Software Foundation"
+__license__   = "http://www.apache.org/licenses/LICENSE-2.0"
+
+
 #
 # $Header: /home/stefano/cvs/gump/python/gump/update.py,v 1.31 2004/07/19 16:07:53 ajack Exp $
 # 

Copied: gump/trunk/exe.py (from rev 36651, gump/trunk/bin/exe.py)
==============================================================================
--- gump/trunk/bin/exe.py	(original)
+++ gump/trunk/exe.py	Mon Aug 23 10:02:35 2004
@@ -14,6 +14,12 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+__revision__  = "$Rev$"
+__date__      = "$Date$"
+__copyright__ = "Copyright (c) 1999-2004 Apache Software Foundation"
+__license__   = "http://www.apache.org/licenses/LICENSE-2.0"
+
+
 #
 # $Header: /home/stefano/cvs/gump/python/exe.py,v 1.3 2004/04/06 15:57:11 ajack Exp $
 # 

Modified: gump/trunk/python/gump/__init__.py
==============================================================================
--- gump/trunk/python/gump/__init__.py	(original)
+++ gump/trunk/python/gump/__init__.py	Mon Aug 23 10:02:35 2004
@@ -14,6 +14,12 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+__revision__  = "$Rev: 36667 $"
+__date__      = "$Date: 2004-08-20 08:55:45 -0600 (Fri, 20 Aug 2004) $"
+__copyright__ = "Copyright (c) 1999-2004 Apache Software Foundation"
+__license__   = "http://www.apache.org/licenses/LICENSE-2.0"
+
+
 #
 # $Header: /home/stefano/cvs/gump/python/gump/__init__.py,v 1.25 2004/07/19 16:07:53 ajack Exp $
 # 

Modified: gump/trunk/python/gump/admin/__init__.py
==============================================================================
--- gump/trunk/python/gump/admin/__init__.py	(original)
+++ gump/trunk/python/gump/admin/__init__.py	Mon Aug 23 10:02:35 2004
@@ -14,6 +14,12 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+__revision__  = "$Rev: 36667 $"
+__date__      = "$Date: 2004-08-20 08:55:45 -0600 (Fri, 20 Aug 2004) $"
+__copyright__ = "Copyright (c) 1999-2004 Apache Software Foundation"
+__license__   = "http://www.apache.org/licenses/LICENSE-2.0"
+
+
 #
 # $Header: /home/stefano/cvs/gump/python/gump/admin/__init__.py,v 1.2 2004/07/13 18:44:35 ajack Exp $
 # 

Modified: gump/trunk/python/gump/admin/stats.py
==============================================================================
--- gump/trunk/python/gump/admin/stats.py	(original)
+++ gump/trunk/python/gump/admin/stats.py	Mon Aug 23 10:02:35 2004
@@ -15,6 +15,12 @@
 # limitations under the License.
 
 
+__revision__  = "$Rev: 36667 $"
+__date__      = "$Date: 2004-08-20 08:55:45 -0600 (Fri, 20 Aug 2004) $"
+__copyright__ = "Copyright (c) 1999-2004 Apache Software Foundation"
+__license__   = "http://www.apache.org/licenses/LICENSE-2.0"
+
+
 """
 
     A tool for statistics manipulation [e.g. reseting, etc.]

Modified: gump/trunk/python/gump/build/__init__.py
==============================================================================
--- gump/trunk/python/gump/build/__init__.py	(original)
+++ gump/trunk/python/gump/build/__init__.py	Mon Aug 23 10:02:35 2004
@@ -15,6 +15,12 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+__revision__  = "$Rev: 36667 $"
+__date__      = "$Date: 2004-08-20 08:55:45 -0600 (Fri, 20 Aug 2004) $"
+__copyright__ = "Copyright (c) 1999-2004 Apache Software Foundation"
+__license__   = "http://www.apache.org/licenses/LICENSE-2.0"
+
+
 # tell Python what modules make up the gump.test package
 __all__ = ["builder", "ant","script","maven", "java"]
 

Modified: gump/trunk/python/gump/build/ant.py
==============================================================================
--- gump/trunk/python/gump/build/ant.py	(original)
+++ gump/trunk/python/gump/build/ant.py	Mon Aug 23 10:02:35 2004
@@ -15,6 +15,12 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+__revision__  = "$Rev: 36667 $"
+__date__      = "$Date: 2004-08-20 08:55:45 -0600 (Fri, 20 Aug 2004) $"
+__copyright__ = "Copyright (c) 1999-2004 Apache Software Foundation"
+__license__   = "http://www.apache.org/licenses/LICENSE-2.0"
+
+
 """
 	An Ant builder (uses ant to build projects)
 """

Modified: gump/trunk/python/gump/build/builder.py
==============================================================================
--- gump/trunk/python/gump/build/builder.py	(original)
+++ gump/trunk/python/gump/build/builder.py	Mon Aug 23 10:02:35 2004
@@ -15,6 +15,12 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+__revision__  = "$Rev: 36667 $"
+__date__      = "$Date: 2004-08-20 08:55:45 -0600 (Fri, 20 Aug 2004) $"
+__copyright__ = "Copyright (c) 1999-2004 Apache Software Foundation"
+__license__   = "http://www.apache.org/licenses/LICENSE-2.0"
+
+
 """
 	
 	This is the main project builder for gump. 
@@ -88,8 +94,8 @@
         
         workspace=self.run.getWorkspace()
                  
-        log.info('Build Project: #[' + `project.getPosition()` + '] : ' + project.getName())
-                  
+        log.info('Build Project: #[' + `project.getPosition()` + '] : ' + project.getName() + ' :  [state:' \
+                        + project.getStateDescription() + ']')
                   
         # Right now everything is Java..
         languageHelper=self.run.getJavaHelper()
@@ -372,9 +378,7 @@
         
         """
         if project.okToPerformWork():
-            #
             # Check the package was installed correctly...
-            #
             outputsOk=1
             for jar in project.getJars():
                 jarpath=jar.getPath()
@@ -404,7 +408,7 @@
         
         if not project.hasOutputs(): return
      
-        log.info(' ------ Attempt Repository Search for : '+ project.getName())
+        log.info(' ------ Perform Artifact Repository Search for : '+ project.getName())
 
         group=project.getArtifactGroup()
         
@@ -418,9 +422,11 @@
         # :TODO:
         # If not artifacts, download using Depot?
         
-        artifactsOk=True
+        artifactsOk=False
             
-        if artifacts:       
+        if artifacts:    
+            # Be a positive thinker...
+            artifactsOk=True   
         
             # See if we can use 'stored' artifacts.
             for jar in project.getJars():
@@ -441,8 +447,12 @@
                     artifactsOk=False
                     break
                     
-            if artifactsOk:
-                log.debug(' ------ Extracted (fallback) artifacts from Repository : '+ project.getName())                                        
+        if artifactsOk:
+            log.debug(' ------ Extracted (fallback) artifacts from Repository : '+ project.getName())  
+            project.addDebug('Extracted fallback artifacts from Gump Repository') 
+        else:                                 
+            log.error(' ------ Extracted (fallback) artifacts from Repository : '+ project.getName())  
+            project.addInfo('Failed to extract fallback artifacts from Gump Repository')  
        
     def checkUpstreamRepositories(self,project):
         """

Modified: gump/trunk/python/gump/build/maven.py
==============================================================================
--- gump/trunk/python/gump/build/maven.py	(original)
+++ gump/trunk/python/gump/build/maven.py	Mon Aug 23 10:02:35 2004
@@ -15,6 +15,12 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+__revision__  = "$Rev: 36667 $"
+__date__      = "$Date: 2004-08-20 08:55:45 -0600 (Fri, 20 Aug 2004) $"
+__copyright__ = "Copyright (c) 1999-2004 Apache Software Foundation"
+__license__   = "http://www.apache.org/licenses/LICENSE-2.0"
+
+
 """
 
 """

Modified: gump/trunk/python/gump/build/script.py
==============================================================================
--- gump/trunk/python/gump/build/script.py	(original)
+++ gump/trunk/python/gump/build/script.py	Mon Aug 23 10:02:35 2004
@@ -15,6 +15,12 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+__revision__  = "$Rev: 36667 $"
+__date__      = "$Date: 2004-08-20 08:55:45 -0600 (Fri, 20 Aug 2004) $"
+__copyright__ = "Copyright (c) 1999-2004 Apache Software Foundation"
+__license__   = "http://www.apache.org/licenses/LICENSE-2.0"
+
+
 """
 
 """

Modified: gump/trunk/python/gump/core/__init__.py
==============================================================================
--- gump/trunk/python/gump/core/__init__.py	(original)
+++ gump/trunk/python/gump/core/__init__.py	Mon Aug 23 10:02:35 2004
@@ -14,6 +14,12 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+__revision__  = "$Rev: 36667 $"
+__date__      = "$Date: 2004-08-20 08:55:45 -0600 (Fri, 20 Aug 2004) $"
+__copyright__ = "Copyright (c) 1999-2004 Apache Software Foundation"
+__license__   = "http://www.apache.org/licenses/LICENSE-2.0"
+
+
 #
 # $Header: /home/stefano/cvs/gump/python/gump/core/__init__.py,v 1.5 2004/07/19 16:07:56 ajack Exp $
 # 

Modified: gump/trunk/python/gump/core/commandLine.py
==============================================================================
--- gump/trunk/python/gump/core/commandLine.py	(original)
+++ gump/trunk/python/gump/core/commandLine.py	Mon Aug 23 10:02:35 2004
@@ -14,6 +14,12 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+__revision__  = "$Rev: 36667 $"
+__date__      = "$Date: 2004-08-20 08:55:45 -0600 (Fri, 20 Aug 2004) $"
+__copyright__ = "Copyright (c) 1999-2004 Apache Software Foundation"
+__license__   = "http://www.apache.org/licenses/LICENSE-2.0"
+
+
 """
 
     Commandline Handling.

Modified: gump/trunk/python/gump/core/gumpinit.py
==============================================================================
--- gump/trunk/python/gump/core/gumpinit.py	(original)
+++ gump/trunk/python/gump/core/gumpinit.py	Mon Aug 23 10:02:35 2004
@@ -14,6 +14,12 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+__revision__  = "$Rev: 36667 $"
+__date__      = "$Date: 2004-08-20 08:55:45 -0600 (Fri, 20 Aug 2004) $"
+__copyright__ = "Copyright (c) 1999-2004 Apache Software Foundation"
+__license__   = "http://www.apache.org/licenses/LICENSE-2.0"
+
+
 #
 # $Header: /home/stefano/cvs/gump/python/gump/core/gumpinit.py,v 1.5 2004/07/13 18:44:35 ajack Exp $
 # 

Modified: gump/trunk/python/gump/document/text/__init__.py
==============================================================================
--- gump/trunk/python/gump/document/text/__init__.py	(original)
+++ gump/trunk/python/gump/document/text/__init__.py	Mon Aug 23 10:02:35 2004
@@ -14,6 +14,12 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+__revision__  = "$Rev: 36667 $"
+__date__      = "$Date: 2004-08-20 08:55:45 -0600 (Fri, 20 Aug 2004) $"
+__copyright__ = "Copyright (c) 1999-2004 Apache Software Foundation"
+__license__   = "http://www.apache.org/licenses/LICENSE-2.0"
+
+
 
 
 # tell Python what modules make up the gump.document package

Modified: gump/trunk/python/gump/document/text/documenter.py
==============================================================================
--- gump/trunk/python/gump/document/text/documenter.py	(original)
+++ gump/trunk/python/gump/document/text/documenter.py	Mon Aug 23 10:02:35 2004
@@ -14,6 +14,12 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+__revision__  = "$Rev: 36667 $"
+__date__      = "$Date: 2004-08-20 08:55:45 -0600 (Fri, 20 Aug 2004) $"
+__copyright__ = "Copyright (c) 1999-2004 Apache Software Foundation"
+__license__   = "http://www.apache.org/licenses/LICENSE-2.0"
+
+
 
 """
    Text documentation...

Modified: gump/trunk/python/gump/document/text/resolver.py
==============================================================================
--- gump/trunk/python/gump/document/text/resolver.py	(original)
+++ gump/trunk/python/gump/document/text/resolver.py	Mon Aug 23 10:02:35 2004
@@ -14,6 +14,12 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+__revision__  = "$Rev: 36667 $"
+__date__      = "$Date: 2004-08-20 08:55:45 -0600 (Fri, 20 Aug 2004) $"
+__copyright__ = "Copyright (c) 1999-2004 Apache Software Foundation"
+__license__   = "http://www.apache.org/licenses/LICENSE-2.0"
+
+
 """
     Resolving URLs/Files.
 """

Modified: gump/trunk/python/gump/document/xdocs/__init__.py
==============================================================================
--- gump/trunk/python/gump/document/xdocs/__init__.py	(original)
+++ gump/trunk/python/gump/document/xdocs/__init__.py	Mon Aug 23 10:02:35 2004
@@ -14,6 +14,12 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+__revision__  = "$Rev: 36667 $"
+__date__      = "$Date: 2004-08-20 08:55:45 -0600 (Fri, 20 Aug 2004) $"
+__copyright__ = "Copyright (c) 1999-2004 Apache Software Foundation"
+__license__   = "http://www.apache.org/licenses/LICENSE-2.0"
+
+
 """
 
     Documentation (Forrest XDOCS or XHTML)

Modified: gump/trunk/python/gump/java/cp.py
==============================================================================
--- gump/trunk/python/gump/java/cp.py	(original)
+++ gump/trunk/python/gump/java/cp.py	Mon Aug 23 10:02:35 2004
@@ -61,10 +61,12 @@
         return c
         
     def hasContributor(self):
+        """ Do we know which entity contributed this path component? """
         if self.contributor: return True
         return False
         
     def getContributor(self):
+        """ The cotributing entity """
         return self.contributor
         
     def hasId(self):
@@ -75,10 +77,12 @@
         return self.id
         
     def hasInstigator(self):
+        """ Do we know which entity instagated this path component? """    
         if self.instigator: return True
         return False
         
     def getInstigator(self):
+        """ The instagating entity """    
         return self.instigator
         
     def getPath(self):

Modified: gump/trunk/python/gump/process/launcher.py
==============================================================================
--- gump/trunk/python/gump/process/launcher.py	(original)
+++ gump/trunk/python/gump/process/launcher.py	Mon Aug 23 10:02:35 2004
@@ -118,7 +118,7 @@
             result.signal=0
             result.exit_code=systemReturn
             
-        log.debug('Command returned [' + str(systemReturn)+ '] [Sig:' + str(result.signal) + ' / Exit:' + str(result.exit_code) + '].')
+        #log.debug('Command returned [' + str(systemReturn)+ '] [Sig:' + str(result.signal) + ' / Exit:' + str(result.exit_code) + '].')
         
         #
         # Assume timed out if signal terminated

Modified: gump/trunk/python/gump/run/gumprun.py
==============================================================================
--- gump/trunk/python/gump/run/gumprun.py	(original)
+++ gump/trunk/python/gump/run/gumprun.py	Mon Aug 23 10:02:35 2004
@@ -164,6 +164,12 @@
         log.debug('Register Actor : ' + `actor`)
         self.actors.append(actor)
         
+    def logActors(self):
+        log.debug('There are %s registered actors : ' % len(self.actors))       
+        for actor in self.actors:
+            log.debug('Registered Actor : ' + `actor`)    
+            
+        
     def _dispatchEvent(self,event):    	
     	"""
     		Perform the dispatch

Modified: gump/trunk/python/gump/run/options.py
==============================================================================
--- gump/trunk/python/gump/run/options.py	(original)
+++ gump/trunk/python/gump/run/options.py	Mon Aug 23 10:02:35 2004
@@ -67,8 +67,8 @@
 
 FEATURE_DEFAULT=FEATURE_DOCUMENT
             
-FEATURE_ALL=FEATURE_STATISTICS|FEATURE_RESULTS|FEATURE_NOTIFY|FEATURE_DIAGRAM|    \
-                FEATURE_SYNDICATE|FEATURE_PUBLISH|FEATURE_DOCUMENT
+FEATURE_ALL=FEATURE_STATISTICS&FEATURE_RESULTS&FEATURE_NOTIFY&FEATURE_DIAGRAM&    \
+                FEATURE_SYNDICATE&FEATURE_PUBLISH&FEATURE_DOCUMENT
             
 FEATURE_OFFICIAL=FEATURE_ALL
             

Modified: gump/trunk/python/gump/runner/runner.py
==============================================================================
--- gump/trunk/python/gump/runner/runner.py	(original)
+++ gump/trunk/python/gump/runner/runner.py	Mon Aug 23 10:02:35 2004
@@ -162,6 +162,9 @@
         if self.run.getOptions().isNotify() and self.run.getWorkspace().isNotify():
             self.run.registerActor(Notifier(self.run))         
                     
+        # See what we have...            
+        self.run.logActors()
+        
     def finalize(self):            
         # About to shutdown...
         self.run._dispatchEvent(FinalizeRunEvent(self.run))

Modified: gump/trunk/python/gump/utils/sync.py
==============================================================================
--- gump/trunk/python/gump/utils/sync.py	(original)
+++ gump/trunk/python/gump/utils/sync.py	Mon Aug 23 10:02:35 2004
@@ -57,8 +57,8 @@
         self.cleanupActions=False
         
     def execute(self):
-        log.debug('Starting %s from [%s]' % (self.actionString,self.sourcedir))
-        log.debug('        target dir [' + self.targetdir + ']')
+        #log.debug('Starting %s from [%s]' % (self.actionString,self.sourcedir))
+        #log.debug('        target dir [' + self.targetdir + ']')
         
         # Allow user to pass an open stream, or a filename
         # In later case control open/close.

Modified: gump/trunk/python/header.txt
==============================================================================
--- gump/trunk/python/header.txt	(original)
+++ gump/trunk/python/header.txt	Mon Aug 23 10:02:35 2004
@@ -14,6 +14,8 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-#
-# $Header: /home/stefano/cvs/gump/python/header.txt,v 1.2 2004/04/12 18:57:37 ajack Exp $
-# 
+__revision__  = "$Rev$"
+__date__      = "$Date$"
+__copyright__ = "Copyright (c) 1999-2004 Apache Software Foundation"
+__license__   = "http://www.apache.org/licenses/LICENSE-2.0"
+

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org