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/16 14:40:58 UTC

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

stefano     00/03/16 05:40:58

  Modified:    .        build.bat build.sh changes.xml todo.xml
  Log:
  changes
  
  warning: please, keep the changes file up-to-date when you make changes, thank you
  
  Revision  Changes    Path
  1.10      +1 -1      xml-cocoon/build.bat
  
  Index: build.bat
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/build.bat,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- build.bat	2000/03/03 14:16:19	1.9
  +++ build.bat	2000/03/16 13:40:58	1.10
  @@ -5,7 +5,7 @@
   
   if "%JAVA_HOME%" == "" goto error
   
  -set LOCALCLASSPATH=%JAVA_HOME%\lib\tools.jar;.\lib\xerces_1_0_1.jar;.\lib\xalan_0_19_5.jar;.\lib\fop_0_12_1.jar;.\lib\servlet_2_2.jar;.\lib\ant.jar;%CLASSPATH%
  +set LOCALCLASSPATH=%JAVA_HOME%\lib\tools.jar;.\lib\xerces_1_0_3.jar;.\lib\xalan_0_20_0.jar;.\lib\fop_0_12_1.jar;.\lib\servlet_2_2.jar;.\lib\ant.jar;%CLASSPATH%
   set ANT_HOME=./lib
   
   echo Building with classpath %LOCALCLASSPATH%
  
  
  
  1.10      +1 -1      xml-cocoon/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/build.sh,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- build.sh	2000/03/03 14:16:19	1.9
  +++ build.sh	2000/03/16 13:40:58	1.10
  @@ -13,7 +13,7 @@
     exit 1
   fi
   
  -LOCALCLASSPATH=$JAVA_HOME/lib/tools.jar:./lib/xerces_1_0_1.jar:./lib/xalan_0_19_5.jar:./lib/fop_0_12_1.jar:./lib/servlet_2_2.jar:./lib/ant.jar
  +LOCALCLASSPATH=$JAVA_HOME/lib/tools.jar:./lib/xerces_1_0_3.jar:./lib/xalan_0_20_0.jar:./lib/fop_0_12_1.jar:./lib/servlet_2_2.jar:./lib/ant.jar
   ANT_HOME=./lib
   
   echo Building with classpath $CLASSPATH:$LOCALCLASSPATH
  
  
  
  1.41      +16 -1     xml-cocoon/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/changes.xml,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- changes.xml	2000/03/06 11:46:39	1.40
  +++ changes.xml	2000/03/16 13:40:58	1.41
  @@ -4,7 +4,7 @@
   
   <!--
     History of Cocoon changes
  -  $Id: changes.xml,v 1.40 2000/03/06 11:46:39 stefano Exp $
  +  $Id: changes.xml,v 1.41 2000/03/16 13:40:58 stefano Exp $
   -->
   
   <changes title="History of Changes">
  @@ -16,6 +16,21 @@
     </devs>
   
    <release version="@version@" date="@date@">
  +  <action dev="RR" type="add">
  +   Added the ability to include taglibs with PIs.
  +  </action>
  +  <action dev="RR" type="add">
  +   Added tablig logicsheet dynamic reloading to XSP.
  +  </action>
  +  <action dev="DB" type="add">
  +   Added SQL XSP taglib.
  +  </action>
  +  <action dev="SM" type="fix" fixes-bug="56">
  +   Fixed problem with custom classloaders.
  +  </action>
  +  <action dev="SM" type="fix">
  +   Updated Xalan and Xerces to latest version.
  +  </action>
     <action dev="SM" type="fix">
      Fixed problem with stylesheet reloading when multiple transformations
      are applied on the same pipeline.
  
  
  
  1.20      +4 -10     xml-cocoon/todo.xml
  
  Index: todo.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/todo.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- todo.xml	2000/02/23 14:02:13	1.19
  +++ todo.xml	2000/03/16 13:40:58	1.20
  @@ -4,7 +4,7 @@
   
   <!--
     History of Cocoon changes
  -  $Id: todo.xml,v 1.19 2000/02/23 14:02:13 stefano Exp $
  +  $Id: todo.xml,v 1.20 2000/03/16 13:40:58 stefano Exp $
   -->
   
   <todo title="Things To Do">
  @@ -15,21 +15,15 @@
     <person name="Pierpaolo Fumagalli" email="pier@apache.org" id="PF"/>
    </devs>
   
  - <actions priority="high">
  -  <action context="code">
  -   Make XSP logicsheets reloadable if they are changed on disk.
  -  </action>
  - </actions>
  -
    <actions priority="medium">
     <action context="code">
      Add logging.
     </action>
    </actions>
   
  - <actions priority="low">
  -  <action context="docs">
  -   Make the section title an element to allow entities to be included.
  + <actions priority="medium">
  +  <action context="code">
  +   Make cocoon work in jserv servlet zone without requiring special classpaths.
     </action>
    </actions>