cmlenz      2003/12/10 12:25:16

  Modified:    integration/ant build.xml
  Log:
  Tighten the build to work in Ant 1.6:
  The Xerces JAR from the system classpath is not automatically inherited
  to the forked JUnit tests, so Xerces needs to be on the project classpath.
  
  Revision  Changes    Path
  1.49      +2 -2      jakarta-cactus/integration/ant/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/integration/ant/build.xml,v
  retrieving revision 1.48
  retrieving revision 1.49
  diff -u -r1.48 -r1.49
  --- build.xml 30 Nov 2003 10:20:51 -0000      1.48
  +++ build.xml 10 Dec 2003 20:25:16 -0000      1.49
  @@ -104,7 +104,7 @@
                that the build also works on JDKs that bundle Xerces without
                needing to define the xerces.jar property -->
           <available classname="org.apache.xml.serialize.XMLSerializer"
  -            classpathref="project.classpath"/>
  +            classpathref="project.classpath" ignoresystemclasses="yes"/>
           <!-- Check that clover.jar points to a valid file if clover is 
                enabled -->
           <or>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to