Re: [NAnt-users] Need help with a NAnt internal error

2011-11-04 Thread Macdiarmid, James D.
to a file. Jim From: nant-users-boun...@lists.sourceforge.net [mailto:nant-users-boun...@lists.sourceforge.net] On Behalf Of Chris Fouts Sent: Thursday, November 03, 2011 4:19 PM To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Need help with a NAnt internal error Can

Re: [NAnt-users] Need help with a NAnt internal error

2011-11-03 Thread M K
When you launch the console process (cmd.exe) give it a parameter of /k. That makes the process and the window stick around until you terminate it. From: Macdiarmid, James D. [mailto:james.d.macdiar...@saic.com] Sent: Thursday, November 03, 2011 9:37 AM To: nant-users@lists.sourceforge.n

Re: [NAnt-users] Need help with a NAnt internal error

2011-11-03 Thread Chris Fouts
Can you mimic how your GUIs (run button) call the Nant processes, and start off Nant from a command line window the way they do? Or if you have the code that starts the console window, put a cin <<; statement, which will freeze the window until you hit in it. -chris From: Macdiarmid, James D.

Re: [NAnt-users] Need help with returning values to a build script from a custom task.

2011-07-07 Thread Pento, Michael
Hi Jim, Is the value being returned an array of items, or just a single value? Thanks, Mike From: Macdiarmid, James D. [mailto:james.d.macdiar...@saic.com] Sent: Thursday, July 07, 2011 2:53 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Need help with returning values to a build

Re: [NAnt-users] Need help with returning values to a build script from a custom task.

2011-07-07 Thread Macdiarmid, James D.
users@lists.sourceforge.net Subject: RE: [NAnt-users] Need help with returning values to a build script from a custom task. Hi Jim, Is the value being returned an array of items, or just a single value? Thanks, Mike From: Macdiarmid, James D. [mailto:james.d.macdiar...@saic.com] Sent: Thursday,

Re: [NAnt-users] Need help with returning values to a build script from a custom task.

2011-07-07 Thread Wilson, Brian
Something along option ii from http://nant.sourceforge.net/release/0.85/help/tasks/script.html Example from site:

Re: [NAnt-users] Need Help with Including Config File in Build File

Because one file has a namespace and the other doesn't. The namespaces much match. BOb Usadev.config http://nant.sf.net/release/0.85/nant.xsd";> -- Create and Deploy Rich Internet Apps outside th

RE: [Nant-users] Need help with the task using the commit command

Hi Jason, >>I am not able to replicate the first issue below, when I >>specify a cvsroot without a username (i.e. I used >>:sspi:loki.sporadicism.local:/cvsroot/claytonharbour) I do not >>get an authentication error. > >I don't seem to be getting this now...probably something on my end. Great,

RE: [Nant-users] Need help with the task using the commit command

