<property name="web.server.share" value="\\${web.server}\caproot$" />
<property name="web.server.portal.dir" value="${web.server.share}\capability" />
<property name="web.server.portal.bin.dir" value="${web.server.portal.dir}\bin" />
<property name="web.server.portal.modules.dir" value="${web.server.portal.dir}\DesktopModules" />
<property name="web.server.services.dir" value="${web.server.share}\WebServices" />
<property name="db.database" value="capability" />
<property name="db.userName" value="capability" />
<property name="db.password" value="capability" />
<property name="db.sa.password" value="**********" />
<property name="db.restore.path" value="d:\SqlDataFiles" />
<property name="url" value="http://dev-capability.intel.com" />
<property name="isDevelopment" value="true" />
<property name="isIntegration" value="false" />
<property name="isPreProd" value="false" />
<property name="isProduction" value="false" />
<property name="build.name" value="${project.name}-${build.version}" />
<property name="build.dir" value="${draco.build.dir}\${build.name}" />
<property name="draco.output.dir" value="${draco.build.dir}\output" />
<property name="db.scripts.dir" value="${build.dir}/dbScripts" />
<call target="info" />
<call target="build" />
<call target="analysis" />
<echo message="Deploying ${project.name} (${build.name}) to development environment!" />
<echo message="" />
<call target="update-db" />
<echo message="Updating ${project.name}'s web server..." />
<call target="clean-webserver" if="${doClean}" />
<call target="update-webserver" />
<call target="update-web-cachemonitor" />
<call target="update-latest-dir" />
</target>
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Landes Eric (RBNA/CIT4.2)
Sent: Thursday, January 08, 2004 9:22 AM
To: [EMAIL PROTECTED]
Subject: [Nant-users] Newbie question on using nant to push to production
Just wanted to see if I'm on the right track here. Do others use nant (in combination with something like Cruise Control.net or Draco.net) to push builds to a production environment? I'm wanting to automate our builds hoepfully from development to test to production, and it looks like I could use these tools to get there. Of course from Test to Production would have to be controlled some type of flag to automate the deployment of the current version.
I want to make sure that there's no pitfalls to this approach. I'd appreciate anyones comments, links or experiences with this. We're an in-house dev shop, with .net web apps. TIA
*******************************************
Eric Landes
Robert Bosch
Corporation - Automotive Group
*******************************************
Computer Information Technology Office -
Engineering Applications
401 N. Bendix Drive - South Bend, IN
46628
Phone: 574-237-2290
Fax: 574-237-3105