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 w
If you just want to rename a single file, use .
Regards,
David Alves
-Original Message-
From: Satheesh [mailto:[EMAIL PROTECTED]
Sent: Friday, June 22, 2007 6:12 AM
To: Ant Users List
Subject: How to RENAME a file in ANT 1.6.2
I need to copy a file and rename it and store it in some oth
Hello Satheesh,
You should use a task with a nested - probably a
or a depending on how you want to rename the
file.
Check the documentation for the in the Core Types section of
the documentation.
Regards,
/t
>-Original Message-
>From: Satheesh [mailto:[EMAIL PROTECTED]
>Sent: Frid
Douglas McCarroll wrote:
List-Admin,
FYI: I keep a separate address for each list that I belong to, and got
the spam below at the address I use for this list. It's possible that
spammers are harvesting addresses from emails passing over the internet,
and there is thus nothing that you can do
I need to copy a file and rename it and store it in some other folder.
What tag should i use..
Is that or or //
Am not clear in it.
Satheesh . J
99450 31654
Lisle Technology Partners India Pvt Ltd
1134, 4th Floor, 100 Feet Road
HAL 2nd Stage, Indiranagar
Ban
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?