[Nant-users] CSC references and CopyLocal

2005-08-02 Thread Trevor.Moody
If I want to copy a referenced assemble to my output directory, do I need to manually copy it or is there some way to simulate copyLocal? Thanks For more information about Barclays Capital, please visit our web site at ht

RE: [Nant-users] regex replace

2005-08-02 Thread Evan Levy
I needed this functionality all over the place, so I wrote a function to handle it. It replaces anything that matches strRegex in strInput with strReplace. I read the file in with loadfile, do the regex-replaces, then write the file out with echo.

[Nant-users] Non .Net automated Build Tools

Title: Non .Net automated Build Tools We are currently looking at tools to perform automated build with. We currently use C++ and Visual Basic, however they are pre - .Net versions. Can you tell me if NAnt supports pre .Net versions of C++ or VB? I always see references to the CLR and .Net ver

[Nant-users] Nant Build Error while writing resources

Dear list, I've encountered 2 errors while building smart client project. This is not what I'd never seen before I added .resx files and Infragistics license file. Do you know how to resolve these errors? Errors are as follows: 1. C:\???\???\???\???\???\???\???\???\???.build(40,4): Failed to

RE: [Nant-users] Nant Build Error while writing resources

I'm running it on Nant-0.84 and .NET Framework v.1.1.4322. Thanks. Best regards, Nam, Seungho From: "Gert Driesen" <[EMAIL PROTECTED]> To: "'Nam Seungho'" <[EMAIL PROTECTED]> Subject: RE: [Nant-users] Nant Build Error while writing resources Date: Wed, 3 Aug 2005 06:32:32 +0200 Hi Nam, What v

RE: [Nant-users] Nant Build Error while writing resources

> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Nam Seungho > Sent: woensdag 3 augustus 2005 6:46 > To: [EMAIL PROTECTED] > Cc: Nant-users@lists.sourceforge.net > Subject: RE: [Nant-users] Nant Build Error while writing resources > > I'm runni

Re: [Nant-users] Non .Net automated Build Tools

Trask, Hal wrote: We are currently looking at tools to perform automated build with. We currently use C++ and Visual Basic, however they are pre - .Net versions. Can you tell me if NAnt supports pre .Net versions of C++ or VB? I always see references to the CLR and .Net versions 1.0 and later..

RE: [Nant-users] Nant Build Error while writing resources

Thank you for your response. I think the problem is resolved seeing the result until now... I feel like that nant0.85 is faster than the previous one. Thank you very much again. Have a nice day. Best Regards, Nam, Seungho From: "Gert Driesen" <[EMAIL PROTECTED]> To: "'Nam Seungho'" <[EMAIL PR