RE: [Nant-users] deployment manifest

2005-06-02 Thread Jeremy P. Owens-Boggs
[EMAIL PROTECTED] www.SnapApps.com (406) 329-7646   -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Delaney, ChrisSent: Tuesday, May 31, 2005 11:38 AMTo: nant-users@lists.sourceforge.netSubject: [Nant-users] deployment manifest We have

[Nant-users] deployment manifest

2005-06-01 Thread Delaney, Chris
Title: deployment manifest We have been using nant for our builds and deploys for a while and it works great. I am wondering how people are producing a manifest for packages deployed to a machine. We have 5-16 applications with their associated dlls deployed to any given server and it wou

Re: Fw: [Nant-users] Deployment automation

2004-05-20 Thread James Geurts
string > .Format("Unrecognized permission type: {0}", permissions.ToString())); >} >} >} >} > } > > > I have to deploy QA sites almost daily like you mention, keep in mind >

Fw: [Nant-users] Deployment automation

2004-05-20 Thread Steve . Baker
that your msi will install as a new product and you can have multiple sites up. Hope this helps, Steve Baker "Scott Hernandez" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 05/19/2004 07:56 PM                 To:        "Jason Chaffee" <[EMAIL PROTECTED]>,

Re: [Nant-users] Deployment automation

2004-05-19 Thread Scott Hernandez
- Original Message - From: "Jason Chaffee" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 19, 2004 11:41 AM Subject: [Nant-users] Deployment automation > Hello all, feel free to disregard the newby here. > I am looking for documentation or some refer

[Nant-users] Deployment automation

2004-05-19 Thread Jason Chaffee
Hello all, feel free to disregard the newby here. I am looking for documentation or some reference help in getting nant to work for deploying a webapp to a particular server. I have created multiple targets (ex. prod, test, staging). I see that custom tasks can be built too. One problem I am hav

FW: [Nant-users] Deployment Issue

2004-03-09 Thread Morris, Jason
looks like the first send didn't go through From: Morris, Jason Sent: Monday, March 08, 2004 7:29 PMTo: NanT ForumSubject: RE: [Nant-users] Deployment Issue I think this is applicable to this forum since we are talking about using nAnt...if I am mistaken, please l

[Nant-users] Deployment Issue

2004-03-08 Thread Steven Hawkes
Hi,   Thanks Jason the Copy task worked a treat.   Although I am not there yet I am interested to know how you guys are doing your final deployment builds, Nant or VS?   Although slightly off topic for this form I think, I am interested to hear about yor experiences for say For example, clie

RE: [Nant-users] Deployment to remote PC using Nant

2004-03-07 Thread Morris, Jason
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steven HawkesSent: Sunday, March 07, 2004 11:00 AMTo: [EMAIL PROTECTED]Subject: [Nant-users] Deployment to remote PC using Nant HI,   I have a build from Nant where I want to distribute the various assemblies t

[Nant-users] Deployment to remote PC using Nant

2004-03-07 Thread Steven Hawkes
HI,   I have a build from Nant where I want to distribute the various assemblies to remote dirrent PCs located on the same  network as the PC doing the Nant build.   Is it possible to do this directly from a task in Nant? e.g. some form of copy task.   Kind Regards   Steve

RE: [Nant-users] Deployment of asp.net app using Nant

