Re: [Nant-users] Problem using NAnt 0.8.4

2004-10-26 Thread Gert Driesen
Rajeev, NAnt 0.85 can run on the following runtime: - NET Framework 1.0 (net-1.0) - NET Framework 1.1 (net-1.1) - NET Framework 2.0 Beta 1 (net-2.0) - Mono (mono-1.0) and can target all these, and the following additional frameworks: - .NET Compact Framework 1.0 ((netcf-1.0) - SSCLI 1.0 (sscli-

Re: [Nant-users] Want to subscribe in users group

2004-10-26 Thread Gert Driesen
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 27, 2004 6:37 AM Subject: [Nant-users] Want to subscribe in users group > > Hi, > > I want to subscribe for nant users group. > plz. reply back and what should i do. You can subscribe here:

Re: [Nant-users] Problem using MailLogger

2004-10-26 Thread Gert Driesen
Hi Manish, I can't really see anything wrong in the information you provided. Can you try using the attached build file ? Note: the MailLogger was intended to be used a logger, as it will also output the logging to the console. If you specifiy it as a listener, then all build output will be writ

[Nant-users] Want to subscribe in users group

2004-10-26 Thread mitul . darji
Hi, I want to subscribe for nant users group. plz. reply back and what should i do. Tx & Regards.. Mitul Ramanbhai Darji Tata Consultancy Services Limited Mailto: [EMAIL PROTECTED] Website: http://www.tcs.com DISCLAIMER: The information contained in this message is intended only and solely for

Re: [Nant-users] Trying to add a node using xmlpoke

2004-10-26 Thread Gert Driesen
Naz, Support for namespaces has indeed been added post 0.84. You can always create a task (or something like that) and contribute it to NAnt(Contrib). Gert - Original Message - From: "Naz Quadri" <[EMAIL PROTECTED]> To: "Naz Quadri" <[EMAIL PROTECTED]> Cc: "Curtis Zarger" <[EMAIL PROT

[Nant-users] Problem using MailLogger

2004-10-26 Thread Manish Jain
Hi All, Might be some silly mistake but cannot catch it, Thanks for help - Manish I've placed following properties at the beginning of script I'm using following command: nant -buildfile:wmc.build -listener:NAnt.Cor

Re: [Nant-users] Trying to add a node using xmlpoke

2004-10-26 Thread Naz Quadri
Looking at the release notes it seems that namespaces have been added to the nightly build for xmlpoke, so I assume that this is not possible in 0.84. Could anyone confirm or deny this ? Are there any workarounds ? Failing all else I shall simply write a

[UPDATE] RE: [Nant-users] how to get env var info using 0.84

2004-10-26 Thread Felice Vittoria
Actually, I figured this out 15 minutes after I sent this. What I would like to know is how can I do something like this: Felice -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Felice Vittoria Sent: Tuesday, October 26, 2004 1:04 PM To: Nant-Users (E-m

[Nant-users] Recall: how to get env var info using 0.84

2004-10-26 Thread Felice Vittoria
Felice Vittoria would like to recall the message, "how to get env var info using 0.84". --- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on

[Nant-users] how to get env var info using 0.84

2004-10-26 Thread Felice Vittoria
Hello folks, I know how to get env var info using 0.85, however, I don't know how to do it with 0.84. Reason why I need this is because this is the version of NAnt that we are using "in production" due to it's in the released state. Thanks, Felice

Re: [Nant-users] Trying to add a node using xmlpoke

2004-10-26 Thread Naz Quadri
I've just realised that the file I'll be using needs namespaces so the below becomes :- and I need :- Some text Doesn't quite seem to work for me. Any suggestions ? Thanks Naz (Note again I am using 0.84 and am not able to use the nightly builds, thanks) Curtis Zarger

[Nant-users] task problem

2004-10-26 Thread John Ludlow
Hi.  I have started to use the task as part of my build process.  I am currently using the MSDN documenter.  However, there is a problem with the Namespace Hierarchy pages.  When you click the Namespace Hierarchy link at the top of the page, you are given a page with a list of namespaces i

Re: [Nant-users] Trying to add a node using xmlpoke

2004-10-26 Thread Naz Quadri
Worked a treat, thanks very much Naz Curtis Zarger wrote: Naz, Have you tried to remove the '<' and '>' characters, replacing them with < and >? Curt Zarger -Original Message- From: Naz Quadri [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 26, 2004 8:31 AM To: [EMAIL PROTECTE

RE: [Nant-users] Trying to add a node using xmlpoke

2004-10-26 Thread Curtis Zarger
Naz, Have you tried to remove the '<' and '>' characters, replacing them with < and >? Curt Zarger -Original Message- From: Naz Quadri [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 26, 2004 8:31 AM To: [EMAIL PROTECTED] Subject: [Nant-users] Trying to add a node using x

[Nant-users] Trying to add a node using xmlpoke

2004-10-26 Thread Naz Quadri
Hi guys, I have an xml file sim to :- I want to add as follows :- Some text Looking at the docs for xmlpoke (note I'm using 0.84 and am not able to upgrade to nightly builds) The location specified by the XPath expression must exist, it will not create the parent elem