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

Re: [Nant-users] cl task error

2004-05-06 Thread Gert Driesen
- Original Message - From: "MATTHEW HAILSTONE" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 06, 2004 4:40 PM Subject: [Nant-users] cl task error > The output I get when running nant on this build file is: > > [cl] cl failed to start. > The system cannot find the file

[Nant-users] cl task error

2004-05-06 Thread MATTHEW HAILSTONE
I an definitely a newbie nant user. I hope this question is constructed intelligently. :) I am having some problems compiling a VCC project (.NET 1.1 framework). Here is some sample settings in the .build file: ... ...

[Nant-users] Vssget by label

2004-05-06 Thread Delaney, Chris
Title: Vssget by label I am having problems with vssget when I add the version attribute.  When I add the version attribute only the root project is coming down, not the sub-directories.  If I remove the attribute all the files get pulled. My targets are :         [Nant-users] ComInterop
Hello! I'm trying to build VS2003 cs project, which requires COM registration of the results, using task. Everything builds fine with one exception: assembly does not get registered correctly. Am I doing something wrong, or, COM registration is not yet supported by the task? Thank you in adva

Re: [Nant-users] Expressions and evaluating properties for null & Perforce

Brandon, You should grab a nightly build [1] of the nant-contrib library. It contains all the tasks you list below. If your updates to sync still apply to the current source could you please send the changes as a diff to [EMAIL PROTECTED] thanks Ian [1] http://nantcontrib.sourceforge.net/nightl

RE: [Nant-users] How to cause the build to fail ?

Gary... Yea... I knew I would need to have another property... it was the fail task that was the missing link! I'll try the < thing. Thanks! Bob -Original Message- From: Gary Feldman [mailto:[EMAIL PROTECTED] Sent: Thursday, May 06, 2004 6:28 PM To: Bob Archer; [EMAIL PROTECTED] Sub

Re: [Nant-users] How to cause the build to fail ?

- Original Message - From: "Bob Archer" <[EMAIL PROTECTED]> Sent: Thursday, May 06, 2004 5:36 PM ... > My script is looping through a txt file that is the report my database > build tool created. ... >This works ok... but, if while scanning the file, after I find and echo >the error messa

[Nant-users] How to cause the build to fail ?

Two questions?   My script is looping through a txt file that is the report my database build tool created.