2003-08-21 Thread Jonathan . Cogley
k. I have attached the two scripts as examples. Any comments appreciated. Jonathan -Original Message- From: Daya Sharma [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 20, 2003 6:54 PM To: [EMAIL PROTECTED] Subject: [Nant-users] Deployment of asp.net app using Nant Hi All I am a newb

[Nant-users] Deployment of asp.net app using Nant

2003-08-20 Thread Daya Sharma
Hi All I am a newbie to Nant, .Net ... I used Nant to build my VS.net solution (and Draco.net to automate the process). I am using NUnitASP to unit test my ASPx pages and NUnit for non-asp tests. I know that I can run both NUnitASP and NUnit tests using Nant but I would like to run ASP tests

RE: [Nant-users] Deployment

2003-08-15 Thread Erv Walter
the process/appdomain is running. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, August 15, 2003 1:04 PMTo: [EMAIL PROTECTED]Subject: RE: [Nant-users] Deployment Eric,   It is my understanding (and I have seen this in action for web applications) that .NET never runs your

RE: [Nant-users] Deployment

2003-08-15 Thread Jonathan . Cogley
, Jonathan; [EMAIL PROTECTED]Subject: RE: [Nant-users] Deployment Based on the environment, I think the answer is yes.  But I think even with the NAnt approach, if you're using services, you have to shut them down and start them up.  This isn't a good question for me because I

RE: [Nant-users] Deployment

2003-08-14 Thread Eric Fetzer
downtime?   TIA, Jonathan Cogley -Original Message-From: Eric Fetzer [mailto:[EMAIL PROTECTED] Sent: Monday, August 11, 2003 5:57 PMTo: Peter Lanoie; Nant UsersSubject: RE: [Nant-users] Deployment Thanks Peter, Clayton, and Jason for your responses.  I really appreciate the support this us

RE: [Nant-users] Deployment

2003-08-14 Thread Jonathan . Cogley
han Cogley -Original Message-From: Eric Fetzer [mailto:[EMAIL PROTECTED] Sent: Monday, August 11, 2003 5:57 PMTo: Peter Lanoie; Nant UsersSubject: RE: [Nant-users] Deployment Thanks Peter, Clayton, and Jason for your responses.  I really appreciate the support this user group gives

RE: [Nant-users] Deployment

2003-08-14 Thread Peter Lanoie
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Eric FetzerSent: Monday, August 11, 2003 15:12To: Nant UsersSubject: [Nant-users] Deployment Any advice on deployment?  I have NAnt doing builds for me, compiling about 25 projects.  There are 2 separate boxes being deployed to.  One

RE: [Nant-users] Deployment

2003-08-14 Thread Morris, Jason
again.  Whatever was locking the file isn't anymore, the second time.  Not the most elegant solution, but it works.   Jason From: Eric Fetzer [mailto:[EMAIL PROTECTED] Sent: Monday, August 11, 2003 12:12 PMTo: Nant UsersSubject: [Nant-users] Deployment Any advice on deployment?  I have NAnt do

RE: [Nant-users] Deployment

2003-08-14 Thread Brian Knowles
> From: Eric Fetzer [mailto:[EMAIL PROTECTED] > Services are my main concerns.  We have 2 different servers we are deploying to, > web and batch.  The Web side is less complicated, we can just do copies over there.  > On the batch side, though, we have several projects running as services which i

RE: [Nant-users] Deployment

2003-08-14 Thread Clayton Harbour
ginal Message- From: Eric Fetzer Sent: Mon 8/11/2003 12:12 PM To: Nant Users Cc: Subject:[Nant-users] Deployment Any advice on deployment? I have NAnt doing builds for me, compiling about 25 projects. There are 2 separate boxes being deployed to. One side is the web sid

[Nant-users] Deployment

2003-08-14 Thread Eric Fetzer
Any advice on deployment?  I have NAnt doing builds for me, compiling about 25 projects.  There are 2 separate boxes being deployed to.  One side is the web side and the other batch.  So I have a master build file calling 2 other build files and then the Master does a copy to a staging area.  Origi

RE: [Nant-users] Deployment

2003-08-14 Thread Morris, Jason
:57 PMTo: Peter Lanoie; Nant UsersSubject: RE: [Nant-users] Deployment Thanks Peter, Clayton, and Jason for your responses.  I really appreciate the support this user group gives and hope I can do the same in the future.   I figured out the COM dll stuff earlier.  Services are my main conce

RE: [Nant-users] Deployment

2003-08-12 Thread Eric Fetzer
ith?    Peter   -----Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Eric FetzerSent: Monday, August 11, 2003 15:12To: Nant UsersSubject: [Nant-users] Deployment Any advice on deployment?  I have NAnt doing builds for me, compiling about 25 projects.  There are 2 separat