You are viewing a plain text version of this content. The canonical link for it is here.
Posted to alexandria-dev@jakarta.apache.org by sa...@apache.org on 2001/04/21 19:35:59 UTC

cvs commit: jakarta-alexandria/proposal/antgump build.xml

sanders     01/04/21 10:35:58

  Modified:    proposal/antgump build.xml
  Log:
  Attempting to remove Saxon from AntGump
  
  Revision  Changes    Path
  1.3       +5 -7      jakarta-alexandria/proposal/antgump/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/antgump/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.xml	2001/04/20 17:56:22	1.2
  +++ build.xml	2001/04/21 17:35:57	1.3
  @@ -44,13 +44,11 @@
       <ant antfile="antgumpall.xml" target="prepare" dir="${work.dir}"/>
   
       <echo message="Step 7 - Create all project build files"/>
  -    <java classname="com.icl.saxon.StyleSheet" fork="yes">
  -      <arg line="${work.dir}/sorted.xml xsl/antgump-each.xsl"/>
  -      <classpath id="saxonpath">
  -        <pathelement location="${basedir}/saxon.jar"/>
  -      </classpath>
  -    </java>
  -		
  +    <style in="${work.dir}/sorted.xml"
  +          out="${work.dir}/foo.xml" 
  +        style="xsl/antgump-each.xsl"  
  +      destdir="${work.dir}"/>
  +
       <echo message="Step 8 - Building everything (${work.dir}/antgumpall.xml)"/>
       <ant antfile="antgumpall.xml" target="build-all" dir="${work.dir}"/>
     </target>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: alexandria-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: alexandria-dev-help@jakarta.apache.org