<?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: A quick introduction to NAnt</title>
	<atom:link href="http://www.sidesofmarch.com/index.php/archive/2007/03/23/a-quick-introduction-to-nant/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sidesofmarch.com/index.php/archive/2007/03/23/a-quick-introduction-to-nant/</link>
	<description>Thoughts on life, liberty, and information technology</description>
	<lastBuildDate>Tue, 24 Jan 2012 10:43:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: brian</title>
		<link>http://www.sidesofmarch.com/index.php/archive/2007/03/23/a-quick-introduction-to-nant/#comment-364282</link>
		<dc:creator>brian</dc:creator>
		<pubDate>Fri, 05 Dec 2008 14:43:55 +0000</pubDate>
		<guid isPermaLink="false">http://site366.mysite4now.com/compsims/sidesofmarch/index.php/archive/2007/03/23/a-quick-introduction-to-nant/#comment-364282</guid>
		<description>For multiple sources (i.e. projects), simply duplicate the &lt;csc&gt;..&lt;/csc&gt; section for each project.

References are added in the same &lt;csc&gt; section (within &lt;references&gt;...&lt;/references&gt;). As for VB-specific, I can&#039;t help you out there -- I don&#039;t use VB!&lt;/csc&gt;</description>
		<content:encoded><![CDATA[<p>For multiple sources (i.e. projects), simply duplicate the <csc>..</csc> section for each project.</p>
<p>References are added in the same <csc> section (within <references>&#8230;</references>). As for VB-specific, I can&#8217;t help you out there &#8212; I don&#8217;t use VB!</csc></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zaifa</title>
		<link>http://www.sidesofmarch.com/index.php/archive/2007/03/23/a-quick-introduction-to-nant/#comment-363056</link>
		<dc:creator>zaifa</dc:creator>
		<pubDate>Wed, 03 Dec 2008 13:30:20 +0000</pubDate>
		<guid isPermaLink="false">http://site366.mysite4now.com/compsims/sidesofmarch/index.php/archive/2007/03/23/a-quick-introduction-to-nant/#comment-363056</guid>
		<description>Hi, 

Can you please tell me, how to add multiple sources and in which tag i can add web references to make a 
build for vb project in nant.</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>Can you please tell me, how to add multiple sources and in which tag i can add web references to make a<br />
build for vb project in nant.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: viresh</title>
		<link>http://www.sidesofmarch.com/index.php/archive/2007/03/23/a-quick-introduction-to-nant/#comment-345530</link>
		<dc:creator>viresh</dc:creator>
		<pubDate>Thu, 13 Nov 2008 21:26:16 +0000</pubDate>
		<guid isPermaLink="false">http://site366.mysite4now.com/compsims/sidesofmarch/index.php/archive/2007/03/23/a-quick-introduction-to-nant/#comment-345530</guid>
		<description>this is a great helpful article.</description>
		<content:encoded><![CDATA[<p>this is a great helpful article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julian Skagen</title>
		<link>http://www.sidesofmarch.com/index.php/archive/2007/03/23/a-quick-introduction-to-nant/#comment-54951</link>
		<dc:creator>Julian Skagen</dc:creator>
		<pubDate>Wed, 09 Jan 2008 21:10:38 +0000</pubDate>
		<guid isPermaLink="false">http://site366.mysite4now.com/compsims/sidesofmarch/index.php/archive/2007/03/23/a-quick-introduction-to-nant/#comment-54951</guid>
		<description>Hi Brian!

Thanks for the feedback. Seems like you pretty much confirm the behavior I experience aswell. Some System.XYZ assemblies must be referenced explicitly as they will not be resolved automatically by calling GetDepndentAssemblies().

Thanks,
Julian.</description>
		<content:encoded><![CDATA[<p>Hi Brian!</p>
<p>Thanks for the feedback. Seems like you pretty much confirm the behavior I experience aswell. Some System.XYZ assemblies must be referenced explicitly as they will not be resolved automatically by calling GetDepndentAssemblies().</p>
<p>Thanks,<br />
Julian.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brian</title>
		<link>http://www.sidesofmarch.com/index.php/archive/2007/03/23/a-quick-introduction-to-nant/#comment-53819</link>
		<dc:creator>brian</dc:creator>
		<pubDate>Mon, 07 Jan 2008 19:41:02 +0000</pubDate>
		<guid isPermaLink="false">http://site366.mysite4now.com/compsims/sidesofmarch/index.php/archive/2007/03/23/a-quick-introduction-to-nant/#comment-53819</guid>
		<description>You should check your project references -- particularly any System.* references that are out of the ordinary -- and make sure each is listed in your NAnt build script. Note how above, different target projects reference different sets of System DLLs. You may need one that isn&#039;t being referenced.

Hope that helps!</description>
		<content:encoded><![CDATA[<p>You should check your project references &#8212; particularly any System.* references that are out of the ordinary &#8212; and make sure each is listed in your NAnt build script. Note how above, different target projects reference different sets of System DLLs. You may need one that isn&#8217;t being referenced.</p>
<p>Hope that helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julian Skagen</title>
		<link>http://www.sidesofmarch.com/index.php/archive/2007/03/23/a-quick-introduction-to-nant/#comment-53759</link>
		<dc:creator>Julian Skagen</dc:creator>
		<pubDate>Mon, 07 Jan 2008 17:17:29 +0000</pubDate>
		<guid isPermaLink="false">http://site366.mysite4now.com/compsims/sidesofmarch/index.php/archive/2007/03/23/a-quick-introduction-to-nant/#comment-53759</guid>
		<description>Hi!

It&#039;s a compile output error given by the csc command executed through the csc tag. I was able to resolve the problem by explicitly defining all needed assemblies in the references (all the assemblies that devenv pulled into the bin/debug folder). This is more assemblies then referenced in VS.

Thanks,
Julian.</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>It&#8217;s a compile output error given by the csc command executed through the csc tag. I was able to resolve the problem by explicitly defining all needed assemblies in the references (all the assemblies that devenv pulled into the bin/debug folder). This is more assemblies then referenced in VS.</p>
<p>Thanks,<br />
Julian.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brian</title>
		<link>http://www.sidesofmarch.com/index.php/archive/2007/03/23/a-quick-introduction-to-nant/#comment-53741</link>
		<dc:creator>brian</dc:creator>
		<pubDate>Mon, 07 Jan 2008 16:32:44 +0000</pubDate>
		<guid isPermaLink="false">http://site366.mysite4now.com/compsims/sidesofmarch/index.php/archive/2007/03/23/a-quick-introduction-to-nant/#comment-53741</guid>
		<description>Where is the CS0234 message generated - from within NAnt?</description>
		<content:encoded><![CDATA[<p>Where is the CS0234 message generated &#8211; from within NAnt?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julian Skagen</title>
		<link>http://www.sidesofmarch.com/index.php/archive/2007/03/23/a-quick-introduction-to-nant/#comment-52998</link>
		<dc:creator>Julian Skagen</dc:creator>
		<pubDate>Sun, 06 Jan 2008 15:32:23 +0000</pubDate>
		<guid isPermaLink="false">http://site366.mysite4now.com/compsims/sidesofmarch/index.php/archive/2007/03/23/a-quick-introduction-to-nant/#comment-52998</guid>
		<description>Hi!

Nice demonstration of NAnt. I have been trying to set up NAnt for 5 hours now. I&#039;m able to compile 3 of 45 projects and run 1 unit test! The fourth project I&#039;m stuck on is the domain model and I keep hitting the CS0234 error message. The strange thing is that the compile process is successful in VS. Did you do any tricks to avoid this silly error message?

The MSDN docs isn&#039;t very helpful either. I cannot really understand what they are trying to explain in this sample:
http://msdn2.microsoft.com/en-us/library/0e92xd7b(VS.80).aspx

I hope you can enlighten me,
thanks,
Julian.</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>Nice demonstration of NAnt. I have been trying to set up NAnt for 5 hours now. I&#8217;m able to compile 3 of 45 projects and run 1 unit test! The fourth project I&#8217;m stuck on is the domain model and I keep hitting the CS0234 error message. The strange thing is that the compile process is successful in VS. Did you do any tricks to avoid this silly error message?</p>
<p>The MSDN docs isn&#8217;t very helpful either. I cannot really understand what they are trying to explain in this sample:<br />
<a href="http://msdn2.microsoft.com/en-us/library/0e92xd7b(VS.80).aspx" rel="nofollow">http://msdn2.microsoft.com/en-us/library/0e92xd7b(VS.80).aspx</a></p>
<p>I hope you can enlighten me,<br />
thanks,<br />
Julian.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gobi</title>
		<link>http://www.sidesofmarch.com/index.php/archive/2007/03/23/a-quick-introduction-to-nant/#comment-7978</link>
		<dc:creator>Gobi</dc:creator>
		<pubDate>Sun, 04 Nov 2007 13:09:02 +0000</pubDate>
		<guid isPermaLink="false">http://site366.mysite4now.com/compsims/sidesofmarch/index.php/archive/2007/03/23/a-quick-introduction-to-nant/#comment-7978</guid>
		<description>This is a wonderful explaination for any starter like me. Thanks for this post and I really look forward to learn more on NAnt.</description>
		<content:encoded><![CDATA[<p>This is a wonderful explaination for any starter like me. Thanks for this post and I really look forward to learn more on NAnt.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

