nicolaken    2002/11/25 07:18:30

  Modified:    .        changes.xml module.xml properties.xml
  Log:
    <action dev="NKB" type="fix" due-to="Hussayn Dabbous" 
due-to-email="[EMAIL PROTECTED]">
      When a part of a pipeline aggregation fails, cocoon will no more silently return
      without reporting an error.
      Now, upon request of an erroneous page, the result is that I can see all parts, 
that have been processed so
      far on the screen and I see the error infos positioned at the bottom of the page.
    </action>
  
  Revision  Changes    Path
  1.287     +5 -1      xml-cocoon2/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/changes.xml,v
  retrieving revision 1.286
  retrieving revision 1.287
  diff -u -r1.286 -r1.287
  --- changes.xml       25 Nov 2002 14:06:37 -0000      1.286
  +++ changes.xml       25 Nov 2002 15:18:30 -0000      1.287
  @@ -40,6 +40,10 @@
    </devs>
   
    <release version="@version@" date="@date@">
  +  <action dev="NKB" type="updated" fixes-bug="12975" due-to="Philipp Schmidt" 
due-to-email="[EMAIL PROTECTED]">
  +   Moved POI to a block. Applied patch without moving the core elementprocessor
  +   classes in the block.
  +  </action> 
     <action dev="NKB" type="fix" due-to="Hussayn Dabbous" 
due-to-email="[EMAIL PROTECTED]">
       When a part of a pipeline aggregation fails, cocoon will no more silently 
return 
       without reporting an error.
  
  
  
  1.17      +20 -0     xml-cocoon2/module.xml
  
  Index: module.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/module.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- module.xml        11 Nov 2002 11:05:00 -0000      1.16
  +++ module.xml        25 Nov 2002 15:18:30 -0000      1.17
  @@ -313,6 +313,26 @@
            to="[EMAIL PROTECTED]"/>
     </project>
     
  +  <project name="poi-block">
  +    <package>org.apache.cocoon</package>
  +    
  +    <ant target="block">
  +      <property name="block-name" value="poi"/>
  +    </ant>
  +    
  +    <depend project="xml-cocoon2"/>
  +    <depend project="jakarta-poi" version="supplied"/>
  +    
  +    <work nested="tools/anttasks"/>
  +    <home nested="build/cocoon"/>
  +    
  +    <jar name="poi-block.jar"/>
  +
  +    <nag from="Philipp Schmidt &lt;[EMAIL PROTECTED]&gt;"
  +         to="[EMAIL PROTECTED]"/>
  +         
  +  </project>  
  +  
     <!--
       ********************************************
       ********  COCOON SUPPLIED PROJECTS  ********
  
  
  
  1.13      +1 -0      xml-cocoon2/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/properties.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- properties.xml    19 Nov 2002 05:22:38 -0000      1.12
  +++ properties.xml    25 Nov 2002 15:18:30 -0000      1.13
  @@ -119,6 +119,7 @@
           <databases include="true"/>
           <hsqldb include="true"/>
           <precept/>
  +        <poi include="true"/>        
         </blocks>
   
         <!-- Specify what should be included in the web application (war) file -->
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to