<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: nAnt Scratch</title>
	<link>http://jayflowers.com/WordPress/?p=49</link>
	<description>Bodhisattva in Training</description>
	<pubDate>Fri, 10 Sep 2010 08:00:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>

	<item>
		<title>by: NAntRunner &#171; Mark Gilbert&#8217;s Blog</title>
		<link>http://jayflowers.com/WordPress/?p=49#comment-9943</link>
		<pubDate>Wed, 21 May 2008 01:04:47 +0000</pubDate>
		<guid>http://jayflowers.com/WordPress/?p=49#comment-9943</guid>
					<description>[...] Before I built this, though, I looked around to see if someone had beaten me to the punch.&amp;#160; I found a couple of plug-ins for Visual Studio (Jay Flowers&amp;#8216; Studio hack and the Sharp Builder toolset) which would do basically what NAntRunner does, except from within the IDE.&amp;#160; Why did I want a standalone interface, separate from Visual Studio?&amp;#160; I am in the process of moving my company to automating our builds with CruiseControl, and NAnt is going to be a key piece to the overall solution.&amp;#160; Several of our projects are not .NET, and therefore not in Visual Studio, so an IDE plug-in just wouldn&amp;#8217;t be useful or appropriate across the board. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Before I built this, though, I looked around to see if someone had beaten me to the punch.&nbsp; I found a couple of plug-ins for Visual Studio (Jay Flowers&#8216; Studio hack and the Sharp Builder toolset) which would do basically what NAntRunner does, except from within the IDE.&nbsp; Why did I want a standalone interface, separate from Visual Studio?&nbsp; I am in the process of moving my company to automating our builds with CruiseControl, and NAnt is going to be a key piece to the overall solution.&nbsp; Several of our projects are not .NET, and therefore not in Visual Studio, so an IDE plug-in just wouldn&#8217;t be useful or appropriate across the board. [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Sean Feldman</title>
		<link>http://jayflowers.com/WordPress/?p=49#comment-9919</link>
		<pubDate>Thu, 03 Jan 2008 20:35:40 +0000</pubDate>
		<guid>http://jayflowers.com/WordPress/?p=49#comment-9919</guid>
					<description>Hi,
this is a nice solution, but not flexible enough. I have a blog entry on how to leverage the same action with possibility to have a full command shell using VSCmdShell addin here http://weblogs.asp.net/sfeldman/archive/2008/01/02/nant-and-visual-studio-reporting-from-the-field-trip.aspx
and a short screen-captured video here http://video.msn.com/video.aspx?vid=e21b9eea-1fe0-4017-b4c2-e1febedbe6b9

