You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2003/08/14 15:20:35 UTC

cvs commit: cocoon-2.1/src/targets init-build.xml

cziegeler    2003/08/14 06:20:35

  Modified:    .        status.xml
               src/targets init-build.xml
  Log:
  Updated status.xml and included lib/local in build again
  
  Revision  Changes    Path
  1.121     +11 -21    cocoon-2.1/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/status.xml,v
  retrieving revision 1.120
  retrieving revision 1.121
  diff -u -r1.120 -r1.121
  --- status.xml	13 Aug 2003 20:03:13 -0000	1.120
  +++ status.xml	14 Aug 2003 13:20:35 -0000	1.121
  @@ -95,7 +95,7 @@
       </action>   
    
       <action context="docs" assigned-to="open">
  -      For 2.1: Attend to any high+ issues in the
  +      Attend to any high+ issues in the
         <link href="plan/todo-doc.html">Documentation To Do List</link>
       </action>
   
  @@ -105,7 +105,7 @@
       </action>
   
       <action context="code" assigned-to="open">
  -      For 2.1: use (only) released versions of excalibur 
  +      Use (only) released versions of excalibur 
         (source, store, xmlutil). This requires a release of those
         components in excalibur.
       </action>
  @@ -121,7 +121,7 @@
       </action>
   
       <action context="code" assigned-to="NKB">
  -      For 2.1: Make comprehensive samples with the handle-errors sitemap and real world
  +      Make comprehensive samples with the handle-errors sitemap and real world
         use cases. Add also specific Selector and a FaqBuilder to be used by the
         NotifyingBuilder.
       </action>
  @@ -132,12 +132,6 @@
       </action>
   
       <action context="code" assigned-to="open">
  -      Finish the document
  -      <link href="installing/updating.html">Updating Cocoon</link>
  -      which describes the major changes since 2.0.2
  -    </action>
  -
  -    <action context="code" assigned-to="open">
         Finish the
         <link href="plan/samples.html">refactoring of samples</link>
       </action>
  @@ -147,19 +141,12 @@
       </action>
   
       <action context="code" assigned-to="open">
  -      There are some deprecated classes being used in 'build test'. (Note: The testcase for
  -      the resolver should be moved to the Excalibur XMLUtil, since there is the
  -      default resolver).
  -    </action>
  -
  -    <action context="code" assigned-to="open">
  -      Test that the new Catalog Entity Resolver works on all platforms, following
  -      its move from Cocoon to Excalibur. See
  -      <link href="http://marc.theaimsgroup.com/?l=xml-cocoon-dev&amp;m=104814093018956">email discussion</link>.
  +      The testcase for the entity resolver should be moved to the Excalibur XMLUtil, 
  +      since there is the default resolver.
       </action>
   
       <action context="code" assigned-to="SMS">
  -      For 2.1: Enable the 'use-store' parameter of the XSLT processor component. Test for occuring
  +      Enable the 'use-store' parameter of the XSLT processor component. Test for occuring
         memory leaks. Seems only occuring if the xalan transformer is used. There also seems to be
         a problem during the serialization of the transient store, if the servlet container were
         stopped.
  @@ -185,7 +172,7 @@
       </action>
   
       <action context="code">
  -      For 2.1: Redesign FragmentExtractorGenerator/Transformer so that it works on a clustered
  +      Redesign FragmentExtractorGenerator/Transformer so that it works on a clustered
         server: store fragments in the session rather than in a local store. <br/>
         This couldn't work, because if you working with caching pipelines, you cannot be sure
         that the entries are in the session(Stephan).
  @@ -202,6 +189,9 @@
     <changes>
   
    <release version="@version@" date="@date@">
  +   <action dev="CZ" type="fix">
  +     The jars in /lib/local are used during compilation again.
  +   </action>
      <action dev="SW" type="fix" fixes-bug="20445">
        Update the I18nTransformer so that it also accepts the 2.0 namespace. This ensures backwards compatibility
        for 2.0 applications. Additionally, attributes on "i18n:" elements can now be in the default namespace (meaning
  
  
  
  1.19      +3 -0      cocoon-2.1/src/targets/init-build.xml
  
  Index: init-build.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/targets/init-build.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- init-build.xml	12 Aug 2003 01:43:35 -0000	1.18
  +++ init-build.xml	14 Aug 2003 13:20:35 -0000	1.19
  @@ -101,6 +101,9 @@
   
       <!-- Set classpath -->
       <path id="classpath">
  +      <fileset dir="${lib.local}">
  +        <include name="*.jar"/>
  +      </fileset>
         <fileset dir="${lib}">
           <include name="*.jar"/>
         </fileset>