RE: [Nant-users] MSI TASK and ComboBox Table problem :(

2004-06-01 Thread James Geurts
Hi Piotr, You found two bugs... thanks! First, if the table previously existed, table data was not being inserted. The second is regarding the Modify, Mode, Record error that you got. Orca tends to leave records in the _Validation table (when tables are dropped), and the NAnt msi code failed wh

Re: [Nant-users] MSI TASK and ComboBox Table problem :(

2004-06-01 Thread mail.laconiadatasystems.com
Piotr: You must install the DataSource in the ODBCDataSourceTablePlease reviewhttp://msdn.microsoft.com/library/default.asp?url="">Then later within nant script refer to the installed ODBCDataSourceTable in your constructed http://nantcontrib.sourceforge.net/nightly/help/tasks/msi.html (whic

[Nant-users] MSI TASK and ComboBox Table problem :(

2004-06-01 Thread Piotr Perko
Hello, I’m using nant085+nant conntrib0.85. I want to create a ComboBox with List of properties attached to it. Unfortunatelly when I want to create a table, it doesnt creates or is empty without rows :///   The code looks like this :                   

Re: [Nant-users] Can I run without formally installing NUnit?

2004-06-01 Thread Gert Driesen
Aaron, In recent nightly builds (http://nant.sourceforge.net/nighlty/builds), NAnt should use the nunit.framework assembly that is included in the NAnt distribution. Gert - Original Message - From: "Rustad, Aaron" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 01, 2004 1

[Nant-users] Can I run without formally installing NUnit?

2004-06-01 Thread Rustad, Aaron
The NUnit msi appears to install the nunit.framework.dll into the GAC, and it appears that by default NAnt uses the assemblies that are in the GAC to execute the tag. I would like my project not to depend on the GAC, is there a way to specify where the nunit.framework.dll resides for the tag? I