Sean</description>
		<content:encoded><![CDATA[<p>Hi,<br />
this is a nice solution, but not flexible enough. I have a blog entry on how to leverage the same action with possibility to have a full command shell using VSCmdShell addin here <a href='http://weblogs.asp.net/sfeldman/archive/2008/01/02/nant-and-visual-studio-reporting-from-the-field-trip.aspx' rel='nofollow'>http://weblogs.asp.net/sfeldman/archive/2008/01/02/nant-and-visual-studio-reporting-from-the-field-trip.aspx</a><br />
and a short screen-captured video here <a href='http://video.msn.com/video.aspx?vid=e21b9eea-1fe0-4017-b4c2-e1febedbe6b9' rel='nofollow'>http://video.msn.com/video.aspx?vid=e21b9eea-1fe0-4017-b4c2-e1febedbe6b9</a></p>
<p>Sean
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Eric</title>
		<link>http://jayflowers.com/WordPress/?p=49#comment-9918</link>
		<pubDate>Wed, 02 Jan 2008 15:01:51 +0000</pubDate>
		<guid>http://jayflowers.com/WordPress/?p=49#comment-9918</guid>
					<description>I ran into some trouble with in attempting to set this up.  The external tools list in the registry is 0 based and the external tools command list for keyboard shortcuts is 1 based.

In your example above, you should select Tools.ExternalCommand3 instead of Tools.ExternalCommand2 when mapping the keyboard shortcut.

This should be obvious since there is no Tools.ExternalCommand0, but it was not immediately obvious to me :)</description>
		<content:encoded><![CDATA[<p>I ran into some trouble with in attempting to set this up.  The external tools list in the registry is 0 based and the external tools command list for keyboard shortcuts is 1 based.</p>
<p>In your example above, you should select Tools.ExternalCommand3 instead of Tools.ExternalCommand2 when mapping the keyboard shortcut.</p>
<p>This should be obvious since there is no Tools.ExternalCommand0, but it was not immediately obvious to me <img src='http://jayflowers.com/WordPress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: JayFlowers &#62; My Favorite Tool</title>
		<link>http://jayflowers.com/WordPress/?p=49#comment-4632</link>
		<pubDate>Fri, 19 Jan 2007 16:04:12 +0000</pubDate>
		<guid>http://jayflowers.com/WordPress/?p=49#comment-4632</guid>
					<description>[...] I have NAnt integrated into my IDE, VS.NET,&amp;#160;with the external tools configuration and a key combo mapped to execute the command, Shift+Alt+N.&amp;#160; This allows me to quickly edit and execute scripts.&amp;#160; I also use CI Factory on most projects I am involved in.&amp;#160; This magnifies how useful NAnt is in just getting stuff done for me.&amp;#160; CI Factory includes many componetized NAnt targets and properties that are relevant to the solution you have open.&amp;#160; This means that I can quickly call on those properties and targets to do work for me.&amp;#160; As a build master I can quickly test and experiment with parts of the build scripts before publishing them to the build server. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] I have NAnt integrated into my IDE, VS.NET,&nbsp;with the external tools configuration and a key combo mapped to execute the command, Shift+Alt+N.&nbsp; This allows me to quickly edit and execute scripts.&nbsp; I also use CI Factory on most projects I am involved in.&nbsp; This magnifies how useful NAnt is in just getting stuff done for me.&nbsp; CI Factory includes many componetized NAnt targets and properties that are relevant to the solution you have open.&nbsp; This means that I can quickly call on those properties and targets to do work for me.&nbsp; As a build master I can quickly test and experiment with parts of the build scripts before publishing them to the build server. [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Confluence: CI Factory</title>
		<link>http://jayflowers.com/WordPress/?p=49#comment-11</link>
		<pubDate>Sun, 04 Jun 2006 13:16:02 +0000</pubDate>
		<guid>http://jayflowers.com/WordPress/?p=49#comment-11</guid>
					<description>&lt;strong&gt;Install Document...&lt;/strong&gt;

Installation of CI Factory Documentation#Install  Tailoring the Installer Documentation#Tailor  Installing a New CI Server Documentation#Create New Server  Adding a Package Documentation#Add Package      Installation  After downloading you will......</description>
		<content:encoded><![CDATA[<p><strong>Install Document&#8230;</strong></p>
<p>Installation of CI Factory Documentation#Install  Tailoring the Installer Documentation#Tailor  Installing a New CI Server Documentation#Create New Server  Adding a Package Documentation#Add Package      Installation  After downloading you will&#8230;&#8230;
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Confluence: CI Factory</title>
		<link>http://jayflowers.com/WordPress/?p=49#comment-8</link>
		<pubDate>Sat, 03 Jun 2006 13:18:01 +0000</pubDate>
		<guid>http://jayflowers.com/WordPress/?p=49#comment-8</guid>
					<description>&lt;strong&gt;Documentation...&lt;/strong&gt;

Installation of CI Factory Documentation#Install  Tailoring the Installer Documentation#Tailor  Installing a New CI Server Documentation#Create New Server  Adding a Package Documentation#Add Package     Installation  After downloading you will need......</description>
		<content:encoded><![CDATA[<p><strong>Documentation&#8230;</strong></p>
<p>Installation of CI Factory Documentation#Install  Tailoring the Installer Documentation#Tailor  Installing a New CI Server Documentation#Create New Server  Adding a Package Documentation#Add Package     Installation  After downloading you will need&#8230;&#8230;
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
