<?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: Obi is born</title>
	<atom:link href="http://adams.id.au/blog/2008/01/obi-is-born/feed/" rel="self" type="application/rss+xml" />
	<link>http://adams.id.au/blog/2008/01/obi-is-born/</link>
	<description>Technology, mountain biking, politics &#38; music.</description>
	<pubDate>Fri, 10 Sep 2010 20:53:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tom Adams</title>
		<link>http://adams.id.au/blog/2008/01/obi-is-born/comment-page-1/#comment-108</link>
		<dc:creator>Tom Adams</dc:creator>
		<pubDate>Fri, 18 Jan 2008 03:38:35 +0000</pubDate>
		<guid isPermaLink="false">http://adams.id.au/blog/2008/01/obi-is-born/#comment-108</guid>
		<description>Yeah, helper functions are good. I think the blog software screwed up the formatting, I assume you had some indentation there?

You can get this:

scalac srcdir "src/main/scala" include ".scala"

Pretty easily.</description>
		<content:encoded><![CDATA[<p>Yeah, helper functions are good. I think the blog software screwed up the formatting, I assume you had some indentation there?</p>
<p>You can get this:</p>
<p>scalac srcdir &#8220;src/main/scala&#8221; include &#8220;.scala&#8221;</p>
<p>Pretty easily.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Neale</title>
		<link>http://adams.id.au/blog/2008/01/obi-is-born/comment-page-1/#comment-107</link>
		<dc:creator>Michael Neale</dc:creator>
		<pubDate>Fri, 18 Jan 2008 02:23:11 +0000</pubDate>
		<guid isPermaLink="false">http://adams.id.au/blog/2008/01/obi-is-born/#comment-107</guid>
		<description>Hey tom - slight suggestion:
val sc = scalac.srcdir("src/main/scala").srcfiles(
        List("Foo.scala", "Bar.scala"))

could be

val sc = scalac
                 srcdir("src/main/scala")
                     srcfiles(List("Foo.scala", "Bar.scala"))

Kind of looks more build-ey (not sure if it works though). Probably more syntax tricks to use as well.

maybe have some helper functions to get listings:

val sc = scalac
                 srcdir("src/main/scala")
                     srcfiles(  dir("/src/scala")     include(".scala"))</description>
		<content:encoded><![CDATA[<p>Hey tom - slight suggestion:<br />
val sc = scalac.srcdir(&#8221;src/main/scala&#8221;).srcfiles(<br />
        List(&#8221;Foo.scala&#8221;, &#8220;Bar.scala&#8221;))</p>
<p>could be</p>
<p>val sc = scalac<br />
                 srcdir(&#8221;src/main/scala&#8221;)<br />
                     srcfiles(List(&#8221;Foo.scala&#8221;, &#8220;Bar.scala&#8221;))</p>
<p>Kind of looks more build-ey (not sure if it works though). Probably more syntax tricks to use as well.</p>
<p>maybe have some helper functions to get listings:</p>
<p>val sc = scalac<br />
                 srcdir(&#8221;src/main/scala&#8221;)<br />
                     srcfiles(  dir(&#8221;/src/scala&#8221;)     include(&#8221;.scala&#8221;))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Adams</title>
		<link>http://adams.id.au/blog/2008/01/obi-is-born/comment-page-1/#comment-106</link>
		<dc:creator>Tom Adams</dc:creator>
		<pubDate>Thu, 17 Jan 2008 23:04:13 +0000</pubDate>
		<guid isPermaLink="false">http://adams.id.au/blog/2008/01/obi-is-born/#comment-106</guid>
		<description>@Arioch: Yep, you're correct, there's also Maven. I'll correct that.</description>
		<content:encoded><![CDATA[<p>@Arioch: Yep, you&#8217;re correct, there&#8217;s also Maven. I&#8217;ll correct that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sanj</title>
		<link>http://adams.id.au/blog/2008/01/obi-is-born/comment-page-1/#comment-105</link>
		<dc:creator>sanj</dc:creator>
		<pubDate>Thu, 17 Jan 2008 22:42:31 +0000</pubDate>
		<guid isPermaLink="false">http://adams.id.au/blog/2008/01/obi-is-born/#comment-105</guid>
		<description>I say go the "Obi-wan", mainly because "Obi Obi" is anti scala =&gt; because it repeats itself! :)</description>
		<content:encoded><![CDATA[<p>I say go the &#8220;Obi-wan&#8221;, mainly because &#8220;Obi Obi&#8221; is anti scala =&gt; because it repeats itself! <img src='http://adams.id.au/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arioch</title>
		<link>http://adams.id.au/blog/2008/01/obi-is-born/comment-page-1/#comment-104</link>
		<dc:creator>Arioch</dc:creator>
		<pubDate>Thu, 17 Jan 2008 13:09:37 +0000</pubDate>
		<guid isPermaLink="false">http://adams.id.au/blog/2008/01/obi-is-born/#comment-104</guid>
		<description>&gt;the only tool available currently is SAnt, and of course Ant itself.

maven ???</description>
		<content:encoded><![CDATA[<p>&gt;the only tool available currently is SAnt, and of course Ant itself.</p>
<p>maven ???</p>
]]></content:encoded>
	</item>
</channel>
</rss>
