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

cvs commit: xml-cocoon WARNING todo.xml build.bat

stefano     00/08/17 09:44:54

  Modified:    .        Tag: xml-cocoon2 WARNING todo.xml build.bat
  Log:
  some cleanup
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +6 -6      xml-cocoon/Attic/WARNING
  
  Index: WARNING
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/Attic/WARNING,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- WARNING	2000/05/24 23:06:44	1.1.2.1
  +++ WARNING	2000/08/17 16:44:52	1.1.2.2
  @@ -4,16 +4,16 @@
     "alpha". This means that the developer team is not investing _any_ effort
     in providing back compatibility between alpha releases.
     
  -  This software will continue to be release as "alpha" until both code, schemas
  -  and APIs will be considered stable.
  +  This software will continue to be released as "alpha" until both code, 
  +  schemas and APIs will be considered stable.
     
  -  Until than, there will be no warranty that newer version will maintain back
  +  Until then, there will be no warranty that newer versions will maintain back
     compatibility even in the most simple cases.
     
     On the other hand, once "beta" status is reached, back incompatible changes
  -  will be made only if necessary to reach the "final" status.
  +  will be made only if absolutely necessary to reach "final" status.
     
  -  The Cocoon developer team understands the importance of reliable
  +  The Cocoon development team understands the importance of reliable
     software as well as the importance of protecting user investiments by the
     creation of a solid development platform that doesn't change.
   
  @@ -21,7 +21,7 @@
     being most of the technologies used at a "working draft" phase only, this
     cannot be guaranteed before a final status is reached for the software.
     
  -  Until then, no effort will be provided for back compatibility.
  +  Until then, no effort will be provided to guarantee back compatibility.
     
     You have been warned.
   
  
  
  
  1.6.2.10  +1 -11     xml-cocoon/todo.xml
  
  Index: todo.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/todo.xml,v
  retrieving revision 1.6.2.9
  retrieving revision 1.6.2.10
  diff -u -r1.6.2.9 -r1.6.2.10
  --- todo.xml	2000/07/19 22:19:46	1.6.2.9
  +++ todo.xml	2000/08/17 16:44:53	1.6.2.10
  @@ -4,7 +4,7 @@
   
   <!--
     History of Cocoon changes
  -  $Id: todo.xml,v 1.6.2.9 2000/07/19 22:19:46 giacomo Exp $
  +  $Id: todo.xml,v 1.6.2.10 2000/08/17 16:44:53 stefano Exp $
   -->
   
   
  @@ -26,16 +26,6 @@
      Write URLHandler for the protocols defined in the sitemap, e.g. class://. cvs://
     </action>
   
  -  <action context="code" assigned-to="BL">
  -   Make Cocoon 2 Avalon-aware using the Component api from Avalon.
  -  </action>
  -
  -  <action context="code">
  -   To simplify portability and installation on different enviornments, the
  -   XSP subsystem should use the temporary directory provided by the
  -   ServletContext via the "javax.servlet.context.tempdir" attribute.
  -  </action>
  -  
     <action context="code">
      Write a better error handling code for CocoonServlet to avoid hardcoding
      HTML inside the servlet which sucks big time.
  
  
  
  1.10.2.10 +8 -1      xml-cocoon/build.bat
  
  Index: build.bat
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/build.bat,v
  retrieving revision 1.10.2.9
  retrieving revision 1.10.2.10
  diff -u -r1.10.2.9 -r1.10.2.10
  --- build.bat	2000/06/25 17:46:08	1.10.2.9
  +++ build.bat	2000/08/17 16:44:53	1.10.2.10
  @@ -2,6 +2,12 @@
   
   if "%JAVA_HOME%" == "" goto error
   
  +if not "%LIB_HOME%" == "" goto skip
  +
  +set LIB_HOME=.\lib
  +
  +:skip
  +
   echo.
   echo Cocoon Build System
   echo -------------------
  @@ -9,7 +15,7 @@
   set ANT_HOME=.\lib
   
   set LOCALCLASSPATH=%JAVA_HOME%\lib\tools.jar
  -for %%i in (lib\*.jar) do call lcp.bat %%i
  +for %%i in (%LIB_HOME%\*.jar) do call lcp.bat %%i
   
   echo.
   echo Building with classpath %LOCALCLASSPATH%
  @@ -32,3 +38,4 @@
   
   set LOCALCLASSPATH=
   set ANT_HOME=
  +set LIB_HOME=