RE: [Nant-users] Newbie question on using nant to push to production

2004-01-16 Thread Morris, Jason
logic that the web app contains. I'd rather do the update > scripts, but I don't see how I can accomplish that without > manually intervening in the build files.TIA > > Eric L. > > -Original Message- > From: Morris, Jason [mailto:[EMAIL PROTECTE

RE: [Nant-users] Newbie question on using nant to push to production

2004-01-09 Thread Landes Eric (RBNA/CIT4.2)
From: Morris, Jason [mailto:[EMAIL PROTECTED] Sent: Thursday, January 08, 2004 4:25 PM To: [EMAIL PROTECTED] Subject: RE: [Nant-users] Newbie question on using nant to push to production We could and can build everything from the repository since we tag everything for each build. However disk space is che

RE: [Nant-users] Newbie question on using nant to push to production

2004-01-08 Thread Morris, Jason
t; Subject: RE: [Nant-users] Newbie question on using nant to > push to production > > Jason, > I assumed that you copied your bits from dev on up. That's > the way we would do it as well. > > I see you say that you have builds archived as well. Do you > do this

RE: [Nant-users] Newbie question on using nant to push to production

2004-01-08 Thread Damir Simunic
ojectname/Latest that points to the last known good, so rollback involves just updating this vroot. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Morris, Jason Sent: Thursday, January 08, 2004 7:39 PM To: [EMAIL PROTECTED] Subject: RE: [Nant-users] Newbie qu

RE: [Nant-users] Newbie question on using nant to push to production

2004-01-08 Thread Damir Simunic
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Damir SimunicSent: Thursday, January 08, 2004 1:19 PMTo: [EMAIL PROTECTED]Subject: RE: [Nant-users] Newbie question on using nant to push to production I had similar experience with cruisecontrol.net: no scheduled builds,

RE: [Nant-users] Newbie question on using nant to push to production

2004-01-08 Thread Landes Eric (RBNA/CIT4.2)
case something came up as well. Eric -Original Message- From: Morris, Jason [mailto:[EMAIL PROTECTED] Sent: Thursday, January 08, 2004 1:39 PM To: [EMAIL PROTECTED] Subject: RE: [Nant-users] Newbie question on using nant to push to production I don't rebuild the source either. The onl

RE: [Nant-users] Newbie question on using nant to push to production

2004-01-08 Thread Morris, Jason
I don't rebuild the source either. The only time the source gets built is the initial move to development. Once that is built, then we copy the same bits to integration, pre-prod and production. So, our build process is Build to Development (new version number) Copy version x.x.x.x to Integrati

RE: [Nant-users] Newbie question on using nant to push to production

2004-01-08 Thread Landes Eric (RBNA/CIT4.2)
e-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Damir SimunicSent: Thursday, January 08, 2004 1:19 PMTo: [EMAIL PROTECTED]Subject: RE: [Nant-users] Newbie question on using nant to push to production I had similar experience with cruisecontrol.net: no scheduled bui

RE: [Nant-users] Newbie question on using nant to push to production

2004-01-08 Thread Landes Eric (RBNA/CIT4.2)
EMAIL PROTECTED]Subject: RE: [Nant-users] Newbie question on using nant to push to production We did not do an evaluation between the two because we only knew of Draco.NET at the time we were looking for a tool like this.  Then a new developer joined the group that had experience

RE: [Nant-users] Newbie question on using nant to push to production

2004-01-08 Thread Landes Eric (RBNA/CIT4.2)
-Original Message-From: Damir Simunic [mailto:[EMAIL PROTECTED]Sent: Thursday, January 08, 2004 1:12 PMTo: [EMAIL PROTECTED]Subject: RE: [Nant-users] Newbie question on using nant to push to production Eric,     The step that moves the results to production is different t

RE: [Nant-users] Newbie question on using nant to push to production

2004-01-08 Thread Damir Simunic
dates from past summer, don't know if they improved since. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Morris, JasonSent: Thursday, January 08, 2004 7:07 PMTo: [EMAIL PROTECTED]Subject: RE: [Nant-users] Newbie question on using nant to push to production We did not d

RE: [Nant-users] Newbie question on using nant to push to production

2004-01-08 Thread Damir Simunic
Title: Newbie question on using nant to push to production Eric,     The step that moves the results to production is different than other steps, inasmuch as you should move the tested bits from test/staging, not re-build the source.   I prefer to use .msi installers for deployment -- you ge

RE: [Nant-users] Newbie question on using nant to push to production

2004-01-08 Thread Morris, Jason
Behalf Of Landes Eric (RBNA/CIT4.2)Sent: Thursday, January 08, 2004 10:49 AMTo: [EMAIL PROTECTED]Subject: RE: [Nant-users] Newbie question on using nant to push to production Jason, This is fantastic, almost exactly the type of thing we want to do.  And BTW, we want to have 4 environments (1

RE: [Nant-users] Newbie question on using nant to push to production

2004-01-08 Thread Landes Eric (RBNA/CIT4.2)
ris, Jason [mailto:[EMAIL PROTECTED]Sent: Thursday, January 08, 2004 12:23 PMTo: [EMAIL PROTECTED]Subject: RE: [Nant-users] Newbie question on using nant to push to production This is exactly what my group does to push several ASP.NET (C# code behinds) web application between four

RE: [Nant-users] Newbie question on using nant to push to production

2004-01-08 Thread Morris, Jason
Title: Newbie question on using nant to push to production This is exactly what my group does to push several ASP.NET (C# code behinds) web application between four different environments, dev, integration, pre-production, and production.  Please no questions about the need for four environme