bodewig     2003/03/11 00:41:36

  Modified:    .        build.xml
  Log:
  .NET tests need .NET apps
  
  Revision  Changes    Path
  1.355     +2 -0      ant/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/ant/build.xml,v
  retrieving revision 1.354
  retrieving revision 1.355
  diff -u -r1.354 -r1.355
  --- build.xml 6 Mar 2003 12:42:43 -0000       1.354
  +++ build.xml 11 Mar 2003 08:41:35 -0000      1.355
  @@ -1612,6 +1612,8 @@
             <!-- misc oneoff tests -->
             <exclude name="${optional.package}/WsdlToDotnetTest.java"
                      unless="dotnetapps.found"/>
  +          <exclude name="${optional.package}/DotnetTest.java"
  +                   unless="dotnetapps.found"/>
   
             <!--  These tests only passes if testcases and Ant classes have
             been loaded by the same classloader - will throw
  
  
  

Reply via email to