RE: FW: [Nant-users] regex replace

2005-07-29 Thread Steve Baker
ple, intuitive, supported way to do this in nant. -Original Message- From: Craig Ducharme [mailto:[EMAIL PROTECTED] Sent: Friday, July 29, 2005 12:03 PM To: Steve Baker; Gary Feldman; Nant-users@lists.sourceforge.net Subject: RE: FW: [Nant-users] regex replace Steve, You mig

RE: FW: [Nant-users] regex replace

2005-07-29 Thread Steve Baker
] regex replace Steve Baker wrote: >So I had never seen the replacestring filter before, that is cool... > >Any one know what happens if I use the copy task like this file="changeme.txt" tofile="changeme.txt" /> cause I really don't want >another file laying ar

FW: [Nant-users] regex replace

2005-07-29 Thread Steve Baker
lf Of Ashley Moran Sent: Friday, July 29, 2005 10:39 AM To: Steve Baker Cc: Nant-users@lists.sourceforge.net Subject: Re: [Nant-users] regex replace Steve Baker wrote: > I don't see any type of functionality in nant or nantcontrib to find and > replace a string value in a file. > > Th

RE: [Nant-users] regex replace

2005-07-29 Thread Steve Baker
Thanks paul. I already have this type of thing in a compiled form. Perhaps a script form will be less scary for clients?   steve   From: Paul Cowan [mailto:[EMAIL PROTECTED] Sent: Friday, July 29, 2005 10:43 AM To: Steve Baker; Nant-users@lists.sourceforge.net Subject: RE

[Nant-users] regex replace

2005-07-29 Thread Steve Baker
I don’t see any type of functionality in nant or nantcontrib to find and replace a string value in a file.   There is xmlpoke for xml files. How are people doing the same type of thing for non xml files?   I wrote a task for this myself a while back, but sometimes clients prefer to use

RE: [Nant-users] vb.net xml documentation

2005-07-25 Thread Steve Baker
Dan,   Thanks, sweetness!   I will take a look Monday in detail, but this looks great ;)   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dan Pupek Sent: Friday, July 22, 2005 3:24 PM To: Steve Baker; nant-users@lists.sourceforge.net Subject: RE: [Nant-users

[Nant-users] vb.net xml documentation

2005-07-22 Thread Steve Baker
Hi all,   I am trying to build xml documentation using the ndoc task. The catch is my current client uses vb.net.   So we use the VBXC add-in for vb.net to code up all the xml comments. A build in vs.net will then generate the xml file used for documentation. The problem is the solution

[Nant-users] nant.project.basedir replacement

2005-07-12 Thread Steve Baker
I see that nant.project.basedir is deprecated.   What is the best way to get at this information?   I need to pass a comma separated list of fully qualified paths to assemblies to Vil…   Thanks,   steve   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jim

RE: [Nant-users] mail authentication

2004-12-20 Thread Steve Baker
Last I checked Nants mail task didn’t support it, but it has been a while since I checked.  You can roll your own that does support it.    Here is how: http://www.codeproject.com/dotnet/SystemWeb_Mail_SMTP_AUTH.asp   Hope this helps,   Steve Baker Consultant Magenic Technologies

RE: [Nant-users] copy task

2004-11-29 Thread Steve Baker
Felice,   Thanks that worked.  Is this documented anywhere?   Steve Baker Consultant Magenic Technologies Nobody's more serious about Microsoft. At the end of the day, it's all just 1's and 0's.   From: Felice Vittoria [mailto:[EMAIL PROTECTED] Se

[Nant-users] copy task

2004-11-29 Thread Steve Baker
I have tried explicitly setting flatten to false. I have even specified includeemptydirs to true.  It still flattens no matter what.  All the sub directories include a “.” In the name (ie Test.Output).  Am I missing something?   Thanks,   Steve Baker Consultant Magenic Technologies Nobody's more serious about Microsoft. At the end of the day, it's all just 1's and 0's.  

Re: [Nant-users] execute nant file with c#

2004-05-28 Thread Steve . Baker
Try Cruise Control .NET, it is a little extra work to set up, but you will get what you want, and much more for your setup efforts. http://ccnet.thoughtworks.com steve baker "Virginie Helloco" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 05/28/2004 09:15 AM    

Fw: [Nant-users] Deployment automation

2004-05-20 Thread Steve . Baker
that your msi will install as a new product and you can have multiple sites up. Hope this helps, Steve Baker "Scott Hernandez" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 05/19/2004 07:56 PM                 To:        "Jason Chaffee" <[EMAIL PROTECTED]>,

Re: [Nant-users] run task on failure

2004-05-13 Thread Steve . Baker
Thanks Gert, that is exactly what I was looking for... :) "Gert Driesen" <[EMAIL PROTECTED]> 05/13/2004 01:59 PM                 To:        "Bob Archer" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>         cc:                 Subject:        Re: [Nant-users] run task on f

[Nant-users] run task on failure

2004-05-13 Thread Steve . Baker
i have a situation where i would like to run a task to put a system back in its initial state if another task fails. Something like this: check out file modify file > fails check in modifications label build undo checkout if failure the key is i don't want to run the checkin, label, and buil

[Nant-users] mailing list questions

2004-05-13 Thread Steve . Baker
please help a mailing list noobie :) is there a good way to search the archives for keywords before posting a new question? and how would i respond specifically to this post to help out: http://sourceforge.net/mailarchive/forum.php?thread_id=4168916&forum_id=9544 thanks in advance steve