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 se...@apache.org on 2002/09/04 21:16:31 UTC

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

seibert     2002/09/04 12:16:31

  Modified:    java/test/httpunit build.xml
  Log:
  Added the dependance on
  
  if="commons-httpclient.present"
  
  into the compilation target of this component
  
  Revision  Changes    Path
  1.3       +1 -1      xml-axis/java/test/httpunit/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/test/httpunit/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.xml	22 Aug 2002 18:30:18 -0000	1.2
  +++ build.xml	4 Sep 2002 19:16:31 -0000	1.3
  @@ -103,7 +103,7 @@
     </target>
     
       <!-- compile the java sources using the compilation classpath -->
  -  <target name="compile" depends="init">
  +  <target name="compile" depends="init" if="commons-httpclient.present">
       <property name="build.debuglevel" value="lines,vars,source"/> 
       <javac destdir="${test.classes.dir}"
              debug="${build.debug}"
  
  
  

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

Posted by Steve Loughran <st...@iseran.com>.
----- Original Message -----
From: <se...@apache.org>
To: <xm...@apache.org>
Sent: Wednesday, September 04, 2002 12:16 PM
Subject: cvs commit: xml-axis/java/test/httpunit build.xml


> seibert     2002/09/04 12:16:31
>
>   Modified:    java/test/httpunit build.xml
>   Log:
>   Added the dependance on
>
>   if="commons-httpclient.present"
>
>   into the compilation target of this component

I'm still confused by this. I guess my version of httpunit is different
(older), because it doesnt need httpclient. I'll d/l a new build and see
what breaks.



>
>   Revision  Changes    Path
>   1.3       +1 -1      xml-axis/java/test/httpunit/build.xml
>
>   Index: build.xml
>   ===================================================================
>   RCS file: /home/cvs/xml-axis/java/test/httpunit/build.xml,v
>   retrieving revision 1.2
>   retrieving revision 1.3
>   diff -u -r1.2 -r1.3
>   --- build.xml 22 Aug 2002 18:30:18 -0000 1.2
>   +++ build.xml 4 Sep 2002 19:16:31 -0000 1.3
>   @@ -103,7 +103,7 @@
>      </target>
>
>        <!-- compile the java sources using the compilation classpath -->
>   -  <target name="compile" depends="init">
>   +  <target name="compile" depends="init"
if="commons-httpclient.present">
>        <property name="build.debuglevel" value="lines,vars,source"/>
>        <javac destdir="${test.classes.dir}"
>               debug="${build.debug}"
>
>
>
>