<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: CruiseControl.NET, NAnt, and boy do I love it!</title>
	<atom:link href="http://blog.coryfoy.com/2005/08/cruisecontrol-net-nant-and-boy-do-i-love-it/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.coryfoy.com/2005/08/cruisecontrol-net-nant-and-boy-do-i-love-it/</link>
	<description>Agile Coaching, Ruby, .NET, Debugging, why not?</description>
	<lastBuildDate>Fri, 03 Sep 2010 01:46:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Anonymous</title>
		<link>http://blog.coryfoy.com/2005/08/cruisecontrol-net-nant-and-boy-do-i-love-it/comment-page-1/#comment-593</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 28 Feb 2007 10:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cornetdesign.com/?p=357#comment-593</guid>
		<description>i have started to setup the same in my company but after today&#039;s work i am able to build only a small project in nant.&lt;br /&gt;&lt;br /&gt;Pray for me that i complete it in the time i have thought it to be.&lt;br /&gt;&lt;br /&gt;Shujaa.&lt;br /&gt;Karachi, Pakistan</description>
		<content:encoded><![CDATA[<p>i have started to setup the same in my company but after today&#8217;s work i am able to build only a small project in nant.</p>
<p>Pray for me that i complete it in the time i have thought it to be.</p>
<p>Shujaa.<br />Karachi, Pakistan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cory Foy</title>
		<link>http://blog.coryfoy.com/2005/08/cruisecontrol-net-nant-and-boy-do-i-love-it/comment-page-1/#comment-594</link>
		<dc:creator>Cory Foy</dc:creator>
		<pubDate>Thu, 31 Aug 2006 20:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cornetdesign.com/?p=357#comment-594</guid>
		<description>Sorry, no I can&#039;t help with accessing the intranet site. .NET is a technology we used when we worked at Wachovia, which is a bit different that Wachovia.net.&lt;br /&gt;&lt;br /&gt;If I had to take a stab at it, you probably need to use what is called a VPN to access the intranet. Sorry I couldn&#039;t be more help!</description>
		<content:encoded><![CDATA[<p>Sorry, no I can&#8217;t help with accessing the intranet site. .NET is a technology we used when we worked at Wachovia, which is a bit different that Wachovia.net.</p>
<p>If I had to take a stab at it, you probably need to use what is called a VPN to access the intranet. Sorry I couldn&#8217;t be more help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.coryfoy.com/2005/08/cruisecontrol-net-nant-and-boy-do-i-love-it/comment-page-1/#comment-595</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 31 Aug 2006 20:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cornetdesign.com/?p=357#comment-595</guid>
		<description>Hi.  I found your site while searching for &quot;Wachovia.net&quot; which I know is an intranet site, not internet.  I was recently hired on and actually am still going through teller training, so of course I have no idea what your website is about.  What I want to know is can you tell me how to access the Wachovia.net website at home.  Other employees have been able to do it, but I can&#039;t seem to, from three different computers.  After reading, it just seemed like you might know that.  I do have an A# and a password.  I just need to get the site to actually come up.  I will get a DNS error or something like that when I try.</description>
		<content:encoded><![CDATA[<p>Hi.  I found your site while searching for &#8220;Wachovia.net&#8221; which I know is an intranet site, not internet.  I was recently hired on and actually am still going through teller training, so of course I have no idea what your website is about.  What I want to know is can you tell me how to access the Wachovia.net website at home.  Other employees have been able to do it, but I can&#8217;t seem to, from three different computers.  After reading, it just seemed like you might know that.  I do have an A# and a password.  I just need to get the site to actually come up.  I will get a DNS error or something like that when I try.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mfitzgerald</title>
		<link>http://blog.coryfoy.com/2005/08/cruisecontrol-net-nant-and-boy-do-i-love-it/comment-page-1/#comment-596</link>
		<dc:creator>mfitzgerald</dc:creator>
		<pubDate>Thu, 30 Mar 2006 18:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cornetdesign.com/?p=357#comment-596</guid>
		<description>I&#039;ve got a deploy script running from Nant- basically just copies some code to the appserver and deletes and then creates a website (using customized tasks). It works fine running from a .bat, but when i run it thru CruiseControl, I get an error saying it can&#039;t see the app server. It seems to run the Nant script as a different users when it&#039;s run through CruiseControl. I&#039;ve set the Cruisecontrol service to run as me, and even a domain admin, but still no luck. Does anyone know how to attach a user to the CruiseControl cnet.config? Or how to delegate a user within the Nant script? &lt;br /&gt;Thanks. This was a great post.&lt;br /&gt;-mfitzerald</description>
		<content:encoded><![CDATA[<p>I&#8217;ve got a deploy script running from Nant- basically just copies some code to the appserver and deletes and then creates a website (using customized tasks). It works fine running from a .bat, but when i run it thru CruiseControl, I get an error saying it can&#8217;t see the app server. It seems to run the Nant script as a different users when it&#8217;s run through CruiseControl. I&#8217;ve set the Cruisecontrol service to run as me, and even a domain admin, but still no luck. Does anyone know how to attach a user to the CruiseControl cnet.config? Or how to delegate a user within the Nant script? <br />Thanks. This was a great post.<br />-mfitzerald</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Campbell</title>
		<link>http://blog.coryfoy.com/2005/08/cruisecontrol-net-nant-and-boy-do-i-love-it/comment-page-1/#comment-597</link>
		<dc:creator>Steve Campbell</dc:creator>
		<pubDate>Tue, 30 Aug 2005 21:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cornetdesign.com/?p=357#comment-597</guid>
		<description>My similar experience has been that there is a high startup cost to putting CruiseControl.NET and NAnt in place, but once they are there, they require practically no maintenance.  And the benefits are great.  &lt;br /&gt;&lt;br /&gt;For one thing, it used to take us days to make a good build, mostly because of all the integration and versioning issues that had to be resolved.  CruiseControl.NET + Nant = problem solved.</description>
		<content:encoded><![CDATA[<p>My similar experience has been that there is a high startup cost to putting CruiseControl.NET and NAnt in place, but once they are there, they require practically no maintenance.  And the benefits are great.  </p>
<p>For one thing, it used to take us days to make a good build, mostly because of all the integration and versioning issues that had to be resolved.  CruiseControl.NET + Nant = problem solved.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
