[NAnt-users] Load properties from a file

2006-07-24 Thread Brass Tilde
I could have sworn that I saw a task in either NAnt or NAntContrib that would load a set of properties from a separate file. Since I can't find it in either NAnt's or NAntContrib's current documentation, I presume that I was halucinating. If I'm not, would someone please point me to it? If there

Re: [NAnt-users] web projects

2006-07-24 Thread Steve Whitley
Thank you (both Gert and Bob). I really appreciate the explanitions.  I had thought that the mapping worked the way you explained it (and it is setup as you described w/ the share), but when I put the  actual URL to the server and the share path, nant would complain about not having anything m

Re: [NAnt-users] web projects

2006-07-24 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Steve Whitley > Sent: maandag 24 juli 2006 21:25 > To: nant-users@lists.sourceforge.net > Subject: [NAnt-users] web projects > > I have a build server that downloads & builds among other things,

Re: [NAnt-users] web projects

2006-07-24 Thread Bob Archer
I would assume you are deploying with a file copy. So, you have to provide a file path to which NAnt copies the file. I guess you could read something in the solution/project and munge it into a file path. BOb -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

[NAnt-users] web projects

2006-07-24 Thread Steve Whitley
I have a build server that downloads & builds among other things, web projects. those projects are deployed to another computer. in visual studio they have their deploy to web feature that lets you specify a url and the file share path to push the project to the server. I tried specifying th

Re: [NAnt-users] RC?

2006-07-24 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Bob Archer > Sent: maandag 24 juli 2006 17:14 > To: nant-users@lists.sourceforge.net > Subject: [NAnt-users] RC? > > To any NAnt devs/pms on the list... > > Version .85 has been in release candi

[NAnt-users] RC?

2006-07-24 Thread Bob Archer
To any NAnt devs/pms on the list... Version .85 has been in release candidates for over a year. When will this version be released? Also, do RC's generally have breaking changes? A couple for .85 did and that just didn't seem like the way to go for me. Also, how accurate is the road map out ther

Re: [NAnt-users] Maillogger NANT 0.84

2006-07-24 Thread Ortius, Helga
Title: Re: [NAnt-users] Maillogger NANT 0.84 ok, I guess that's the way to go although I was trying to find an interim solution. Thank you for your support!   Kind regards Helga Von: [EMAIL PROTECTED] im Auftrag von Gary FeldmanGesendet: Mo 24.07.2006 14:20An: nant-users@lists.sourcefor

Re: [NAnt-users] Maillogger NANT 0.84

2006-07-24 Thread Gary Feldman
Ortius, Helga wrote: > What am I missing? As far as I found out the maillogger feature should > be available for nant 0.84 or am I wrong? Please upgrade to 0.85RC4. I don't know whether the mail logger was working in 0.84, but that's a very old version that really shouldn't be supported anymore

Re: [NAnt-users] Maillogger NANT 0.84

2006-07-24 Thread Ortius, Helga
well, Nant sends out the mail but without the attachment. Any ideas?           from="[EMAIL PROTECTED]"     tolist="[EMAIL PROTECTED]"      subject="NANT: ${workspace} on ${server} executed"      message="Hello Nant skript has been ex

Re: [NAnt-users] Maillogger NANT 0.84

2006-07-24 Thread Ortius, Helga
-- Should have mentioned that it already works like this and that I want to enhance the script with logging functionality.     Hi,   yes, nant is located directly in the Nant directory not in Nant\bin. The problem is that the Maillogger feature does not get executed.   Thank you though! He

Re: [NAnt-users] Maillogger NANT 0.84

2006-07-24 Thread Ortius, Helga
Hi,   yes, nant is located directly in the Nant directory not in Nant\bin. The problem is that the Maillogger feature does not get executed.   Thank you though! Helga     Von: Ramya Niranjan [mailto:[EMAIL PROTECTED]Gesendet: Mo 24.07.2006 11:35An: Ortius, HelgaBetreff: Re: [NAnt-users]

[NAnt-users] Maillogger NANT 0.84

2006-07-24 Thread Ortius, Helga
Hallo,   I am trying to get NANT to write a logfile which should be mailed out after a successful/erroneous build has happened. I try to use NAnt.Core.MailLogger without any result:   call file wss_install with content: @SET NANTDIR=.\NAnt %NANTDIR%\Nant.exe -buildfile:addon.build -logger:NAnt.C