Re: [Nant-users] ComInterop

2004-05-08 Thread Gert Driesen
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

Re: [Nant-users] ComInterop

2004-05-07 Thread Ian MacLean
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

Re: [Nant-users] ComInterop

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

Re: [Nant-users] ComInterop

2004-05-07 Thread Ian MacLean
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

Re: [Nant-users] ComInterop

2004-05-07 Thread ALEX SUDAKOV
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

Re: [Nant-users] ComInterop

2004-05-06 Thread Ian MacLean
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

Re: [Nant-users] ComInterop

2004-05-06 Thread Gert Driesen
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