Re: [Nant-users] Documentation error (not finding it): failure target.

2005-05-12 Thread Ivo Limmen
See: http://nant.sourceforge.net/release/latest/help/fundamentals/properties.html You can use the nant.onfailure & nant.onsuccess properties. On 5/12/05, Thomas Tomiczek <[EMAIL PROTECTED]> wrote: > > > Is there a special target I can set up in case a build error happens? > > My issue: >

RE: [Nant-users] Documentation error (not finding it): failure target.

2005-05-12 Thread Foster, Richard - PAL
EMAIL PROTECTED] On Behalf Of Thomas TomiczekSent: Thursday, May 12, 2005 08:48To: nant-users@lists.sourceforge.netSubject: [Nant-users] Documentation error (not finding it): failure target. Is there a special target I can set up in case a build error happens? My issue: In my central build

[Nant-users] Documentation error (not finding it): failure target.

2005-05-12 Thread Thomas Tomiczek
Title: Documentation error (not finding it): failure target. Is there a special target I can set up in case a build error happens? My issue: In my central build task there is a possibility that some of the files do get checked out during build. In case of an error happening, I must roll

[Nant-users] Documentation Observations

2004-12-03 Thread Whitner, Tom
Title: Documentation Observations Here are some questions / issues with the documentation for NAnt. 1.  The documentation for the tasks states, "The location specified by the XPath _expression_ must exist, it will not create the parent elements for you. However, provided you have a root el

Re: [Nant-users] Documentation

2004-07-08 Thread Gert Driesen
Merrill, Feel free to provide a doc patch for this. Thanks, Gert - Original Message - From: "Merrill Cornish" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 08, 2004 6:13 PM Subject: [Nant-users] Documentation > I had meant to add this t

[Nant-users] Documentation

2004-07-08 Thread Merrill Cornish
I had meant to add this tidbit to my first message... The help page for includes the following sentence as part of the description of the cvsroot attributes: The examples used is for the NAnt cvsroot. protocol: ext username: [username] servername: cvs.sourceforge.net server path: /cvsroo

Re: [Nant-users] Documentation bug

2003-12-02 Thread Gert Driesen
- Original Message - From: "Lehnert, Marc [LBRT/LNA]" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 02, 2003 5:26 PM Subject: [Nant-users] Documentation bug > > I am a newbie to NAnt and the Sourceforge processes and procedures. I do &g

[Nant-users] Documentation bug

2003-12-02 Thread Lehnert, Marc [LBRT/LNA]
I am a newbie to NAnt and the Sourceforge processes and procedures. I do not know how to submit a bug so I am taking this route initially: The NAnt documentation file "Running NAnt" (NAnt -> Help -> Fundamentals -> Running NAnt) appears to have an error. Under the "Setting Properties" heading i

RE: [Nant-users] documentation for project/solution files

2003-10-10 Thread Derek Pierson
:[EMAIL PROTECTED] On Behalf Of Eckert, Alexander Sent: Friday, October 10, 2003 5:49 AM To: [EMAIL PROTECTED] Sourceforge. Net (E-Mail) Subject: [Nant-users] documentation for project/solution files hi, i wonder if, there is a documentation for project/solution files? i'm interest

Re: [Nant-users] documentation for project/solution files

2003-10-10 Thread Ian MacLean
alex, I assume you are talking about visual studio project files. There is an xslt script to convert c#/VB project files to nant build files ( http://radio.weblogs.com/0106046/stories/2002/08/10/supportingVsnetAndNant.html). You might it useful; Ian hi, i wonder if, there is a documentation f

[Nant-users] documentation for project/solution files

2003-10-10 Thread Eckert, Alexander
hi, i wonder if, there is a documentation for project/solution files? i'm interested in transforming project files with xslt. more specific, i want to adapt the file paths acccording to some special schema. i need to know how file references in project files are resolved to pathnames. does anyo

[Nant-users] documentation

2003-07-24 Thread Medcoff, Charles
Hey I'm dying for some docs on the and tasks. I can't find anything. Can someone point me in the right direction? REgards, Chuck --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, a

[Nant-users] Documentation for "" ?

2003-03-19 Thread Anthony Francisco
Title: Message Where can I find the documentation for "" ?   I've seen this used in some of the sample .build files, but the User Documentation makes no mention of this.   - Ants