You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by query <se...@rediffmail.com> on 2007/06/22 13:45:18 UTC

task issue in ANT

  
Hi,

<cc> 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.

Re: task issue in ANT

Posted by David Weintraub <qa...@gmail.com>.
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 <mc>
task which uses the Microsoft Message compiler and a <cl> 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 <se...@rediffmail.com> wrote:
>
> Hi,
>
> <cc> 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