You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-dev@xml.apache.org by vl...@apache.org on 2002/11/24 11:33:38 UTC

cvs commit: xml-xindice/config xindice.xml

vladimir    2002/11/24 02:33:38

  Modified:    .        build.xml
  Added:       config   xindice.xml
  Log:
  Try to use a xindice-1.1b.xml file to automate the Tomcat installation
  
  Revision  Changes    Path
  1.32      +6 -1      xml-xindice/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xindice/build.xml,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- build.xml	24 Nov 2002 03:26:22 -0000	1.31
  +++ build.xml	24 Nov 2002 10:33:38 -0000	1.32
  @@ -48,6 +48,7 @@
      <property name="root.dir" value="./java"/>
      <property name="jar.dir" value="${root.dir}/lib"/>
      <property name="src.dir" value="${root.dir}/src"/>
  +   <property name="config.dir" value="config"/>
      <property name="test.src.dir" value="${root.dir}/tests/src"/>
      <property name="examples.dir" value="${root.dir}/examples"/>
   
  @@ -272,9 +273,13 @@
              depends="war-release"
              description="Deployes the Xindice webapp into the Tomcat installation">
         <copy file="${dist.dir}/${project.filename}-${project.version}.xml" todir="${tomcat.home}/webapps"/>
  +      <copy file="${dist.dir}/${project.filename}-${project.version}.war" todir="${tomcat.home}/webapps"/>
  +<!-- todo currently try to test the use of the xindice-1.1b.xml file for the
  +     Tomcat installation.
         <unjar src="${dist.dir}/${project.filename}-${project.version}.war"
                dest="${tomcat.home}/webapps/${webapp.name}"
                overwrite="true"/>
  +-->
      </target>
   
      <target name="tomcat-clean"
  
  
  
  1.1                  xml-xindice/config/xindice.xml
  
  Index: xindice.xml
  ===================================================================
  <Context path="/Xindice" docBase="xindice-@VERSION@" debug="0" reloadable="true">
  
     <Logger className="org.apache.catalina.logger.FileLogger" debug="0" verbosity="1" prefix="xindice_log." directory="logs" timestamp="true" suffix=".txt"/>
  
  </Context>