[NAnt-users] Dynamic .build files

2006-05-11 Thread Kevin Kirkpatrick
Title: Unhandled Exception: during exec task Can anyone share with me how you’ve dynamically created nant.build files on the fly?  

RE: [NAnt-users] MSI: KeyFile not found in Component

2006-03-30 Thread Kevin Kirkpatrick
:13 PM To: Kevin Kirkpatrick; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] MSI: KeyFile not found in Component   Hi, Kevin   Does know where to find the dll?  You have a folder specified on the component, and one on the fileset.  Is the value in {build.bin.dir} = C

[NAnt-users] MSI: KeyFile not found in Component

2006-03-30 Thread Kevin Kirkpatrick
I have been struggling with all day long. I’ve looked through the mail archives and couldn’t find a clear answer. Can anyone please tell me why this is failing?  Thanks in advance.   - makeMSI:    

[NAnt-users] NANT MSI

2006-03-15 Thread Kevin Kirkpatrick
Hey Folks, I’m looking at implementing the Nant\Contrib MSI task in our build packaging process.  I was going through the online doc/help for MSI to create a simple package and it’s not very clear on the structure implementation.  This simple structure gets errors.      

[Nant-users] Nunit2 Task

2005-10-19 Thread Kevin Kirkpatrick
I have a simple question. I am getting this error using NAnt 0.85 (Build 0.85.1932.0; rc3; 4/16/2005) along with Nunit 2.2.0.0. In the Nant documentation it says to add assembly binding to a test config file. But I am building against the 2.2.0.0 nunit.framework.dll. Can anyone please provide

[Nant-users] How do I reference a COM object in

2005-09-28 Thread Kevin Kirkpatrick
I've inherited a vb6 project that has been converted to vb.net. How do I make a COM reference to the ADORecordSet using the task? Any help is greatly appreciated. Thanks, kkirkpatrick In the inherited project file:

RE: [Nant-users] Solution task and VSSGET

2005-09-16 Thread Kevin Kirkpatrick
Also, you might want to consider using the csc task to have more flexibility in what you’re building.   -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Evans, Jonathan (2) Sent: Friday, September 16, 2005 9:05 AM To: 'Baker, Steve'; Hogg, Russell

[Nant-users] Can the If condition read property value?

2005-08-31 Thread Kevin Kirkpatrick
I’m trying to use the nant if condition to act on the value of a property.      value="d:\Microsoft\EnterpriseLibrary"/>     value="d:\builddir"/>     value="ISOAUTOMATION"/>     value="MSENT"/>   …   value="${MSEnterpriseLibrary}" />   Is this allowed? Or are t

[Nant-users] Can the If condition read property value?

2005-08-31 Thread Kevin Kirkpatrick
I’m trying to use the nant if condition to act on the value of a property.      value="d:\Microsoft\EnterpriseLibrary"/>     value="d:\builddir"/>     value="MSENT"/>     value="${MSEnterpriseLibrary}" />   Is this allowed? Or are there other methods to do that?   Thank

RE: [Nant-users] Configuration Management Support

2005-06-29 Thread Kevin Kirkpatrick
Title: Configuration Management Support Does anyone know if ClearCase tasks are supported in NantContrib?    -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Felice Vittoria Sent: Wednesday, June 29, 2005 9:00 AM To: Wilson, Glenn; nant-users@list

RE: [Nant-users] environment::get-variable usage

2005-06-06 Thread Kevin Kirkpatrick
nt.Core.Project.Run() in d:\nant\src\NAnt.Core\Project.cs:line 895   Please send bug report to [EMAIL PROTECTED]   Total time: 1.1 seconds.     D:\XPM\3.0\src\>   -Original Message- From: Bill Martin [mailto:[EMAIL PROTECTED] Sent: Monday, June 06, 2005 2:08 PM To:

[Nant-users] environment::get-variable usage

2005-06-06 Thread Kevin Kirkpatrick
I have a really stupid question.  Is the correct usage for this function, environment::get-variable?       value="${environment::get-variable(BUILD)}"/>           Thanks.

[Nant-users] Help with XMLPoke

2005-02-03 Thread Kevin Kirkpatrick
Has anyone successfully xmlpoked the value of xsi:noNamespaceSchemaLocation?   Here is my definition. xml version="1.0" encoding="utf-8" ?> - …. Commands>   Result from XMLPoke

[Nant-users] Help with XMLPoke

2005-01-31 Thread Kevin Kirkpatrick
I’m trying to poke this Xpath query and I’m getting an error saying: prefix ‘xsi’ not defined. Has anyone had trouble with this?   //*[namespace::*]/@xsi:noNamespaceSchemaLocation   - BUILD FAILED   D:\PolicyServices\BuildFiles\PolicyServices.build(412,4): Failed to