You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by zo...@apache.org on 2005/06/29 05:15:01 UTC

cvs commit: xml-xalan/test build.xml

zongaro     2005/06/28 20:15:00

  Modified:    test     build.xml
  Log:
  Patch for XALANJ-2159, reviewed by Joanne Tong (joannet () ca ! ibm ! com).  For the smoketest.gump target, trust Gump to provide the correct setting for the boot class path by simply copying through that setting.
  
  Revision  Changes    Path
  1.74      +3 -9      xml-xalan/test/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/build.xml,v
  retrieving revision 1.73
  retrieving revision 1.74
  diff -u -r1.73 -r1.74
  --- build.xml	23 Jun 2005 20:07:39 -0000	1.73
  +++ build.xml	29 Jun 2005 03:15:00 -0000	1.74
  @@ -200,13 +200,7 @@
   
       <!-- Gump build xml-xalan2-smoketest should use xalan.unbundled.jar -->
       <path id="boot.class.path.gump">
  -        <pathelement location="${xalan.unbundled.jar}" />
  -        <pathelement location="${xsltc.jar}" />  <!-- add this so we can test the
  -                                                      separate jar distribution -->  
  -        <pathelement location="${ser.jar}" />                                                       
  -        <pathelement location="${java.class.path}" />
  -        <pathelement location="${xml-apis.jar}" />
  -        <pathelement location="${parserjar}" />
  +        <pathelement location="${sun.boot.class.path}" />
       </path>
       
       <!-- Classpath used when running perf or performance tests -->
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org