ginal Message -
From: "Ian MacLean" <[EMAIL PROTECTED]>
To: "Gert Driesen" <[EMAIL PROTECTED]>
Cc: "ALEX SUDAKOV" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Saturday, May 08, 2004 8:42 AM
Subject: Re: [Nant-users] ComInterop
> Gert Drie
t;
To: "ALEX SUDAKOV" <[EMAIL PROTECTED]>
Cc: "Gert Driesen" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Saturday, May 08, 2004 7:51 AM
Subject: Re: [Nant-users] ComInterop
Thats right Alex,
You can find examples of calling tasks from other tasks in :
nan
nt.Win32
assembly is not available)
What do you think ?
Gert
- Original Message -
From: "Ian MacLean" <[EMAIL PROTECTED]>
To: "ALEX SUDAKOV" <[EMAIL PROTECTED]>
Cc: "Gert Driesen" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Saturday,
Thats right Alex,
You can find examples of calling tasks from other tasks in :
nant\src\NAnt.VSNet\Resource.cs and
nant\src\NAnt.VSNet\VcProject.cs
Ian
ALEX SUDAKOV wrote:
Ian, Gert,
thank you for the reply.
Calling regasm "manually" would undermine
"interoperability" with VS, what is a very ni
Ian, Gert,
thank you for the reply.
Calling regasm "manually" would undermine
"interoperability" with VS, what is a very nice and
convenient thing to have.
I can try to add this feature, though. The idea should
be to recognize "RegisterforCOMInterop" setting in the
VS solution file and call REGAS
In the meantime you can use the regasm task [1] to manually register
assemblies for use from COM.
Ian
[1] http://nantcontrib.sourceforge.net/nightly/help/tasks/regasm.html
Gert Driesen wrote:
Alex,
This is not supported right now. Please file a bug report and attach a
repro for this.
Thanks,
G
Alex,
This is not supported right now. Please file a bug report and attach a
repro for this.
Thanks,
Gert
- Original Message -
From: "ALEX SUDAKOV" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 07, 2004 5:43 AM
Subject: [Nant-users] ComInterop
> Hello!
>
> I'm trying