You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by br...@apache.org on 2002/10/07 06:25:41 UTC

cvs commit: jakarta-commons-sandbox/net build.xml

brekke      2002/10/06 21:25:40

  Modified:    net      build.xml
  Log:
  Regenerated from pre-beta-8 Maven.  Fixed classpath issues with running the tests.
  
  Revision  Changes    Path
  1.10      +2 -2      jakarta-commons-sandbox/net/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/net/build.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- build.xml	1 Oct 2002 13:10:07 -0000	1.9
  +++ build.xml	7 Oct 2002 04:25:40 -0000	1.10
  @@ -81,8 +81,8 @@
           <fileset dir="lib">
             <include name="*.jar"></include>
           </fileset>
  -        <pathelement location="target/${final.name}.jar"></pathelement>
           <pathelement path="${testclassesdir}"></pathelement>
  +        <pathelement path="${classesdir}"></pathelement>
         </classpath>
         <batchtest todir="${testreportdir}">
           <fileset dir="src/test">
  @@ -105,7 +105,7 @@
           <fileset dir="lib">
             <include name="*.jar"></include>
           </fileset>
  -        <pathelement location="target/${final.name}.jar"></pathelement>
  +        <pathelement path="${classesdir}"></pathelement>
         </classpath>
       </javac>
   
  
  
  

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