You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by ov...@apache.org on 2001/12/17 07:51:32 UTC

cvs commit: xml-cocoon2/scratchpad/schecoon build.xml

ovidiu      01/12/16 22:51:32

  Modified:    scratchpad/schecoon build.xml
  Log:
  Do not include pregexp as it is not used anymore. We get more than 6
  times performance improvement with the new SISC regexp binding to
  Jakarta ORO, so we use the new binding instead.
  
  Revision  Changes    Path
  1.2       +19 -9     xml-cocoon2/scratchpad/schecoon/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/scratchpad/schecoon/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	2001/12/10 08:45:16	1.1
  +++ build.xml	2001/12/17 06:51:32	1.2
  @@ -1,3 +1,11 @@
  +<?xml version="1.0"?>
  +
  +<!--
  +<!DOCTYPE project [
  +  <!ENTITY slib SYSTEM "scheme/slib.xml">
  +]>
  +-->
  +
   <project default="build" basedir=".">
   
     <!--
  @@ -116,13 +124,6 @@
       <copy todir="${build.war}" filtering="off">
         <fileset dir="${webapp.dir}" excludes="**/*.in"/>
       </copy>
  -
  -    <copy todir="${build.war}" filtering="off">
  -      <fileset dir="${lib.dir}">
  -        <include name="*.heap"/>
  -      </fileset>
  -    </copy>
  -
     </target>
   
     <!-- =================================================================== -->
  @@ -142,8 +143,17 @@
     <target name="prepare-heap" depends="init, prepare">
       <java classname="sisc.boot.GenerateHeap">
         <classpath refid="classpath"/>
  -      <arg line="${build.war}/${name}.heap"/>
  -      <arg line="${scheme.dir}/test.scm"/>
  +      <arg value="-in"/>
  +      <arg value="${lib.dir}/sisc.heap"/>
  +      <arg value="-out"/>
  +      <arg value="${build.war}/${name}.heap"/>
  +      <arg value="-files"/>
  +<!--
  +      <arg value="${scheme.dir}/slib.scm"/>
  +      &slib;
  +-->
  +      <arg value="${scheme.dir}/sitemap.scm"/>
  +      <arg value="${scheme.dir}/test.scm"/>
       </java>
     </target>
   
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org