Re: [Nant-users] Deployment automation

2004-05-19 Thread Scott Hernandez
Take a look at the archives for messages about remote MSI install, and NTFS acls stuff. I believe everything you need had been discussed before. Mail-archive.com has nant archives; the sf.net stuff kinda works, but not really. http://www.mail-archive.com/[EMAIL PROTECTED]/msg00633.html - Orig

Re: [Nant-users] task to test a target won't work

2004-05-19 Thread Ian MacLean
Hi Jeroen, try using : directory:exists() instead [1]. target::exists) is used to check whether a nant target of a given name exists in the currnt buildfile. Ian [1]http://nant.sourceforge.net/nightly/help/functions/directory.exists.html Jeroen Stiekema wrote: Hi, I have a problem with the usage

[Nant-users] Brian Knowles WMI project

2004-05-19 Thread Delaney, Chris
Title: Brian Knowles WMI project In a thread on the users' group Brian offered to send a zip of a project containing some WMI tasks - I was wondering if I could get that projects. thanks [EMAIL PROTECTED]  212-820-4929

[Nant-users] Deployment automation

2004-05-19 Thread Jason Chaffee
Hello all, feel free to disregard the newby here. I am looking for documentation or some reference help in getting nant to work for deploying a webapp to a particular server. I have created multiple targets (ex. prod, test, staging). I see that custom tasks can be built too. One problem I am hav

[Nant-users] task to test a target won't work

2004-05-19 Thread Jeroen Stiekema
Hi,   I have a problem with the usage of the task. I would like to test if a target exists. If the target exists, the target will be deleted.         The ‘bin’ property is set to build\bin. I’m 100% sure the target exists, but the test will return false, so the if task

Re: [Nant-users] nant task

2004-05-19 Thread Martin Gainty
Sure here is an example- NAnt.exe -logger:NAnt.Core.XmlLogger -logfile:buildlog.xml HTH, -M - Original Message - From: Bob Archer To: [EMAIL PROTECTED] Sent: Wednesday, May 19, 2004 5:55 PM Subject: [Nant-users] nant task If I use the nant task, with t

[Nant-users] nant task

2004-05-19 Thread Bob Archer
If I use the nant task, with the –logger setting for the top level task be passed to the next build file? Or, is there a property I need to set?   Bob  

[Nant-users] Error with Solution Task

2004-05-19 Thread Ceely, Aron D
I am getting an error while trying to build an ASP.Net web project, I have pasted parts of the logfile below.   [solution] Starting solution build.  [solution] Only C#, VB.NET and C++ projects are supported.  Skipping project 'CTIP_Data\CTIP_Data.dbp'.  [solution] Loading projects...  

Re: [Nant-users] Help with xmlpoke

2004-05-19 Thread Martin Gainty
>From what I know of the situation.. Its easier to write a quick and dirty utility which will iterate through all nodes of your System.XML.XMLDocument which meet the criteria via SelectNodes and returns back a System.Xml.XmlNodeList then effect your substitution with a foreach loop Here is an exam

RE: [Nant-users] Help with xmlpoke

2004-05-19 Thread James Hafer
Hi Martin and Gert, I think that Gert's suggestion will resolve the xsl namespace prefix issue (I'll post upon success), but there's going to be another problem. Given that there are multiple items such as this in the target XSL file: I need to be able to specify an xpath such a

RE: [Nant-users] Help with xmlpoke

2004-05-19 Thread Martin Gainty
James- What happened after you followed up with Gert Dreisen's inserted namespace??? Regards, -Martin From: "James Hafer" <[EMAIL PROTECTED]> To: "Martin Gainty" <[EMAIL PROTECTED]>,<[EMAIL PROTECTED]> Subject: RE: [Nant-users] Help with xmlpoke Date: Tue, 18 May 2004 20:31:11 -0600 MIME-Vers