task issue in ANT
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.
Re: Spam from the list
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 about this, but if you hear from other that they got the same spam then that would suggest that there may be a problem within you sphere of influence... :) Douglas The problem is there's no way to stop a widely-read list from having its email harvested. I dont think the main apache.org archive site exposes email addresses, but there's not much that can be doen about other sites publishing the archives (they do), and not much that can be done about spamming, or here, some form of 419 scam. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
How to RENAME a file in ANT 1.6.2
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 Bangalore 560 038, India Telefax. +91-80-2521 0604/05
RE: How to RENAME a file in ANT 1.6.2
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: Friday, June 22, 2007 3:12 PM >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 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 >Bangalore 560 038, India >Telefax. +91-80-2521 0604/05 > > - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
RE: How to RENAME a file in ANT 1.6.2
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 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 Bangalore 560 038, India Telefax. +91-80-2521 0604/05 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: task issue in ANT
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 -, query <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]