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 2002/09/12 14:19:06 UTC

cvs commit: xml-axis/java/test/dynamic build.xml

dims        2002/09/12 05:19:06

  Modified:    java     build.xml
               java/test/dynamic build.xml
  Log:
  Finally got it right...test.dynamic depends on samples.addr. No need to run buildSamples fully.
  
  Revision  Changes    Path
  1.186     +1 -1      xml-axis/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/build.xml,v
  retrieving revision 1.185
  retrieving revision 1.186
  diff -u -r1.185 -r1.186
  --- build.xml	12 Sep 2002 12:04:50 -0000	1.185
  +++ build.xml	12 Sep 2002 12:19:05 -0000	1.186
  @@ -192,7 +192,7 @@
       <path refid="classpath"/>
     </path>
   
  -  <target name="buildTest" depends="compile, samples" if="junit.present" unless="tests.built">
  +  <target name="buildTest" depends="compile" if="junit.present" unless="tests.built">
       <echo message="junit package found ..."/>
         <ant antfile="${axis.home}/buildTest.xml" target="compile"/>
       <!--
  
  
  
  1.6       +3 -0      xml-axis/java/test/dynamic/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/test/dynamic/build.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build.xml	10 Sep 2002 16:06:51 -0000	1.5
  +++ build.xml	12 Sep 2002 12:19:06 -0000	1.6
  @@ -51,6 +51,9 @@
   
   <target name="compile" depends="copy">
     <echo message="Compiling test.dynamic"/>
  +
  +  <ant antfile="${axis.home}/samples/addr/build.xml" target="compile"/>
  +
     <javac srcdir="${axis.home}" destdir="${build.dest}" debug="${debug}" fork="${javac.fork}">
       <classpath>
           <path refid="classpath"/>
  
  
  

Re: cvs commit: xml-axis/java/test/dynamic build.xml

Posted by Matt Seibert <ms...@us.ibm.com>.



Dims,

Thanks for figuring this one out.  Many of these were "elusive" so I opted
for completeness over correctness....  This will help cut down the time.

Matt Seibert                                           mseibert@us.ibm.com
IBM        External:    (512) 838-3656      Internal:   678-3656


                                                                                                                               
                      dims@apache.org                                                                                          
                                               To:       xml-axis-cvs@apache.org                                               
                      09/12/2002 07:19         cc:                                                                             
                      Please respond to        Subject:  cvs commit: xml-axis/java/test/dynamic build.xml                      
                      axis-dev                                                                                                 
                                                                                                                               
                                                                                                                               



dims        2002/09/12 05:19:06

  Modified:    java     build.xml
               java/test/dynamic build.xml
  Log:
  Finally got it right...test.dynamic depends on samples.addr. No need to
run buildSamples fully.

  Revision  Changes    Path
  1.186     +1 -1      xml-axis/java/build.xml

  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/build.xml,v
  retrieving revision 1.185
  retrieving revision 1.186
  diff -u -r1.185 -r1.186
  --- build.xml          12 Sep 2002 12:04:50 -0000          1.185
  +++ build.xml          12 Sep 2002 12:19:05 -0000          1.186
  @@ -192,7 +192,7 @@
       <path refid="classpath"/>
     </path>

  -  <target name="buildTest" depends="compile, samples" if="junit.present"
unless="tests.built">
  +  <target name="buildTest" depends="compile" if="junit.present"
unless="tests.built">
       <echo message="junit package found ..."/>
         <ant antfile="${axis.home}/buildTest.xml" target="compile"/>
       <!--        1.6       +3 -0
xml-axis/java/test/dynamic/build.xml    Index: build.xml
===================================================================  RCS
file: /home/cvs/xml-axis/java/test/dynamic/build.xml,v  retrieving revision
1.5  retrieving revision 1.6  diff -u -r1.5 -r1.6  --- build.xml  10 Sep
2002 16:06:51 -0000     1.5  +++ build.xml      12 Sep 2002 12:19:06 -0000
1.6  @@ -51,6 +51,9 @@      <target name="compile" depends="copy">
<echo message="Compiling test.dynamic"/>  +  +  <ant
antfile="${axis.home}/samples/addr/build.xml" target="compile"/>  +
<javac srcdir="${axis.home}" destdir="${build.dest}" debug="${debug}"
fork="${javac.fork}">       <classpath>           <path refid="classpath"/>