You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2004/12/02 16:28:24 UTC

cvs commit: ws-axis/java/xmls targets.xml

dims        2004/12/02 07:28:24

  Modified:    java     buildTest.xml
               java/xmls targets.xml
  Log:
  Sometimes you need to set the JIKESPATH before running ant to get things working.
  
  Revision  Changes    Path
  1.59      +1 -0      ws-axis/java/buildTest.xml
  
  Index: buildTest.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/java/buildTest.xml,v
  retrieving revision 1.58
  retrieving revision 1.59
  diff -u -r1.58 -r1.59
  --- buildTest.xml	23 Jul 2004 08:18:12 -0000	1.58
  +++ buildTest.xml	2 Dec 2004 15:28:24 -0000	1.59
  @@ -182,6 +182,7 @@
         <jvmarg value="-Djavax.xml.parsers.DocumentBuilderFactory=${javax.xml.parsers.DocumentBuilderFactory}"/>
         <jvmarg value="-Djavax.xml.parsers.SAXParserFactory=${javax.xml.parsers.SAXParserFactory}"/>
         <jvmarg value="-Xbootclasspath:${sun.boot.class.path}"/>
  +      <jvmarg value="-Djikes.class.path=${jikes.class.path}"/>
   
         <!-- Pass through the proxy parameters -->
         <jvmarg value="-Dhttp.proxyHost=${http.proxyHost}"/>
  
  
  
  1.75      +2 -0      ws-axis/java/xmls/targets.xml
  
  Index: targets.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/java/xmls/targets.xml,v
  retrieving revision 1.74
  retrieving revision 1.75
  diff -u -r1.74 -r1.75
  --- targets.xml	15 Oct 2004 15:27:47 -0000	1.74
  +++ targets.xml	2 Dec 2004 15:28:24 -0000	1.75
  @@ -12,6 +12,7 @@
          <jvmarg value="-Djavax.xml.parsers.DocumentBuilderFactory=${javax.xml.parsers.DocumentBuilderFactory}"/>
          <jvmarg value="-Djavax.xml.parsers.SAXParserFactory=${javax.xml.parsers.SAXParserFactory}"/>
          <jvmarg value="-Xbootclasspath:${sun.boot.class.path}"/>
  +       <jvmarg value="-Djikes.class.path=${jikes.class.path}"/>
   
          <!-- Pass through the proxy parameters -->
          <jvmarg value="-Dhttp.proxyHost=${http.proxyHost}"/>
  @@ -377,6 +378,7 @@
       <echo message="javax.xml.parsers.DocumentBuilderFactory=${javax.xml.parsers.DocumentBuilderFactory}"/>
       <echo message="javax.xml.parsers.SAXParserFactory=${javax.xml.parsers.SAXParserFactory}"/>
       <echo message="sun.boot.class.path=${sun.boot.class.path}"/>
  +    <echo message="jikes.class.path=${jikes.class.path}"/>
   
       <echo message="" />
       <echo message="-- Network Settings ---"/>