RE: [Nant-users] XMLPOKE Xpath assitance

2005-09-16 Thread Oberhofer, Klaus
You are using namespaces so I think you have to declare them to the xmlpoke task. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Richard > Griffiths > Sent: Friday, September 16, 2005 12:09 PM > To: nant-users@lists.sourceforge.net > Subject: Re: [Na

[Nant-users] Recursively copy directory structure

2005-07-08 Thread Oberhofer, Klaus
Hi, I use NAnt 0.85 (Build 0.85.2013.0; nightly; 06.07.2005) and I have tried to use the foreach task to recursively copy the directory structure of a source directory to a destination directory and do some transformation on the contained files:

RE: [Nant-users]

2004-06-22 Thread Oberhofer, Klaus
Hello John, I have already done an automatic docbook transformation with NAnt. To achive this I use the exec task to invoke instant saxon (or in your case XSLTproc). The "BuildMapFile" target takes *.hm files created by the makehm utility and appends the filenames to the generated HTMLHelp proj

[Nant-users] cl task and PDB output

2004-04-16 Thread Oberhofer, Klaus
Hello, I created a little lib in Unmanaged C++ and wanted to automate the build step via NAnt. For this I wrote a little build script: For my lib I w