[Nant-users] Does script task support calling customer component

2004-07-25 Thread Vince Chan
Does script task support calling customer component? I am trying to call a customer component from a script task and it generates the following error message: script exception: File or assembly name Interop.MyCom, or one of its dependencies, was not found. An interop has been created using tlbi

Re: [Nant-users] cvs head not building, again?

2004-07-25 Thread Gert Driesen
> - Original Message - > From: "Troy Laurin" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, July 26, 2004 4:25 AM > Subject: RE: [Nant-users] cvs head not building, again? > > > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Beha

Re: [Nant-users] Solution Task and VS.NEt Web Projects and CI

2004-07-25 Thread Gert Driesen
Brian, I committed a fix for this to cvs a few days ago, but I haven't yet uploaded a new nightly (I think). I'll do this later today. Gert - Original Message - From: "Bryan D. Andrews" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, July 26,

RE: [Nant-users] 0.85 release candidate by August 4th

2004-07-25 Thread Troy Laurin
> I've got some concerns about the NAntContrib being unzipped > right into the NAnt directory, it overwrites some of the help > files, and I've been too busy (lazy?) to notice what else. I'd like to reiterate my concern with this as the recommended installation method for nant-contrib... As a (e

RE: [Nant-users] cvs head not building, again?

2004-07-25 Thread Troy Laurin
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Gert Driesen > Sent: Friday, 23 July 2004 10:34 PM > To: John Cole; [EMAIL PROTECTED] > Subject: Re: [Nant-users] cvs head not building, again? > > You should use the one from VS.NET 2003, as I t

RE: [Nant-users] Solution Task and VS.NEt Web Projects and CI

2004-07-25 Thread Bryan D. Andrews
Any news on this? Thanks! -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Sunday, July 18, 2004 10:19 AM To: Bryan D. Andrews; [EMAIL PROTECTED] Subject: Re: [Nant-users] Solution Task and VS.NEt Web Projects and CI > - Original Message - > From: "Bryan D

RE: [Nant-users] Deplyment example?

2004-07-25 Thread Gifford, Noel
Kevin, Here's a really simple MSI that works with the current nightly build: This example takes a directory "SubDir" and packages it to be installed in a directory "SubDirInstall". You can see what the format of the element is, and that the directory name is referenced in the element directo

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

2004-07-25 Thread Thibaut Barrère
Hi Kevin, The warnings you get are not related to NAnt. You're building a mixed-mode assembly (including both native and clr code), are you aware of the specific issues you have to deal with? Here are some resources if you're not : PRB: Linker Warnings When You Build Managed Extensions for C++ D

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

2004-07-25 Thread Burton, Kevin
Still getting warnings with the below task. [link] Linking 16 files to 'D:\Projects\Visa\MR0804\Application Server Code\build\debug-2.1.13\LDAPInterface.dll'. [link] msvcrtd.lib(checkclr.obj) : warning LNK4210: .CRT sectio n exists; there may be unhandled stati

RE: [Nant-users] Deplyment example?

2004-07-25 Thread Burton, Kevin
James, Thank you for your response. I tried using the output from your converter in the target build and I get the below response. I tried to change the "directories" to "directory" but it still complains about the attribute 'file'. So I have: