giacomo     00/06/01 09:51:02

  Modified:    .        Tag: xml-cocoon2 build.xml
               xdocs    Tag: xml-cocoon2 installing.xml
  Log:
  Some minor changes to build.xml and installation docs
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.6.2.8   +1 -0      xml-cocoon/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/build.xml,v
  retrieving revision 1.6.2.7
  retrieving revision 1.6.2.8
  diff -u -r1.6.2.7 -r1.6.2.8
  --- build.xml 2000/05/31 22:42:31     1.6.2.7
  +++ build.xml 2000/06/01 16:50:57     1.6.2.8
  @@ -201,6 +201,7 @@
       <copydir src="${conf.dir}" dest="${build.war}" filtering="on"/>
       <copydir src="${samples.dir}" dest="${build.war.samples}" 
filtering="on"/>
       <delete file="${build.dir}/${name}.war"/>
  +    <delete file="${build.war.samples}/README"/>
       <jar jarfile="${build.dir}/${name}.war"
            basedir="${build.war}"
            includes="**"/>
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.8.2.6   +20 -5     xml-cocoon/xdocs/installing.xml
  
  Index: installing.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/xdocs/installing.xml,v
  retrieving revision 1.8.2.5
  retrieving revision 1.8.2.6
  diff -u -r1.8.2.5 -r1.8.2.6
  --- installing.xml    2000/05/31 22:42:32     1.8.2.5
  +++ installing.xml    2000/06/01 16:51:00     1.8.2.6
  @@ -170,12 +170,27 @@
          <code>[path-to-Tomcat]/lib</code>, as well.  Note that if you are 
running 
             Tomcat on a Windows operating system you have to adjust the 
classpath to 
             include all jar files copied so far in the 
  -          <code>[path-to-Tomcat]/bin/tomcat.bat</code> file. On unix like 
operating 
  -          systems Tomcat will automatically handle the loading of these 
classes, and 
  -          they don't need to be placed in a classpath. If you use a newer 
version of Tomcat 
  +          <code>[path-to-Tomcat]/bin/tomcat.bat</code> file. Add the 
following lines 
  +          right after the line <code>set CLASSPATH=.</code>
  +        </p>
  +
  +        <source>
  +          set CLASSPATH=%CLASSPATH%;%TOMCAT_HOME%\lib\xerces_1_0_3.jar
  +          set CLASSPATH=%CLASSPATH%;%TOMCAT_HOME%\lib\fop_0_12_1.jar
  +          set CLASSPATH=%CLASSPATH%;%TOMCAT_HOME%\lib\js.jar
  +          set CLASSPATH=%CLASSPATH%;%TOMCAT_HOME%\lib\jstyle.jar
  +          set CLASSPATH=%CLASSPATH%;%TOMCAT_HOME%\lib\svgv_0_8.jar
  +          set CLASSPATH=%CLASSPATH%;%TOMCAT_HOME%\lib\xalan_1_0_1.jar
  +          set CLASSPATH=%CLASSPATH%;%TOMCAT_HOME%\lib\cocoon.jar
  +        </source>
  +
  +        <p>
  +          On unix like operating 
  +          systems Tomcat will automatically handle the setup of the 
classpath based 
  +          on alphabetical order.  If you use a newer version of Tomcat 
             (i.e. current CVS version) that requires jaxp.jar and parser.jar 
instead 
  -          of xml.jar make sure parser.jar comes last in the classpath (on 
unix OS 
  -          simply rename it to zparser.jar).
  +          of xml.jar you should rename parser.jar to zparser.jar to make it 
appear 
  +          as last.
        </p>
        <p>Copy <code>[path-to-Cocoon]/build/cocoon.war</code> to 
             <code>[path-to-Tomcat]/webapps</code>.  The new Context for 
Cocoon2 will be 
  
  
  

Reply via email to