Re: task issue in ANT

2007-06-22 Thread David Weintraub
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

RE: How to RENAME a file in ANT 1.6.2

2007-06-22 Thread David Alves
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

RE: How to RENAME a file in ANT 1.6.2

2007-06-22 Thread RADEMAKERS Tanguy
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

Re: Spam from the list

2007-06-22 Thread Steve Loughran
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

How to RENAME a file in ANT 1.6.2

2007-06-22 Thread Satheesh
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

task issue in ANT

2007-06-22 Thread query
  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?