Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 72790 invoked from network); 16 Sep 2003 08:29:12 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 16 Sep 2003 08:29:12 -0000 Received: (qmail 97341 invoked by uid 500); 16 Sep 2003 08:28:45 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 97209 invoked by uid 500); 16 Sep 2003 08:28:44 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 97196 invoked by uid 500); 16 Sep 2003 08:28:44 -0000 Received: (qmail 97193 invoked from network); 16 Sep 2003 08:28:44 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 16 Sep 2003 08:28:44 -0000 Received: (qmail 72736 invoked by uid 1146); 16 Sep 2003 08:29:08 -0000 Date: 16 Sep 2003 08:29:08 -0000 Message-ID: <20030916082908.72735.qmail@minotaur.apache.org> From: bodewig@apache.org To: ant-cvs@apache.org Subject: cvs commit: ant/src/etc/testcases/taskdefs/optional dotnet.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N bodewig 2003/09/16 01:29:08 Modified: docs/manual/OptionalTasks propertyfile.html src/etc/testcases/taskdefs/optional dotnet.xml Log: 2003 Revision Changes Path 1.12 +1 -1 ant/docs/manual/OptionalTasks/propertyfile.html Index: propertyfile.html =================================================================== RCS file: /home/cvs/ant/docs/manual/OptionalTasks/propertyfile.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- propertyfile.html 13 Sep 2003 08:45:22 -0000 1.11 +++ propertyfile.html 16 Sep 2003 08:29:08 -0000 1.12 @@ -185,7 +185,7 @@

Each time called, a "." will be appended to "progress"


-

Copyright © 2000-2002 Apache Software Foundation. All rights +

Copyright © 2000-2003 Apache Software Foundation. All rights Reserved.

1.12 +30 -19 ant/src/etc/testcases/taskdefs/optional/dotnet.xml Index: dotnet.xml =================================================================== RCS file: /home/cvs/ant/src/etc/testcases/taskdefs/optional/dotnet.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- dotnet.xml 12 Sep 2003 11:29:49 -0000 1.11 +++ dotnet.xml 16 Sep 2003 08:29:08 -0000 1.12 @@ -42,6 +42,14 @@ mcs.found=${mcs.found} + + + + + + + + @@ -55,7 +63,7 @@ - ilasm.found=${ildasm.found} + ildasm.found=${ildasm.found} @@ -81,12 +89,7 @@ - - Needed .net apps are missing - - - - + @@ -94,9 +97,17 @@ + + Needed C# compiler is missing + + + + Needed ilasm is missing + + - + - + - + - + - + No file ${testCSC.dll} created - + - @@ -221,7 +232,7 @@ - @@ -245,7 +256,7 @@ - + - + @@ -292,10 +303,10 @@ - + - + --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org