[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gump
Subject:    cvs commit: jakarta-gump/python/gump update.py build.py document.py
From:       ajack () apache ! org
Date:       2003-09-29 23:10:12
[Download RAW message or body]

ajack       2003/09/29 16:10:12

  Modified:    python/gump update.py build.py document.py
  Log:
  Was propogating an error state, when it was a module 'complete'
  state = package
  
  Revision  Changes    Path
  1.14      +3 -6      jakarta-gump/python/gump/update.py
  
  Index: update.py
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/python/gump/update.py,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- update.py	26 Sep 2003 19:25:35 -0000	1.13
  +++ update.py	29 Sep 2003 23:10:12 -0000	1.14
  @@ -224,9 +224,6 @@
             log.error('Failed to update module: ' + module.name + ' : ' + str(detail))
           
             mctxt.propagateErrorState(STATUS_FAILED,REASON_UPDATE_FAILED)  
  -    else:
  -        # :TODO: Redundant?
  -        mctxt.propagateErrorState(mctxt.status,mctxt.reason)
           
   if __name__=='__main__':
   
  
  
  
  1.18      +3 -10     jakarta-gump/python/gump/build.py
  
  Index: build.py
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/python/gump/build.py,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- build.py	27 Sep 2003 14:36:18 -0000	1.17
  +++ build.py	29 Sep 2003 23:10:12 -0000	1.18
  @@ -163,9 +163,6 @@
               mctxt.propagateErrorState(STATUS_FAILED,REASON_SYNC_FAILED)
           else:
               mctxt.status=STATUS_SUCCESS
  -    else:
  -        # :TODO: Is this redundant, ought it not have already be published?
  -        mctxt.propagateErrorState(mctxt.status,mctxt.reason)
   
   def buildProjects( workspace, sequence, context=GumpContext() ):
     """actually perform the build of the specified project and its deps"""
  @@ -214,10 +211,6 @@
                       pctxt.status=STATUS_SUCCESS  
                   elif project.home:
                       listDirectoryAsWork(pctxt,project.home,'list_'+project.name)      
  -    else:
  -        # :TODO: Redundant? 
  -        #
  -        pctxt.propagateErrorState(pctxt.status,pctxt.reason)
   
   # static void main()
   if __name__=='__main__':
  
  
  
  1.51      +0 -4      jakarta-gump/python/gump/document.py
  
  Index: document.py
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/python/gump/document.py,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- document.py	29 Sep 2003 22:28:53 -0000	1.50
  +++ document.py	29 Sep 2003 23:10:12 -0000	1.51
  @@ -578,10 +578,6 @@
               
       paragraphXDoc(x,description)
       endSectionXDoc(x)
  -    if description:
  -        startSectionXDoc(x,'Description')     
  -        paragraphXDoc(x,description)
  -        endSectionXDoc(x)
   
       documentAnnotations(x,projectcontext.annotations)
       
  
  
  

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

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic