Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 48309 invoked from network); 12 Nov 2003 00:07:33 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 12 Nov 2003 00:07:33 -0000 Received: (qmail 24111 invoked by uid 500); 12 Nov 2003 00:07:10 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 24088 invoked by uid 500); 12 Nov 2003 00:07:10 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 4806 invoked from network); 11 Nov 2003 21:12:27 -0000 From: "W. Sean Hennessy" To: "'Ant Users List'" Subject: RE: Trying to build multiple .NET solutions using Date: Tue, 11 Nov 2003 13:12:24 -0800 Message-ID: <005501c3a898$817ffd50$8590a8c0@GHSDENGXP67T> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 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 -debug should expose the actual devenv.exe cmdline with multiple .sln Was not aware that devenv supports multiple .sln in one shot. Might have to break each .sln as separate call to apply. -----Original Message----- From: Kew, Whitney CLE 2645 [mailto:WKew@RainBird.com]=20 Sent: Tuesday, November 11, 2003 12:19 PM To: 'user@ant.apache.org' Subject: Trying to build multiple .NET solutions using Hi there, (Ant newbie here; I'm using Ant 1.5.4 on Win2K with MS .NET 2003.) This = seems straightforward, but I'm getting an unexpected result. I don't know if my problem is an Ant problem, an XML = problem, or a .NET problem. Regardless, I'm trying to build multiple .NET solutions that reside in the same = directory; I'm using and to do this. If I try it with one .NET solution, the task executes the .NET = compiler, and the .NET solution builds just fine. However, if I add another solution to my fileset, and use the -verbose = flag, I see that the task never makes any attempt to execute the .NET compiler. Here's the relevant code: Does anyone have any thoughts as to what I'm overlooking? Thanks very much in advance! Whitney Kew Software Engineer Rain Bird Corporation wkew@rainbird.com --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org