AW: [Nant-users] List of XML Node Subnodes

2005-10-10 Thread Frank Striegel
Auftrag von Martin Gainty Gesendet: Montag, 10. Oktober 2005 13:47 An: Frank Striegel; nant-users@lists.sourceforge.net Betreff: Re: [Nant-users] List of XML Node Subnodes   Frank Take a look at the use of this example Nane xmlpoke which references xmlpoke to parse Nant variables (in this case

[Nant-users] List of XML Node Subnodes

2005-10-10 Thread Frank Striegel
Hello,   is it possible to get a list of one node’s XML-Subnodes to iterate thru it?   Regards Frank

AW: [Nant-users] nUnit2 task: Remove from project

2005-08-23 Thread Frank Striegel
I’m using the NUnit2 task for more than a year without any problems.   Frank   -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Bart Read Gesendet: Montag, 22. August 2005 09:45 An: [EMAIL PROTECTED]; nant-users@lists.sourceforge.net Cc:

[Nant-users] exec output=" (Want to have a Property here)"

2005-06-30 Thread Frank Striegel
Hello All,   How can I get the write output to a property instead of file? if not possible, how can I remove the CRLF from a String-Property read in with ?   Here the facts:                         I want to get the actual revision number in a p

[Nant-users] Replace strings in an file

2005-01-28 Thread Frank Striegel
Hallo,   is there any possibility to replace some string expressions in a text-file. With task loadfile I just can replace some strings and read the file in a property. But I need some replaces in a file on the hd and not in memory.   Thanks Frank

[Nant-users] Nant and Enhancer

2005-01-11 Thread Frank Striegel
Hello,   I use persistent database objects. The tool I use to manage database-persistence uses an enhancer, that runs after the compiling process in VS. I don’t have any exe-File of this enhancer, so I can’t run it manually.   Is it possible to run the enhancer while a normal build wi

[Nant-users] Ndoc Documenter VS.NET 2003

2005-01-10 Thread Frank Striegel
Hallo,   how can I use the documenter VS.NET 2003 within the ndoc-Task?   Thanks