RE: [Nant-users] Mass XML Updates

2005-09-23 Thread Flanakin Michael C Ctr HQ OSSG/OMR
Primarily two reasons: I plan on adding in prepend and append capabilities and I want to be able to specify a root directory for every task w/o using Nant properties which may make things harder to understand for others. The people that will be updating this don't know anything about Nant and I jus

RE: [Nant-users] Delim value for End of Line

2005-09-23 Thread Tony_Bjerstedt
try               see the documentation, but it will save need to supply a delimiter. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert SmithSent: Friday, September 23, 2005 1:53 PMTo: nant-users@lists.sourceforge.netSubject: [Nant-users] Delim value for End o

[Nant-users] Delim value for End of Line

2005-09-23 Thread Robert Smith
What would I use for the value in the foreach delim when I want the full line until the CRLF of the file I just read in via loadfile?   file="AssemblyInfo.cs " property="Assembly.Info.File" />            Thanks,   ~Robert

Re: [Nant-users] Mass XML Updates

2005-09-23 Thread Gary Feldman
Flanakin Michael C Ctr HQ OSSG/OMR wrote: Basically, I want to create an XML file which describes all of the changes that need to take place. For instance, consider the following XML: If you just change the word "update" to "xmlpoke", you'll have a valid NAnt task. Why isn't that go

RE: [Nant-users] Mass XML Updates

2005-09-23 Thread Flanakin Michael C Ctr HQ OSSG/OMR
Basically, I want to create an XML file which describes all of the changes that need to take place. For instance, consider the following XML: I think this is pretty straight-forward. I want to update a bunch of XML files using an xpath query. I was hoping someone might have had to do som

Re: [Nant-users] Mass XML Updates

2005-09-23 Thread Gary Feldman
Flanakin Michael C Ctr HQ OSSG/OMR wrote: Yeah, I know how to code it. I was just wondering if anyone has already attacked the problem so I wouldn't have to. The best programmer is a lazy programmer! :-) ...ok, maybe not; but I can try. What exactly is the problem? I know you don't expect to

Re: [Nant-users] how do I iterate through directories doing an action on certain named files

2005-09-23 Thread Andy Lindeman
Hi Thibaut- Thanks for your help. I replaced my exec line w/ the echo- and it works! Apparently I have a problem with my exec line. So close... I'm only in my 4th hour of NAnt usage- and I'm finding this tool to be fabulous. Thanks- I'm sure I'll be able to determine what's wrong w/ my e

RE: [Nant-users] Mass XML Updates

2005-09-23 Thread Martin Gainty
Lay - z? I'm sorry but I am Not familiar with that Technology! *It Must be classified* Good Luck, Martin Gainty (mobile) 617-852-7822 (http)www.laconiadatasystems.com Yeah, I know how to code it. I was just wondering if anyone has already attacked the problem so I wouldn't have to. The best

RE: [Nant-users] Mass XML Updates

2005-09-23 Thread Flanakin Michael C Ctr HQ OSSG/OMR
Yeah, I know how to code it. I was just wondering if anyone has already attacked the problem so I wouldn't have to. The best programmer is a lazy programmer! :-) ...ok, maybe not; but I can try. -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Friday, September 23, 2

Re: [Nant-users] how do I iterate through directories doing an action on certain named files

2005-09-23 Thread Thibaut Barrère
Hi andy I don't see any mistake so far (but it's friday afternoon:) on the iteration point. Could you try adding a inside the for loop, before the exec (so we can see if at least the iterating syntax is really good ?). cheers Thibaut 2005/9/23, Andy Lindeman <[EMAIL PROTECTED]>: Hello-I'm wan

[Nant-users] how do I iterate through directories doing an action on certain named files

2005-09-23 Thread Andy Lindeman
Hello- I'm wanting to iterate through all the subdirectories of my base directory and perform an action on any file named AssemplyInfo.cs. I haven't been able to get the correct syntax as of yet- hoping someone can point out what I have wrong.

RE: [Nant-users] Mass XML Updates

2005-09-23 Thread Martin Gainty
Good Morning Michael I would look at XMLDOcument and XMLTextReader facilities available with .NET classes at http://support.microsoft.com/default.aspx?scid=kb;en-us;317662 HTH, Martin Gainty (mobile) 617-852-7822 I have a number of XML files which need to be updated for my applicatio

[Nant-users] Mass XML Updates

2005-09-23 Thread Flanakin Michael C Ctr HQ OSSG/OMR
I have a number of XML files which need to be updated for my application. As more and more features need to be customized, I need to update more and more XML files and properties. Obviously, I can manage a build script to do all of these, but I'd honestly prefer not to do it that way. Has an

RE: [Nant-users] Free version of Nant Pad?

2005-09-23 Thread Rainey, Mark (Cleveland)
For VS2005 I had to place it in C:\Program Files\Microsoft Visual Studio 8\Xml\Schemas   -Mark From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]Sent: Thursday, September 22, 2005 10:48 AMTo: nant-users@lists.sourceforge.netSubject: Re: [Nant-users] Free vers

[Nant-users] Newbie

2005-09-23 Thread Ales Vojacek
Hi all, I have some question about NAnt. 1. We are now developing under MS Visual studio. We have one solution and in this solution is about 20 projects. Which use of NAnt is better? Use one NAnt file for whole solution or is it possible to have one per project and than a few for solution which

[Nant-users] passing filesets to child scripts

2005-09-23 Thread Hristo Deshev|telerik
Hi guys, I am trying to create a generic script that compiles a .NET assembly.  I would like to reuse that for most of our products, they are really similar, and I would just like to change the name of the output file and some preprocessor symbols. I will need to vary the , , or filesets

Re: [Nant-users] Free version of Nant Pad?

2005-09-23 Thread Bill_Martin
You will also get an intellisense dropdown when you type xmlns= in the tag of the file. Thibaut Barrère <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 22/09/2005 17:03 Please respond to Thibaut Barrère                 To:        "Wilson, Glenn" <[EMAIL PROTECTED]>         cc:        nan