Saturday, August 07, 2004 1:03 AM >To: Morris, Jason; [EMAIL PROTECTED] >Subject: RE: [Nant-users] Need help with the task using >the commit command > >Hi Jason, > >I am not able to replicate the first issue below, when I >specify a cvsroot without a username (i.e. I used >:

RE: [Nant-users] Need help with the task using the commit command

Hi Jason, I am not able to replicate the first issue below, when I specify a cvsroot without a username (i.e. I used :sspi:loki.sporadicism.local:/cvsroot/claytonharbour) I do not get an authentication error. The command args being passed in your example might be a bit odd, is escapeDB a module?

Re: [Nant-users] Need help with

Jean-Michel Theriault" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, July 13, 2004 9:09 PM Subject: RE: [Nant-users] Need help with mailto:[EMAIL PROTECTED] Sent: Tuesday, July 13, 2004 1:59 PM To: [EMAIL PROTECTED] Subject: RE: [Nant-users] Need help with https://lists.sourceforge.net/lists/listinfo/nant-users

RE: [Nant-users] Need help with

email -l:other.log   Did that make sense?    Felice -Original Message-From: Jean-Michel Theriault [mailto:[EMAIL PROTECTED]Sent: Tuesday, July 13, 2004 1:59 PMTo: [EMAIL PROTECTED]Subject: RE: [Nant-users] Need help with Hi all!!   I’m getting this message from my

RE: [Nant-users] Need help with

Hi all!!   I’m getting this message from my log file. It’s concerning the mail task.   [mail] File 'T:\er\build\proj\build.log' NOT attached to message. Invalid mail attachment 'T:\er\build\proj\build.log'.   I was wondering what does the “ Invalid mail attachment “ tag can tell me.

RE: [Nant-users] Need help with

, July 13, 2004 11:04 AMTo: Felice Vittoria; [EMAIL PROTECTED]Subject: RE: [Nant-users] Need help with I finally got it to work. I had to put the hard-coded path to my file. I’m still not getting one of my attachments; VSSCheckedOut.log. I’m working on that right now. But for the

RE: [Nant-users] Need help with

]   From: Felice Vittoria [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 13, 2004 11:59 AM To: Jean-Michel Theriault; [EMAIL PROTECTED] Subject: RE: [Nant-users] Need help with   Jean-Michel,   I'm curious to see what the output of that mail task is.   I can'

RE: [Nant-users] Need help with

ED]Subject: RE: [Nant-users] Need help with Yes I tried that, as stated in my last email. ( ….. code whenever I insert the direct path to the one I want, I get nothing). I don’t get the body at all when I try this. Does anyone know of a different way I could call this file.

RE: [Nant-users] Need help with

know of anything you can think of. It can be complex or simple. I just want this to work!!! Thanks a lot folks!!    Jean Michel Thériault [EMAIL PROTECTED]   From: Felice Vittoria [mailto:[EMAIL PROTECTED] Sent: Monday, July 12, 2004 4:19 PM To: Jean-Michel Theriault; [EMAI

RE: [Nant-users] Need help with

-users] Need help with Well I’m almost there…I can now get my email and my attachments and the body file. Problem is, instead of only getting one body file I receive 3 of them. Inside my folder I have 3 html files. In my code whenever I insert the direct path to the one I want, I

Re: [Nant-users] Need help with

Well I’m almost there…I can now get my email and my attachments and the body file. Problem is, instead of only getting one body file I receive 3 of them. Inside my folder I have 3 html files. In my code whenever I insert the direct path to the one I want, I get nothing. When I insert this:

Re: [Nant-users] Need help with

> - Original Message - > From: "Jean-Michel Theriault" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Cc: "Gert Driesen" <[EMAIL PROTECTED]> > Sent: Tuesday, July 06, 2004 7:15 PM > Subject: RE: [Nant-users] Need help with &

RE: [Nant-users] Need help with

I installed the latest NAnt nightly build, and the NAnt contrib as well. I’m not getting errors from the mail task anymore but I don’t get the email anymore either. I get this error:   Task is deprecated.  Use functions instead.   Here is the code :   What should I change in there

Re: [Nant-users] Need help with

o: "Gert Driesen" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, June 29, 2004 7:36 PM Subject: RE: [Nant-users] Need help with includes I don't even receive the email. I don't know if u can make sense with this. It's pretty confusing for me as a rook

RE: [Nant-users] Need help with

EMAIL PROTECTED] -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 29, 2004 11:39 AM To: Jean-Michel Theriault Cc: [EMAIL PROTECTED] Subject: Re: [Nant-users] Need help with - Original Message - > From: "Jean-Michel Theriault" <[

RE: [Nant-users] Need help with

PROTECTED] -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 29, 2004 11:39 AM To: Jean-Michel Theriault Cc: [EMAIL PROTECTED] Subject: Re: [Nant-users] Need help with - Original Message - > From: "Jean-Michel Theriault" <[EMAIL PROTE

Re: [Nant-users] Need help with

> - Original Message - > From: "Jean-Michel Theriault" <[EMAIL PROTECTED]> > To: "Gert Driesen" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Tuesday, June 29, 2004 5:34 PM > Subject: RE: [Nant-users] Need help with >

RE: [Nant-users] Need help with

ault Cc: [EMAIL PROTECTED] Subject: Re: [Nant-users] Need help with To: "Gert Driesen" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, June 29, 2004 5:18 PM Subject: RE: [Nant-users] Need help with for each file and I get them in the email. Here's what that looks li

Re: [Nant-users] Need help with

l Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 29, 2004 1:44 AM To: Jean-Michel Theriault; [EMAIL PROTECTED] Subject: Re: [Nant-users] Need help with http://nant.sourceforge.net/nightly/builds) :

RE: [Nant-users] Need help with

29, 2004 1:44 AM To: Jean-Michel Theriault; [EMAIL PROTECTED] Subject: Re: [Nant-users] Need help with http://nant.sourceforge.net/nightly/builds) : Filesets (in your case ) do not support multiple file patterns in one

Re: [Nant-users] Need help with

lps, Gert - Original Message - From: "Jean-Michel Theriault" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, June 28, 2004

Re: [Nant-users] Need help with

- Original Message - From: "Gert Driesen" <[EMAIL PROTECTED]> Sent: Saturday, June 26, 2004 12:52 PM >Body files should be specified using the fileset element > named . See http://nant.sourceforge.net/nightly/help/tasks/mail.html > for more information, and an example. This reminds me of

RE: [Nant-users] Need help with

NAnt Jean Michel Thériault   [EMAIL PROTECTED]   From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Saturday, June 26, 2004 12:52 PM To: Jean-Michel Theriault; [EMAIL PROTECTED] Subject: Re: [Nant-users] Need help with   Jean-Michel,   Body files should be specified using t

Re: [Nant-users] Need help with

Jean-Michel,   Body files should be specified using the fileset element named . See http://nant.sourceforge.net/nightly/help/tasks/mail.html for more information, and an example.   Hope this helps,   Gert - Original Message - From: Jean-Michel Theriault To: [EMAIL PROTEC