From c31017e566c1eb607a04d316596c3ba2b208c912 Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Thu, 11 Apr 2002 23:35:45 +0000 Subject: [PATCH] dont run the .net tests unless CSC and WSDL are found git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272388 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 32 +++++++++++++++++++++++++++----- 1 file changed, 27 insertions(+), 5 deletions(-) diff --git a/build.xml b/build.xml index 5e8d74917..cd1c25bd9 100644 --- a/build.xml +++ b/build.xml @@ -15,6 +15,8 @@ (and without typing -D each time it compiles it) --> + + @@ -447,6 +449,29 @@ + + + + + + + + + wsdl.found=${wsdl.found} + + + + + + + + csc.found=${csc.found} + + + + + + @@ -1244,11 +1269,8 @@ unless="tests.and.ant.share.classloader" /> - - - +