<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Gavin's ramblings</title>
	<atom:link href="http://jeunef.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://jeunef.wordpress.com</link>
	<description>Polymath, runner &#38; coder</description>
	<lastBuildDate>Mon, 22 Dec 2008 01:59:48 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on OSGi, Maven and Scala by vainqueur</title>
		<link>http://jeunef.wordpress.com/2008/01/04/osgi-maven-and-scala/#comment-13</link>
		<dc:creator>vainqueur</dc:creator>
		<pubDate>Mon, 22 Dec 2008 01:59:48 +0000</pubDate>
		<guid isPermaLink="false">http://jeunef.wordpress.com/2008/01/04/osgi-maven-and-scala/#comment-13</guid>
		<description>Assuming I understand your requirements, you could possibly use http://www.aqute.biz/Code/FileInstall to inject compiled bundles into a running felix. 

In terms of bootstrapping the compilation from scala, that sounds possible but it would depend on what kind of build system you plan to use. I&#039;ve not tried it using pax-construct but that presupposes that you want to use maven with it. 

I&#039;m sure it&#039;s possible to call Runtime.exec( &quot;mvn install&quot; ) and then copy the resulting bundle jar into FileInstall&#039;s monitored directory.</description>
		<content:encoded><![CDATA[<p>Assuming I understand your requirements, you could possibly use <a href="http://www.aqute.biz/Code/FileInstall" rel="nofollow">http://www.aqute.biz/Code/FileInstall</a> to inject compiled bundles into a running felix. </p>
<p>In terms of bootstrapping the compilation from scala, that sounds possible but it would depend on what kind of build system you plan to use. I&#8217;ve not tried it using pax-construct but that presupposes that you want to use maven with it. </p>
<p>I&#8217;m sure it&#8217;s possible to call Runtime.exec( &#8220;mvn install&#8221; ) and then copy the resulting bundle jar into FileInstall&#8217;s monitored directory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OSGi, Maven and Scala by philip andrew</title>
		<link>http://jeunef.wordpress.com/2008/01/04/osgi-maven-and-scala/#comment-12</link>
		<dc:creator>philip andrew</dc:creator>
		<pubDate>Sat, 20 Dec 2008 09:42:54 +0000</pubDate>
		<guid isPermaLink="false">http://jeunef.wordpress.com/2008/01/04/osgi-maven-and-scala/#comment-12</guid>
		<description>Hi, Is there any way to automate this ? For example, if I have a Scala class in a test.scala file.
I have my scala program running (my server is a osgi felix) and I want it to compile, make osgi and activate in my server. Then I want to be able to call a method in the class.
I want this loop to be automated, in the sense that the scala code calls some function to do all of this for me, given the source of the scala file.
Any suggestion I hope?</description>
		<content:encoded><![CDATA[<p>Hi, Is there any way to automate this ? For example, if I have a Scala class in a test.scala file.<br />
I have my scala program running (my server is a osgi felix) and I want it to compile, make osgi and activate in my server. Then I want to be able to call a method in the class.<br />
I want this loop to be automated, in the sense that the scala code calls some function to do all of this for me, given the source of the scala file.<br />
Any suggestion I hope?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Beautiful Anime by Stephan Schmidt</title>
		<link>http://jeunef.wordpress.com/2008/01/13/beautiful-anime/#comment-11</link>
		<dc:creator>Stephan Schmidt</dc:creator>
		<pubDate>Mon, 15 Sep 2008 15:15:53 +0000</pubDate>
		<guid isPermaLink="false">http://jeunef.wordpress.com/2008/01/13/beautiful-anime/#comment-11</guid>
		<description>I didn&#039;t think Paprika was that good.

Peace
-stephan</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t think Paprika was that good.</p>
<p>Peace<br />
-stephan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OSGi, Maven and Scala by vainqueur</title>
		<link>http://jeunef.wordpress.com/2008/01/04/osgi-maven-and-scala/#comment-3</link>
		<dc:creator>vainqueur</dc:creator>
		<pubDate>Tue, 08 Jan 2008 06:20:24 +0000</pubDate>
		<guid isPermaLink="false">http://jeunef.wordpress.com/2008/01/04/osgi-maven-and-scala/#comment-3</guid>
		<description>Yeah, I was wondering why adding plugin repositories was not supported. I must upgrade.</description>
		<content:encoded><![CDATA[<p>Yeah, I was wondering why adding plugin repositories was not supported. I must upgrade.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OSGi, Maven and Scala by Stuart</title>
		<link>http://jeunef.wordpress.com/2008/01/04/osgi-maven-and-scala/#comment-2</link>
		<dc:creator>Stuart</dc:creator>
		<pubDate>Fri, 04 Jan 2008 13:05:25 +0000</pubDate>
		<guid isPermaLink="false">http://jeunef.wordpress.com/2008/01/04/osgi-maven-and-scala/#comment-2</guid>
		<description>You&#039;ll find &lt;a href=&quot;http://www.ops4j.org/projects/pax/construct&quot; title=&quot;Pax-Construct 0.6.3&quot; rel=&quot;nofollow&quot;&gt;Pax-Construct 0.6.3&lt;/a&gt; easier to use, as pax-add-repository can also add plugin repositories ( there&#039;s a lot of other cool improvements over the 0.1.x release, and some proper docs :)</description>
		<content:encoded><![CDATA[<p>You&#8217;ll find <a href="http://www.ops4j.org/projects/pax/construct" title="Pax-Construct 0.6.3" rel="nofollow">Pax-Construct 0.6.3</a> easier to use, as pax-add-repository can also add plugin repositories ( there&#8217;s a lot of other cool improvements over the 0.1.x release, and some proper docs <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
