RE: [Nant-users] Managed C++ DLL?

2004-07-24 Thread Craig Eddy
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

RE: [Nant-users] Question with MSI task

2004-07-24 Thread Gifford, Noel
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

RE: [Nant-users] Deplyment example?

2004-07-24 Thread James Geurts
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

[Nant-users] Deplyment example?

2004-07-24 Thread Burton, Kevin
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

[Nant-users] Managed C++ DLL?

2004-07-24 Thread Burton, Kevin
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]

RE: [Nant-users] Question with MSI task

2004-07-24 Thread James Geurts
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

Re: [Nant-users] -D:param Missing a value

2004-07-24 Thread Gert Driesen
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