Looks like you need a task.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Burton, Kevin
Sent: Saturday, July 24, 2004 8:02 PM
To: [EMAIL PROTECTED]
Subject: [Nant-users] Managed C++ DLL?
I am trying the build a managed C++ library (DLL) and the object
Jim,
I'm taking a stab at adding support for automatic directory creation
within the LoadComponents method of InstallerCreationCommand.cs.
I added a keepsubdirs attribute to the MsiTask.xsd for the
element.
If I understand the MSI format correctly, I want to follow this outline:
for each comp
Hi Kevin,
Vdproj files are not currently supported by that task. I created a program
to convert vdproj files into an xml fragment to be used by the msi/msm tasks
in NAntContrib. It should get you started...
You can find the program at:
http://www.biasecurities.com/SoftwareBuilds/Installer.Tools
The tag very specifically status that only C#, J#, and C++ projects are
supported. The deployment projects that I have are skipped. I was wondering if anyone
had a solution or an example on how to build a deplyment project with nant? The result
would be Setup.exe, Setup.ini. and a .msi file
I am trying the build a managed C++ library (DLL) and the objects corresponding to the
.cpp files are created but there doesn't seem to be a link performed. The final .dll
is not built. The nant build that I am trying is included below.
Any ideas?
Kevin Burton
[EMAIL PROTECTED]
Sorry Noel, the only way to do so, right now, is to manually specify the
directories via the element and basically add a separate
component for each sub directory...
I've been thinking along those lines and it would definitely be nice to have
the task recursively add sub directories, etc...
Ji
Merrill,
I've committed a fix for this to cvs.
$ NAnt.exe -D:test
will now result in the following error :
NAnt 0.85 (Build 0.85.1666.0; net-1.1.win32; nightly; 24/07/2004)
Copyright (C) 2001-2004 Gerry Shaw
http://nant.sourceforge.net
Invalid value 'test' for command-line argument '-D'.
E