You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2003/01/29 17:46:08 UTC

cvs commit: jakarta-avalon-excalibur/sourceresolve build.xml

mcconnell    2003/01/29 08:46:08

  Modified:    sourceresolve build.xml
  Log:
  Added workaround on the testscase build.
  
  Revision  Changes    Path
  1.28      +5 -0      jakarta-avalon-excalibur/sourceresolve/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/sourceresolve/build.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- build.xml	29 Jan 2003 14:07:41 -0000	1.27
  +++ build.xml	29 Jan 2003 16:46:07 -0000	1.28
  @@ -176,13 +176,18 @@
   
               <formatter type="xml"/>    <!-- xml reports for junitreport -->
               <formatter type="plain" usefile="false"/>  <!-- text reports for humans     -->
  +            
  +            <!-- added the next line because the standard approach does not seem to be working -->
  +            <test name="org.apache.excalibur.source.SourceResolverImplTestCase" todir="${build.tests}"/>
   
  +            <!--
               <batchtest todir="${build.tests}">
                   <fileset dir="${build.testclasses}">
                       <include name="**/test/*TestCase.class"/>
                       <exclude name="**/Abstract*"/>
                   </fileset>
               </batchtest>
  +            -->
           </junit>
   
       </target>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: avalon-cvs-unsubscribe@jakarta.apache.org
For additional commands, e-mail: avalon-cvs-help@jakarta.apache.org