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 ks...@apache.org on 2002/02/05 06:15:11 UTC

cvs commit: xml-xindice build.xml

kstaken     02/02/04 21:15:11

  Modified:    .        build.xml
  Log:
  Fixing LinkageError when building docs.
  
  Revision  Changes    Path
  1.7       +2 -2      xml-xindice/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xindice/build.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- build.xml	2 Feb 2002 01:22:20 -0000	1.6
  +++ build.xml	5 Feb 2002 05:15:10 -0000	1.7
  @@ -14,7 +14,7 @@
        cd xml-xindice ; bin/ant
   
   
  -   $Id: build.xml,v 1.6 2002/02/02 01:22:20 kstaken Exp $
  +   $Id: build.xml,v 1.7 2002/02/05 05:15:10 kstaken Exp $
   
   -->
   
  @@ -249,7 +249,7 @@
     <!-- Helper task to apply an XSL stylesheet using Xalan -->
     <target name="style">
       <java classname="org.apache.xalan.xslt.Process"
  -         classpathref="project.class.path">
  +         classpathref="project.class.path" fork="true">
          <arg line="-XSL ${style.sheet}"/>
          <arg line="-IN ${style.in}"/>
          <arg line="-OUT ${basedir}/${style.out}"/>