<?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: Build a mixed Scala 2.8/Java application from scratch with Maven</title>
	<atom:link href="http://mackaz.de/111/feed" rel="self" type="application/rss+xml" />
	<link>http://mackaz.de/111</link>
	<description>while(!sleep) writeCode</description>
	<lastBuildDate>Tue, 13 Dec 2011 10:28:58 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: tort</title>
		<link>http://mackaz.de/111/comment-page-1#comment-3459</link>
		<dc:creator>tort</dc:creator>
		<pubDate>Fri, 19 Aug 2011 17:36:14 +0000</pubDate>
		<guid isPermaLink="false">http://mackaz.de/?p=111#comment-3459</guid>
		<description>thanks, man, you rock</description>
		<content:encoded><![CDATA[<p>thanks, man, you rock</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomas Herman</title>
		<link>http://mackaz.de/111/comment-page-1#comment-174</link>
		<dc:creator>Tomas Herman</dc:creator>
		<pubDate>Thu, 17 Jun 2010 18:26:28 +0000</pubDate>
		<guid isPermaLink="false">http://mackaz.de/?p=111#comment-174</guid>
		<description>&lt;3 thanks for this tutorial, i was trying to get scala work in intellij maven plugin for like 3 hours and i wasnt able to google out that  thingy</description>
		<content:encoded><![CDATA[<p>&lt;3 thanks for this tutorial, i was trying to get scala work in intellij maven plugin for like 3 hours and i wasnt able to google out that  thingy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: manojo</title>
		<link>http://mackaz.de/111/comment-page-1#comment-149</link>
		<dc:creator>manojo</dc:creator>
		<pubDate>Tue, 01 Jun 2010 22:56:07 +0000</pubDate>
		<guid isPermaLink="false">http://mackaz.de/?p=111#comment-149</guid>
		<description>Wouldn&#039;t have asked before trying :-). Have a project not using Scala working perfectly fine with Java 1.6, so I thought that something in the pom.xml could be changed.</description>
		<content:encoded><![CDATA[<p>Wouldn&#8217;t have asked before trying <img src='http://mackaz.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> . Have a project not using Scala working perfectly fine with Java 1.6, so I thought that something in the pom.xml could be changed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ingo</title>
		<link>http://mackaz.de/111/comment-page-1#comment-148</link>
		<dc:creator>ingo</dc:creator>
		<pubDate>Tue, 01 Jun 2010 17:12:45 +0000</pubDate>
		<guid isPermaLink="false">http://mackaz.de/?p=111#comment-148</guid>
		<description>http://lmgtfy.com/?q=annotations+are+not+supported+source+1.3

I guess the first result is the solution to your problem ;)</description>
		<content:encoded><![CDATA[<p><a href="http://lmgtfy.com/?q=annotations+are+not+supported+source+1.3" rel="nofollow" onclick="urchinTracker('/outgoing/lmgtfy.com/?q=annotations+are+not+supported+source+1.3&amp;referer=');">http://lmgtfy.com/?q=annotations+are+not+supported+source+1.3</a></p>
<p>I guess the first result is the solution to your problem <img src='http://mackaz.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: manojo</title>
		<link>http://mackaz.de/111/comment-page-1#comment-147</link>
		<dc:creator>manojo</dc:creator>
		<pubDate>Tue, 01 Jun 2010 16:04:36 +0000</pubDate>
		<guid isPermaLink="false">http://mackaz.de/?p=111#comment-147</guid>
		<description>Hi,

thanks for the tutorial. I do have some issues however with the following error message : 

&quot;annotations are not supported in -source 1.3 (use -source 5 or higher to enable annotations)&quot;. I have tried specifying the  and  to 1.5, but in vain. Would you know what I could do ?

Cheers,
manojo</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>thanks for the tutorial. I do have some issues however with the following error message : </p>
<p>&#8220;annotations are not supported in -source 1.3 (use -source 5 or higher to enable annotations)&#8221;. I have tried specifying the  and  to 1.5, but in vain. Would you know what I could do ?</p>
<p>Cheers,<br />
manojo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ingo</title>
		<link>http://mackaz.de/111/comment-page-1#comment-30</link>
		<dc:creator>ingo</dc:creator>
		<pubDate>Tue, 13 Apr 2010 12:50:35 +0000</pubDate>
		<guid isPermaLink="false">http://mackaz.de/?p=111#comment-30</guid>
		<description>@Pawan: what exactly was not working?
Maybe there was a &quot;bad&quot; snapshot in the repo the time you tried - in my example maven always downloads the latest nightly build, which is NOT a stable build. So there can be some issues from time to time. 
 
I&#039;m currently waiting for the first Scala 2.8-Release Candidate, as i heard it&#039;ll be released during in a few days.  It&#039;ll surely fix some issues like this.</description>
		<content:encoded><![CDATA[<p>@Pawan: what exactly was not working?<br />
Maybe there was a &#8220;bad&#8221; snapshot in the repo the time you tried &#8211; in my example maven always downloads the latest nightly build, which is NOT a stable build. So there can be some issues from time to time. </p>
<p>I&#8217;m currently waiting for the first Scala 2.8-Release Candidate, as i heard it&#8217;ll be released during in a few days.  It&#8217;ll surely fix some issues like this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pawan</title>
		<link>http://mackaz.de/111/comment-page-1#comment-29</link>
		<dc:creator>Pawan</dc:creator>
		<pubDate>Tue, 13 Apr 2010 12:23:36 +0000</pubDate>
		<guid isPermaLink="false">http://mackaz.de/?p=111#comment-29</guid>
		<description>2.8.0-SNAPSHOT version was not working but 2.8.0.Beta1 worked. Any specific reason for this?</description>
		<content:encoded><![CDATA[<p>2.8.0-SNAPSHOT version was not working but 2.8.0.Beta1 worked. Any specific reason for this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pawan</title>
		<link>http://mackaz.de/111/comment-page-1#comment-27</link>
		<dc:creator>Pawan</dc:creator>
		<pubDate>Tue, 13 Apr 2010 12:19:51 +0000</pubDate>
		<guid isPermaLink="false">http://mackaz.de/?p=111#comment-27</guid>
		<description>Great post man...I have used this information to mix and match earlier developed T5 java code and new features developed in scala...great going. Looking forward for more such helpful articles.</description>
		<content:encoded><![CDATA[<p>Great post man&#8230;I have used this information to mix and match earlier developed T5 java code and new features developed in scala&#8230;great going. Looking forward for more such helpful articles.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pedro Newsletter 25-31.03.2010 &#171; Pragmatic Programmer Issues &#8211; pietrowski.info</title>
		<link>http://mackaz.de/111/comment-page-1#comment-24</link>
		<dc:creator>Pedro Newsletter 25-31.03.2010 &#171; Pragmatic Programmer Issues &#8211; pietrowski.info</dc:creator>
		<pubDate>Sun, 11 Apr 2010 14:13:20 +0000</pubDate>
		<guid isPermaLink="false">http://mackaz.de/?p=111#comment-24</guid>
		<description>[...] Scala + Java + Maven – no problem [...]</description>
		<content:encoded><![CDATA[<p>[...] Scala + Java + Maven – no problem [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Soma</title>
		<link>http://mackaz.de/111/comment-page-1#comment-19</link>
		<dc:creator>Soma</dc:creator>
		<pubDate>Mon, 05 Apr 2010 15:02:36 +0000</pubDate>
		<guid isPermaLink="false">http://mackaz.de/?p=111#comment-19</guid>
		<description>Thanks for the walk-through</description>
		<content:encoded><![CDATA[<p>Thanks for the walk-through</p>
]]></content:encoded>
	</item>
</channel>
</rss>

