Re: [Nant-users] ComInterop

2004-05-07 Thread Ian MacLean
Gert Driesen wrote: We would have to move NAntContrib's task to NAnt for this purpose ... This was part of our "release plan" anyway (http://nant.sourceforge.net/releaseplan.html) The question is : - do we add the task to NAnt.Win32 and reference this assembly from NAnt.VSNet ? Thats seems li

Re: [Nant-users] ComInterop

2004-05-07 Thread Gert Driesen
We would have to move NAntContrib's task to NAnt for this purpose ... This was part of our "release plan" anyway (http://nant.sourceforge.net/releaseplan.html) The question is : - do we add the task to NAnt.Win32 and reference this assembly from NAnt.VSNet ? This would cause the task to be win

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] Emailing build results

2004-05-07 Thread Bob Archer
From the listeners.html help page:   MailLogger The MailLogger captures all output logged through DefaultLogger (standard NAnt output) and will send success and failure messages to unique e-mail lists, with control for turning off success or failure messages individually. Properties co

[Nant-users] Task does not work with all VB projects

2004-05-07 Thread FRANCIS, Paul
Title: Task does not work with all VB projects I've had a problem compiling some VB.Net projects. I debugged the source code and found it was because the VBC is being passed an invalid command line "/define:Win32 = True".See the following protion of my vbproj:         Na

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] RE: problem with ASIS attribute on source file list in CSC task

2004-05-07 Thread Hearn, Bruce
Gert, I added some responses below. Regards, Bruce > Hi Gert, > > Attached you'll find a simple reproduction of the issue I described with > the ASIS attribute. I added a few comments in the file to point out > what's going on. > > To reproduce, drop the 2 attached files into a new directory

RE: [Nant-users] RE: problem with ASIS attribute on source file list in CSC task

2004-05-07 Thread Hearn, Bruce
Scott, I think you nailed it. The addition of a "failonmissing" attribute would be quite helpful. If you try to build using the VS.NET IDE, the build will fail if a file is missing. In an automated build process I want to be able to implement the same behavior. This allows the build to be m

[Nant-users] Working Directory being ignored in VSSGet

2004-05-07 Thread Moore, Antony J
Hi all I am trying to get a project tree from VSS but preserve the working directories of the subprojects which don't reflect the VSS project hierarchy. When VSSGet runs (using recursive) it simply copies the projects as a tree structure, ignoring the working directory settings . I am using:

Re: [Nant-users] Emailing build results

2004-05-07 Thread Martin Gainty
/*Start off with the compile task creating a file if the target is ok..*/ /*set the availability of the file*/ /*then on the Backend use one of these conditions*/ Hth, -Martin - Original Message - From:

Re: [Nant-users] Emailing build results

2004-05-07 Thread Gert Driesen
- Original Message - From: "Block, Jeffrey A. (Jeff)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 07, 2004 3:55 PM Subject: RE: [Nant-users] Emailing build results > Yes, I have already reviewed that page, but my confusion is that I don't > know _how_ to set the various

RE: [Nant-users] Emailing build results

2004-05-07 Thread Block, Jeffrey A. (Jeff)
Yes, I have already reviewed that page, but my confusion is that I don't know _how_ to set the various properties. Martin pointed me towards the "mail" task, but it does not seem to have the properties of the MailLogger, e.g. MailLogger.success.notify. I want to make this false, instead of the de

[Nant-users] Re: Vssget by label

2004-05-07 Thread ksagon
Chris, I ran into this problem as well and as Nicolas pointed out there is a fix available. However, you have to call MS to get it. Here is a link to the KB article that details the problem. http://support.microsoft.com/default.aspx?scid=kb;EN-US;837417 Good luck --

Re: [Nant-users] Emailing build results

2004-05-07 Thread Gert Driesen
More information is available here : http://nant.sourceforge.net/nightly/help/fundamentals/listeners.html Gert - Original Message - From: "Martin Gainty" <[EMAIL PROTECTED]> To: "Block, Jeffrey A. (Jeff)" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, May 07, 2004 1:53 PM Subject:

Re: [Nant-users] Emailing build results

2004-05-07 Thread Martin Gainty
Jeffrey Check out http://nant.sourceforge.net/nightly/help/tasks/mail.html If you supply a working SMTP Server you should be OK for sending automated emails- Martin - Original Message - From: "Block, Jeffrey A. (Jeff)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 07, 2004 7

RE: [Nant-users] Emailing build results

2004-05-07 Thread Block, Jeffrey A. (Jeff)
I need to start sending emails on failures only. I've reviewed the link below and believe that the MailLogger has the capability to do what I want. What I'm missing is where to set the properties that "controlling the operation of MailLogger" like: MailLogger.from, MailLogger.failure.to, etc. I d

RE: [Nant-users] Vssget by label

2004-05-07 Thread Nicolas V.
Chris, Which version of VSS are you using ? There is a known issue with in VSS 6.0d regarding recursive get not wirking. I think a fix is availlable for this, but i'm not sure. Regards, Nick Original Message Follows From: "Delaney, Chris" <[EMAIL PROTECTED]> To: "'[EMAIL PROTECTED]'" <

[Nant-users] Re: [nant-dev] Errors When build a solution including a web project

2004-05-07 Thread Gert Driesen
> - Original Message - > From: <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, May 07, 2004 8:58 AM > Subject: RE: [nant-dev] Errors When build a solution including a web project > > Gert, > > Thank you very much for your help. It works when I define the build file > as you