User: ejort   
  Date: 02/01/02 10:54:57

  Modified:    .        build.xml
  Log:
  Allow the dynamic loading to run.
  
  Revision  Changes    Path
  1.53      +5 -1      jbosstest/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/build.xml,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- build.xml 2001/12/30 20:02:35     1.52
  +++ build.xml 2002/01/02 18:54:57     1.53
  @@ -12,7 +12,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.52 2001/12/30 20:02:35 dsundstrom Exp $ -->
  +<!-- $Id: build.xml,v 1.53 2002/01/02 18:54:57 ejort Exp $ -->
   
   <project default="main" name="JBoss/Testsuite">
   
  @@ -1029,6 +1029,10 @@
           <include name="org/jboss/test/jrmp/test/DynLoading*.class"/>
           <include name="org/jboss/test/JBossTestCase.class"/>
           <include name="org/jboss/test/JBossTestServices.class"/>
  +        <!-- This test cannot run with ${build.classes} in the classpath -->
  +        <!-- so include the custom ant task in jar -->
  +        <!-- A better fix might be to build the ant stuff in a different subfolder 
-->
  +        <include name="org/jboss/ant/taskdefs/XMLJUnitResultFormatter.class"/>
         </fileset>
       </jar>
   
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to