You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by jo...@apache.org on 2003/07/16 02:19:11 UTC

cvs commit: cocoon-2.1/src/targets init-build.xml

joerg       2003/07/15 17:19:11

  Modified:    src/targets init-build.xml
  Log:
  classpath for task jing fixed if the ant script provided with Cocoon is not used (this setups LOCALCLASSPATH)
  reported and patch provided by Karel Vervaeke (karel.vervaeke.at.pandora.be)
  
  Revision  Changes    Path
  1.16      +1 -1      cocoon-2.1/src/targets/init-build.xml
  
  Index: init-build.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/targets/init-build.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- init-build.xml	23 Jun 2003 18:11:30 -0000	1.15
  +++ init-build.xml	16 Jul 2003 00:19:11 -0000	1.16
  @@ -152,7 +152,7 @@
       <taskdef name="xpatch" classname="XConfToolTask" classpath="${tools.tasks.dest}"/>
   
       <!-- Jing is used in various targets for XML validation with RELAX NG -->
  -    <taskdef name="jing" classname="com.thaiopensource.relaxng.util.JingTask" classpathref="classpath"/>
  +    <taskdef name="jing" classname="com.thaiopensource.relaxng.util.JingTask" classpathref="tasks.classpath"/>
   
       <!-- compile the loader, used to change classpath especially for the CLI and Jetty -->
       <mkdir dir="${tools.loader.dest}"/>