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
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
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
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
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
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
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
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
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:
/*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:
- 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
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
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
--
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:
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
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
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]'" <
> - 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
18 matches
Mail list logo