Re: [Nant-users] Help with xmlpoke

2004-05-20 Thread Martin Gainty
James: Glad to hear you found a solution- Martin - Original Message - From: "James Hafer" <[EMAIL PROTECTED]> To: "Martin Gainty" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, May 20, 2004 3:53 PM Subject: RE: [Nant-users] Help with xmlpoke In case anybody cares, I took a shor

Re: [Nant-users] property names

2004-05-20 Thread Martin Gainty
Bob-If the creators are following the lead of Big Brother Apache ANT then Yes NANT Properties are Case SensitiveAll the Best-Martin - Original Message - From: Bob Archer To: [EMAIL PROTECTED] Sent: Thursday, May 20, 2004 2:16 PM Subject: [Nant-users] property n

RE: [Nant-users] Help with xmlpoke

2004-05-20 Thread James Hafer
In case anybody cares, I took a shortcut. I'm reminded of the scene in Indiana Jones where, facing a raging savage, Indy looks at the bullwhip he's holding in one hand, looks back at the assailant, then simply pulls his revolver with the other hand and shoots the guy. I've essentially done the s

[Nant-users] property names

2004-05-20 Thread Bob Archer
Are property names case sensitive? I didn’t see anything that specified this info in the doc?   Thanks, Bob  

Re: Fw: [Nant-users] Deployment automation

2004-05-20 Thread James Geurts
Hi guys... I figure that I might as well chime in here, too... A while ago, I posted a sample for modifying directory permissions using a custom action (using cacls.exe) in an msi task. The sample is for the msi task in NAntContrib and can be viewed here: http://nant.sourceforge.net/wiki/index.ph

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

2004-05-20 Thread Noel Gifford
Jeroen,   Change this   to       The following script shows how to use the target function:                                                            Noel   -Original Message- From: [EMAIL PROTECTED] [ma

Fw: [Nant-users] Deployment automation

2004-05-20 Thread Steve . Baker
If you build a windows installer package, file permissions can be specified for your install.  I am not aware of a way to do this directly in VS.NET setup projects, as far as I know you have to use Orca and add the records manually to the LockPermissions table.  There is also an msi task in NAntCo

Re: [Nant-users] nant task

2004-05-20 Thread Martin Gainty
More like you misunderstood my answer when calling nant if you set inheritall to true current property values should be inherited by the executed project but there is another way of passing in a property to nant            Understand? - Origin

RE: [Nant-users] nant task

2004-05-20 Thread Bob Archer
OK…   I guess you misunderstood my question… let me try again…   I have two build files…   Evolution.build which builds my app and puts it onto our dev staging server   Qa.build which copies the build to the QA server and updates the QA database to the new version   The daily bui

Re: [Nant-users] CSharp Compiler for 1.0 framework not found

2004-05-20 Thread Martin Gainty
Take a look at specifying .NET Framework at runtime via http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetdep/ht ml/sidexsidenet.asp specifically the specification in your application config file and As far as IIS goes IIS Administrative Console by selecting the sp

Re: [Nant-users] CSharp Compiler for 1.0 framework not found

2004-05-20 Thread Gert Driesen
- Original Message - From: "erin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 20, 2004 7:47 AM Subject: [Nant-users] CSharp Compiler for 1.0 framework not found > Hi > > I am using .84 release - for which the notes say it runs on .Net 1.1 > (although it lists the 1.0

[Nant-users] CSharp Compiler for 1.0 framework not found

2004-05-20 Thread erin
Hi I am using .84 release - for which the notes say it runs on .Net 1.1 (although it lists the 1.0 framework by default). However when I run it it looks for the CSharp compiler in the 1.0 directory ( C:\Windows\Microsoft.Net\Framework\v1.0.3705\csc.exe). So I am running 1.1 it isn't there. Wha

RE: [Nant-users] CSharp Compiler for 1.0 framework not found

2004-05-20 Thread Jonni Faiga
Erin, Update your NAnt.exe.config file to: Jonni