You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by st...@locus.apache.org on 2000/03/17 17:44:01 UTC

cvs commit: xml-cocoon build.xml changes.xml todo.xml

stefano     00/03/17 08:44:01

  Modified:    .        build.xml changes.xml todo.xml
  Log:
  latest changes
  
  Revision  Changes    Path
  1.42      +5 -3      xml-cocoon/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/build.xml,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- build.xml	2000/03/05 22:23:52	1.41
  +++ build.xml	2000/03/17 16:43:58	1.42
  @@ -143,7 +143,7 @@
       <echo message="------------------- ${Name} ${version} [${year}] ----------------"/>
   
       <property name="build.compiler" value="classic"/>
  -    <property name="debug" value="off"/>
  +    <property name="debug" value="on"/>
       <property name="optimize" value="on"/>
       <property name="deprecation" value="off"/>
   
  @@ -180,6 +180,8 @@
       <filter token="year" value="${year}"/>
       <filter token="version" value="${version}"/>
       <filter token="date" value="${TODAY}"/>
  +    <filter token="log" value="true"/>
  +    <filter token="verbose" value="true"/>
     </target>
   
     <!-- =================================================================== -->
  @@ -224,13 +226,13 @@
                includes="**/parser/Sun*"
                filtering="on"/>
     </target>
  -  
  +
     <target name="prepare-xt" depends="init" if="xt.present">
       <copydir src="${src.dir}"
                dest="${build.src}"
                includes="**/XT*"
                filtering="on"/>
  -  </target>  
  +  </target>
   
     <target name="prepare-ldap" depends="init" if="jndi.present">
       <copydir src="${src.dir}"
  
  
  
  1.42      +7 -1      xml-cocoon/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/changes.xml,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- changes.xml	2000/03/16 13:40:58	1.41
  +++ changes.xml	2000/03/17 16:43:59	1.42
  @@ -4,7 +4,7 @@
   
   <!--
     History of Cocoon changes
  -  $Id: changes.xml,v 1.41 2000/03/16 13:40:58 stefano Exp $
  +  $Id: changes.xml,v 1.42 2000/03/17 16:43:59 stefano Exp $
   -->
   
   <changes title="History of Changes">
  @@ -16,6 +16,12 @@
     </devs>
   
    <release version="@version@" date="@date@">
  +  <action dev="SM" type="add" fixes-bug="45" due-to="jon@stimmel.net" due-to-email="jon@stimmel.net">
  +   Fixed bug on XSPUtil.cloneNode choking on comments.
  +  </action>
  +  <action dev="SM" type="add">
  +   Added logging capabilities to the framework.
  +  </action>
     <action dev="RR" type="add">
      Added the ability to include taglibs with PIs.
     </action>
  
  
  
  1.22      +4 -14     xml-cocoon/todo.xml
  
  Index: todo.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/todo.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- todo.xml	2000/03/16 23:57:54	1.21
  +++ todo.xml	2000/03/17 16:44:00	1.22
  @@ -4,10 +4,10 @@
   
   <!--
     History of Cocoon changes
  -  $Id: todo.xml,v 1.21 2000/03/16 23:57:54 stefano Exp $
  +  $Id: todo.xml,v 1.22 2000/03/17 16:44:00 stefano Exp $
   -->
   
  -<todo title="Things To Do">
  +<todo title="Things To Do for Cocoon 1.x">
    <devs>
     <person name="Stefano Mazzocchi" email="stefano@apache.org" id="SM"/>
     <person name="Donald Ball" email="balld@apache.org" id="DB"/>
  @@ -15,20 +15,10 @@
     <person name="Pierpaolo Fumagalli" email="pier@apache.org" id="PF"/>
    </devs>
   
  - <actions priority="High">
  + <actions priority="low">
     <action context="code">
  -   Make cocoon work in jserv servlet zone without requiring special classpaths.
  -   The problem currently lies in XSP resource loading when special classloaders
  -   are used and affects both Tomcat and JServ. could it be a classloader
  -   implementation problem?
  +   none
     </action>
  -
  - <actions priority="medium">
  -  <action context="code">
  -   Add logging.
  -  </action>
  - </actions>
  -
    </actions>
   
   </todo>