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
@lists.sourceforge.net Subject: [NAnt-users] Need help with a NAnt internal error Hi all, I have a C# Win Forms application that we use to kick off our build process. This application launches a form which has several text fields which we use to pass file path information to properties in our script, and a run

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

2011-11-03 Thread Chris Fouts
ames D. [mailto:james.d.macdiar...@saic.com] Sent: Thursday, November 03, 2011 12:37 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Need help with a NAnt internal error Hi all, I have a C# Win Forms application that we use to kick off our build process. This application launches

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

2011-11-03 Thread Macdiarmid, James D.
Hi all, I have a C# Win Forms application that we use to kick off our build process. This application launches a form which has several text fields which we use to pass file path information to properties in our script, and a run button. The run button starts a windows console process to call the

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
D. [mailto:james.d.macdiar...@saic.com] Sent: Thursday, July 07, 2011 1:53 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Need help with returning values to a build script from a custom task. I'm writing a custom task in C# to get all the associate changesets from TFS for a gi

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

2011-07-07 Thread Macdiarmid, James D.
I'm writing a custom task in C# to get all the associate changesets from TFS for a given workitem to be used in writing a build report. I'm trying to figure out how to return this data back to the build script. Can anyone point me to an example of doing this? Thanks, Jim ---

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

2009-02-06 Thread Bob Archer
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

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

2009-02-06 Thread Zachary B. Wheeler
I have created a build file (script.build) and everything worked fine. Then I stripped out the properties and included them in another file called usa.config. I put an then I tried to use the properties and I keep getting the following error:Property has not been set. Below is the code for th

[NAnt-users] need help with compilation of WebService project using NAnt

2006-08-29 Thread mandar ambre
Hi Everyone, I am new to this group.I have started working on NAnt recently and I have been facing some issues.I have web reference to a main project(which is basically a webservice hosted on my local computer as well.) Following is the build script I have:

[Nant-users] need help with logging source control information

2005-07-22 Thread Sandaruwan Fernando
Hi, I have set up NANT to work with CruiseControl and StarTeam 4.0. I am checking out a set of projects from star team but I am building only a selected few of them. Im using NAnt.Core.XmlLogger and sending mails using CruiseControl. But in the mail, some of the files which are checked in after th

[Nant-users] need help with logging source control information

2005-07-17 Thread Sandaruwan Fernando
Hi, I have set up NANT to work with CruiseControl and StarTeam 4.0. I am checking out a set of projects from star team but I am building only a selected few of them. Im using NAnt.Core.XmlLogger and sending mails using CruiseControl. But in the mail, some of the files which are checked in after th

[Nant-users] Need help with resx...

2005-03-28 Thread Kulshrestha, Vishal
Hi all: I am doing builds and deployment for our C# .NET based Web project and was against the tide with trying to implement automated NAnt builds to quite a reluctant Development team who preferred batch files (which I admit were good – manual, not automated, but good)   I suddenly come

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

2004-08-09 Thread Clayton Harbour
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

2004-08-08 Thread Morris, Jason
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

2004-08-07 Thread Clayton Harbour
ollowing should work: NOTE: added attribute commandline="-m "commit new version number"" Cheers, Clayton > -Original Message- > From: Morris, Jason [mailto:[EMAIL PROTECTED] > Sent: August 6, 2004 2:17 PM > To: [EMAIL PROTECTED] > S

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

2004-08-06 Thread Morris, Jason
I am trying to commit a file using the latest task from NAnt 0.85 (Build 0.85.1677.0; net-1.0.win32; nightly; 8/4/2004) and NAntContrib from 8/3/2004 on a Win XP Pro sp1 box. I am issuing the following task

Re: [Nant-users] Need help with

2004-07-13 Thread Gert Driesen
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

2004-07-13 Thread Felice Vittoria
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

2004-07-13 Thread Jean-Michel Theriault
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

2004-07-13 Thread Felice Vittoria
, 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

2004-07-13 Thread Jean-Michel Theriault
]   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

2004-07-13 Thread Felice Vittoria
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

2004-07-13 Thread Jean-Michel Theriault
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

2004-07-12 Thread Felice Vittoria
-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

2004-07-12 Thread Jean-Michel Theriault
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

2004-07-06 Thread Gert Driesen
> - 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

2004-07-06 Thread Jean-Michel Theriault
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

2004-07-03 Thread Gert Driesen
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

2004-06-29 Thread Jean-Michel Theriault
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

2004-06-29 Thread Jean-Michel Theriault
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

2004-06-29 Thread Gert Driesen
> - 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

2004-06-29 Thread Jean-Michel Theriault
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

2004-06-29 Thread Gert Driesen
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

2004-06-29 Thread Jean-Michel Theriault
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

2004-06-29 Thread Gert Driesen
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

2004-06-28 Thread Gary Feldman
- 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

2004-06-28 Thread Jean-Michel Theriault
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

2004-06-26 Thread Gert Driesen
PROTECTED] Sent: Friday, June 25, 2004 5:07 PM Subject: [Nant-users] Need help with When I use the       from="[EMAIL PROTECTED]"     tolist="${sy

[Nant-users] Need help with

2004-06-25 Thread Jean-Michel Theriault
When I use the       from="[EMAIL PROTECTED]"     tolist="${sys.env.MailDevTo}"     mailhost="exchange4.cactus.ca"     subject="[${sys.env.ProjectCode}] ${