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
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
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 :
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
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