Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 97500 invoked from network); 22 Jun 2007 22:25:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Jun 2007 22:25:03 -0000 Received: (qmail 18412 invoked by uid 500); 22 Jun 2007 22:25:01 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 18367 invoked by uid 500); 22 Jun 2007 22:25:01 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 18356 invoked by uid 99); 22 Jun 2007 22:25:01 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jun 2007 15:25:01 -0700 X-ASF-Spam-Status: No, hits=0.3 required=10.0 tests=MAILTO_TO_SPAM_ADDR,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of qazwart@gmail.com designates 64.233.182.189 as permitted sender) Received: from [64.233.182.189] (HELO nf-out-0910.google.com) (64.233.182.189) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jun 2007 15:24:57 -0700 Received: by nf-out-0910.google.com with SMTP id d21so28888nfb for ; Fri, 22 Jun 2007 15:24:35 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Bhpp7w/9EDNuaRV+wemK4gKb1SMT00okwAcaLSKduJQtUO7QyYzL7OmndvBHjrCtVRl29IqKObsblNL0JpUTQQJuQ70rwrA2weT9ccX3ja55hHaKoF6QmbVOixxyeId640pUrzdV4NlFP8StpqNb4D8rbIhRCFcXpyb0jbY1TGE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=DA1jQkPdPRxzOVJxtxT3pV7dCtUHzlg4p7Ur4dHRXAhnzfAl56vSVLPVdN5U3Fxzue2o92YYCHkYAiJLb/j2mBiRgZhofgV7Q/EAx1Eqx7t9VOGPyY6Nax516YfHA5SBiIj65UdJQN5EbNvxIyZ3KkZX3NHxgTTCr8UMsPuU+MU= Received: by 10.82.136.4 with SMTP id j4mr7321031bud.1182551075775; Fri, 22 Jun 2007 15:24:35 -0700 (PDT) Received: by 10.82.166.16 with HTTP; Fri, 22 Jun 2007 15:24:35 -0700 (PDT) Message-ID: Date: Fri, 22 Jun 2007 18:24:35 -0400 From: "David Weintraub" To: "Ant Users List" , query Subject: Re: task issue in ANT In-Reply-To: <20070622114518.3757.qmail@webmail53.rediffmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070622114518.3757.qmail@webmail53.rediffmail.com> X-Virus-Checked: Checked by ClamAV on apache.org If you're using Microsoft's .NET framework, you might want to look at Nant and not Ant. Nant is the .Net equivalent of Ant. Nant has a task which uses the Microsoft Message compiler and a task for compiling VSC++ code. Take a look at: http://nant.sourceforge.net/ and see if this does what you want. On 22 Jun 2007 11:45:18 -0000, query wrote: > > Hi, > > task in ANT is having an attribute with values "msvc" and "msrc" for microsoft Visual C++ and microsoft resource compilers respectively. > > Is there any task or attribute for microsoft message compiler? > > Similarly, is there any task for IDLToCLSCompiler.exe ued in microsoft.NET framework? > > I want to know as soon as possible. -- -- David Weintraub qazwart@gmail.com --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org