You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by ha...@apache.org on 2002/04/18 08:35:01 UTC

cvs commit: jakarta-avalon-excalibur/altrmi base.xml build.xml piped.xml

hammant     02/04/17 23:35:01

  Modified:    altrmi   base.xml build.xml piped.xml
  Log:
  Tests work with new test-classes dir
  
  Revision  Changes    Path
  1.2       +1 -0      jakarta-avalon-excalibur/altrmi/base.xml
  
  Index: base.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/altrmi/base.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- base.xml	3 Apr 2002 22:26:53 -0000	1.1
  +++ base.xml	18 Apr 2002 06:35:00 -0000	1.2
  @@ -50,6 +50,7 @@
           additionalfacades="org.apache.excalibur.altrmi.test.TestInterface2">
         <classpath>
           <pathelement location="${build.home}/classes"/>
  +        <pathelement location="${build.home}/testclasses"/>            
         </classpath>
       </altrmiproxies>        
     
  
  
  
  1.17      +1 -1      jakarta-avalon-excalibur/altrmi/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/altrmi/build.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- build.xml	16 Apr 2002 12:00:39 -0000	1.16
  +++ build.xml	18 Apr 2002 06:35:00 -0000	1.17
  @@ -31,7 +31,7 @@
       </path>
       <property name="cp" refid="test.class.path"/>
   
  -    <target name="main" depends="jar" description="Build the project"/>
  +    <target name="main" depends="compile, compile-test" description="Build the project"/>
       <target name="rebuild" depends="clean,main" description="Rebuild the project"/>
   
       <target name="dependencies" description="Check dependencies" unless="skip.dependencies">
  
  
  
  1.2       +1 -0      jakarta-avalon-excalibur/altrmi/piped.xml
  
  Index: piped.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/altrmi/piped.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- piped.xml	9 Apr 2002 22:25:23 -0000	1.1
  +++ piped.xml	18 Apr 2002 06:35:00 -0000	1.2
  @@ -21,6 +21,7 @@
     <!-- For running of tests -->
     <path id="test.classpath">
       <pathelement location="${build.home}/classes"/>
  +    <pathelement location="${build.home}/testclasses"/>    
       <pathelement location="${build.home}/genclasses"/>
       <pathelement location="lib/JSX0.9.8.1.jar"/>
       <pathelement location="${avalon-framework.jar}"/>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>