<?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: Albacore v0.2.0 Preview 1 Is Available</title>
	<atom:link href="http://lostechies.com/derickbailey/2010/07/14/albacore-v0-2-0-preview-1-is-available/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/derickbailey/2010/07/14/albacore-v0-2-0-preview-1-is-available/</link>
	<description>Better Than Yesterday</description>
	<lastBuildDate>Fri, 24 May 2013 06:39:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Hibri</title>
		<link>http://lostechies.com/derickbailey/2010/07/14/albacore-v0-2-0-preview-1-is-available/#comment-1006</link>
		<dc:creator>Hibri</dc:creator>
		<pubDate>Wed, 04 Aug 2010 09:07:12 +0000</pubDate>
		<guid isPermaLink="false">/blogs/derickbailey/archive/2010/07/14/albacore-v0-2-0-preview-1-is-available.aspx#comment-1006</guid>
		<description>Good job.

I&#039;m converting all my builds slowly over to rake and albacore :)</description>
		<content:encoded><![CDATA[<p>Good job.</p>
<p>I&#8217;m converting all my builds slowly over to rake and albacore :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Evans</title>
		<link>http://lostechies.com/derickbailey/2010/07/14/albacore-v0-2-0-preview-1-is-available/#comment-1005</link>
		<dc:creator>Jim Evans</dc:creator>
		<pubDate>Tue, 20 Jul 2010 13:18:08 +0000</pubDate>
		<guid isPermaLink="false">/blogs/derickbailey/archive/2010/07/14/albacore-v0-2-0-preview-1-is-available.aspx#comment-1005</guid>
		<description>Sweet! I don&#039;t know how I missed the .parameters attribute. That will do nicely.</description>
		<content:encoded><![CDATA[<p>Sweet! I don&#8217;t know how I missed the .parameters attribute. That will do nicely.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: derick.bailey</title>
		<link>http://lostechies.com/derickbailey/2010/07/14/albacore-v0-2-0-preview-1-is-available/#comment-1004</link>
		<dc:creator>derick.bailey</dc:creator>
		<pubDate>Mon, 19 Jul 2010 21:50:54 +0000</pubDate>
		<guid isPermaLink="false">/blogs/derickbailey/archive/2010/07/14/albacore-v0-2-0-preview-1-is-available.aspx#comment-1004</guid>
		<description>hey Jim - those two options are probably going to be the next ones I put in. i don&#039;t have a time frame off-hand, though.

but until they are supported officially, you can still specify them via the .parameters attribute. it&#039;s a little bit ugly, but it gets the job done for now:

csc :build do &#124;csc&#124;
  csc.parameters(
    &quot;/doc:my.assembly.name.xml&quot;,
    &quot;/resource:filename[,identifier[,accessibility-modifier]]&quot;
  )
end

hope that helps, or at least gets you on the path. </description>
		<content:encoded><![CDATA[<p>hey Jim &#8211; those two options are probably going to be the next ones I put in. i don&#8217;t have a time frame off-hand, though.</p>
<p>but until they are supported officially, you can still specify them via the .parameters attribute. it&#8217;s a little bit ugly, but it gets the job done for now:</p>
<p>csc :build do |csc|<br />
  csc.parameters(<br />
    &#8220;/doc:my.assembly.name.xml&#8221;,<br />
    &#8220;/resource:filename[,identifier[,accessibility-modifier]]&#8221;<br />
  )<br />
end</p>
<p>hope that helps, or at least gets you on the path. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Evans</title>
		<link>http://lostechies.com/derickbailey/2010/07/14/albacore-v0-2-0-preview-1-is-available/#comment-1003</link>
		<dc:creator>Jim Evans</dc:creator>
		<pubDate>Mon, 19 Jul 2010 21:37:10 +0000</pubDate>
		<guid isPermaLink="false">/blogs/derickbailey/archive/2010/07/14/albacore-v0-2-0-preview-1-is-available.aspx#comment-1003</guid>
		<description>I&#039;d love to start using Albacore for the project I&#039;m working on, but until the csc task supports the /resource and /doc switches, I really can&#039;t do so. I know the csc task is brand new, but do you have any ideas how long it might take to implement the csc task more fully?</description>
		<content:encoded><![CDATA[<p>I&#8217;d love to start using Albacore for the project I&#8217;m working on, but until the csc task supports the /resource and /doc switches, I really can&#8217;t do so. I know the csc task is brand new, but do you have any ideas how long it might take to implement the csc task more fully?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cory</title>
		<link>http://lostechies.com/derickbailey/2010/07/14/albacore-v0-2-0-preview-1-is-available/#comment-1002</link>
		<dc:creator>Cory</dc:creator>
		<pubDate>Thu, 15 Jul 2010 16:18:06 +0000</pubDate>
		<guid isPermaLink="false">/blogs/derickbailey/archive/2010/07/14/albacore-v0-2-0-preview-1-is-available.aspx#comment-1002</guid>
		<description>Derick,

It worked like a charm.  Thanks again!</description>
		<content:encoded><![CDATA[<p>Derick,</p>
<p>It worked like a charm.  Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: derick.bailey</title>
		<link>http://lostechies.com/derickbailey/2010/07/14/albacore-v0-2-0-preview-1-is-available/#comment-1001</link>
		<dc:creator>derick.bailey</dc:creator>
		<pubDate>Thu, 15 Jul 2010 15:51:56 +0000</pubDate>
		<guid isPermaLink="false">/blogs/derickbailey/archive/2010/07/14/albacore-v0-2-0-preview-1-is-available.aspx#comment-1001</guid>
		<description>Hey Cory,

You should be able to accomplish that with the FileList class that rake includes:

nunit.assemblies = FileList[&quot;Src/test/*.UnitTests/bin/Debug/*.UnitTests.dll&quot;]

the FileList class will turn your glob into an expanded array of files. you might need to do the substitution on / still, but that would be easy:

nunit.assemblies = FileList[&quot;Src/test/*.UnitTests/bin/Debug/*.UnitTests.dll&quot;].gsub(&quot;/&quot;, &quot;\\&quot;)

Hope that helps!</description>
		<content:encoded><![CDATA[<p>Hey Cory,</p>
<p>You should be able to accomplish that with the FileList class that rake includes:</p>
<p>nunit.assemblies = FileList["Src/test/*.UnitTests/bin/Debug/*.UnitTests.dll"]</p>
<p>the FileList class will turn your glob into an expanded array of files. you might need to do the substitution on / still, but that would be easy:</p>
<p>nunit.assemblies = FileList["Src/test/*.UnitTests/bin/Debug/*.UnitTests.dll"].gsub(&#8220;/&#8221;, &#8220;\\&#8221;)</p>
<p>Hope that helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cory</title>
		<link>http://lostechies.com/derickbailey/2010/07/14/albacore-v0-2-0-preview-1-is-available/#comment-1000</link>
		<dc:creator>Cory</dc:creator>
		<pubDate>Thu, 15 Jul 2010 15:35:09 +0000</pubDate>
		<guid isPermaLink="false">/blogs/derickbailey/archive/2010/07/14/albacore-v0-2-0-preview-1-is-available.aspx#comment-1000</guid>
		<description>Derick,

Thanks for a great tool.  I just started using it this week, and I&#039;ve managed to get albacore/rake to do most of what I need despite not really knowing ruby or rake very well (working on that).  One thing I was wondering about is being able to specify globs for the assemblies parameter of nunit (and possibly other test) tasks.  I tried it manually, but because it seems to put quotes around the entire string, that didn&#039;t work.  Also, using forward slashes seems to throw nunit for a loop, so it requires a substitution.

I ended up just doing it all manually using the sh command to execute the console runner (still using albacore for msbuild).  I&#039;d love to see globs work directly with albacore, though.

Here&#039;s an example of what I&#039;m thinking:

nunit.assemblies = &quot;Src/test/*.UnitTests/bin/Debug/*.UnitTests.dll&quot;

Of course, given my lack of knowledge/experience with ruby and rake, I could well just be missing something simple.</description>
		<content:encoded><![CDATA[<p>Derick,</p>
<p>Thanks for a great tool.  I just started using it this week, and I&#8217;ve managed to get albacore/rake to do most of what I need despite not really knowing ruby or rake very well (working on that).  One thing I was wondering about is being able to specify globs for the assemblies parameter of nunit (and possibly other test) tasks.  I tried it manually, but because it seems to put quotes around the entire string, that didn&#8217;t work.  Also, using forward slashes seems to throw nunit for a loop, so it requires a substitution.</p>
<p>I ended up just doing it all manually using the sh command to execute the console runner (still using albacore for msbuild).  I&#8217;d love to see globs work directly with albacore, though.</p>
<p>Here&#8217;s an example of what I&#8217;m thinking:</p>
<p>nunit.assemblies = &#8220;Src/test/*.UnitTests/bin/Debug/*.UnitTests.dll&#8221;</p>
<p>Of course, given my lack of knowledge/experience with ruby and rake, I could well just be missing something simple.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
