<?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 for mackaz.de</title>
	<atom:link href="http://mackaz.de/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://mackaz.de</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>Comment on Flex: Show HTML text inside an Alert by vkwave</title>
		<link>http://mackaz.de/681/comment-page-1#comment-4836</link>
		<dc:creator>vkwave</dc:creator>
		<pubDate>Tue, 13 Dec 2011 10:28:58 +0000</pubDate>
		<guid isPermaLink="false">http://mackaz.de/?p=681#comment-4836</guid>
		<description>Brilliant... Thanks for sharing. I was trying to do the same.</description>
		<content:encoded><![CDATA[<p>Brilliant&#8230; Thanks for sharing. I was trying to do the same.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Eclipse: Color your console by chris M</title>
		<link>http://mackaz.de/8/comment-page-1#comment-3689</link>
		<dc:creator>chris M</dc:creator>
		<pubDate>Wed, 07 Sep 2011 10:26:08 +0000</pubDate>
		<guid isPermaLink="false">http://mackaz.de/?p=8#comment-3689</guid>
		<description>Me again,
forget my previous comment.
My regexp was wrong   I forgot (.*) as my pattern postfix .

  (.*)(BUILD FAILURE)(.*)    is a better pattern example

Thanks again.
Chris</description>
		<content:encoded><![CDATA[<p>Me again,<br />
forget my previous comment.<br />
My regexp was wrong   I forgot (.*) as my pattern postfix .</p>
<p>  (.*)(BUILD FAILURE)(.*)    is a better pattern example</p>
<p>Thanks again.<br />
Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Eclipse: Color your console by chris M</title>
		<link>http://mackaz.de/8/comment-page-1#comment-3688</link>
		<dc:creator>chris M</dc:creator>
		<pubDate>Wed, 07 Sep 2011 10:21:29 +0000</pubDate>
		<guid isPermaLink="false">http://mackaz.de/?p=8#comment-3688</guid>
		<description>Hi,
good idea,
but it does not seem to consider messages that I sent to the console using  System.out.println(_s);

It only seems to deal with system messages.

I am using Helios and Blackberry eclipse plugin.

Am i missing something&gt;

All the best
Chris</description>
		<content:encoded><![CDATA[<p>Hi,<br />
good idea,<br />
but it does not seem to consider messages that I sent to the console using  System.out.println(_s);</p>
<p>It only seems to deal with system messages.</p>
<p>I am using Helios and Blackberry eclipse plugin.</p>
<p>Am i missing something&gt;</p>
<p>All the best<br />
Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Batch script: Convert long folder name to short 8.3 name by Chandresh Prakash</title>
		<link>http://mackaz.de/394/comment-page-1#comment-3597</link>
		<dc:creator>Chandresh Prakash</dc:creator>
		<pubDate>Wed, 31 Aug 2011 05:52:04 +0000</pubDate>
		<guid isPermaLink="false">http://mackaz.de/?p=394#comment-3597</guid>
		<description>This script does not seem to work on my Windows XP Pro. The translation is incorrect:
C:\SEU\Java\weblogic-10.3.4\wl-10.3.4\wlserver
translates to
C:\SEU\Java\WEBLOG~1.4\WL-103~1.4\wlserverrver</description>
		<content:encoded><![CDATA[<p>This script does not seem to work on my Windows XP Pro. The translation is incorrect:<br />
C:\SEU\Java\weblogic-10.3.4\wl-10.3.4\wlserver<br />
translates to<br />
C:\SEU\Java\WEBLOG~1.4\WL-103~1.4\wlserverrver</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Build a mixed Scala 2.8/Java application from scratch with Maven 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>Comment on Use Ant-Contrib Tasks in Maven by Pietrino</title>
		<link>http://mackaz.de/493/comment-page-1#comment-2000</link>
		<dc:creator>Pietrino</dc:creator>
		<pubDate>Wed, 23 Mar 2011 03:26:02 +0000</pubDate>
		<guid isPermaLink="false">http://mackaz.de/?p=493#comment-2000</guid>
		<description>A slightly different approach can be found here:
http://docs.codehaus.org/display/MAVENUSER/Using+ant-contrib+tasks+with+maven-antrun-plugin
It puts the ant-contrib dependency inside the plugin element and then uses &lt;code&gt;maven.plugin.classpath&lt;/code&gt; as classpath reference. It prevents you from having to provide the full path (including version) to your local Maven repository.</description>
		<content:encoded><![CDATA[<p>A slightly different approach can be found here:<br />
<a href="http://docs.codehaus.org/display/MAVENUSER/Using+ant-contrib+tasks+with+maven-antrun-plugin" rel="nofollow" onclick="urchinTracker('/outgoing/docs.codehaus.org/display/MAVENUSER/Using+ant-contrib+tasks+with+maven-antrun-plugin?referer=');">http://docs.codehaus.org/display/MAVENUSER/Using+ant-contrib+tasks+with+maven-antrun-plugin</a><br />
It puts the ant-contrib dependency inside the plugin element and then uses <code>maven.plugin.classpath</code> as classpath reference. It prevents you from having to provide the full path (including version) to your local Maven repository.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex: Show HTML text inside an Alert by Valdemar</title>
		<link>http://mackaz.de/681/comment-page-1#comment-1671</link>
		<dc:creator>Valdemar</dc:creator>
		<pubDate>Tue, 15 Feb 2011 10:14:19 +0000</pubDate>
		<guid isPermaLink="false">http://mackaz.de/?p=681#comment-1671</guid>
		<description>Many thanks for this class. Very usefull!</description>
		<content:encoded><![CDATA[<p>Many thanks for this class. Very usefull!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex: Show HTML text inside an Alert by ingo</title>
		<link>http://mackaz.de/681/comment-page-1#comment-1281</link>
		<dc:creator>ingo</dc:creator>
		<pubDate>Sat, 15 Jan 2011 19:16:33 +0000</pubDate>
		<guid isPermaLink="false">http://mackaz.de/?p=681#comment-1281</guid>
		<description>Thx for ur comment ;) Happy new year to you, too!
I&#039;m currently helping a student getting a little Flex-project running - in my spare time. 

Yeah i think we&#039;ll meet again after AS finished his thesis.</description>
		<content:encoded><![CDATA[<p>Thx for ur comment <img src='http://mackaz.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Happy new year to you, too!<br />
I&#8217;m currently helping a student getting a little Flex-project running &#8211; in my spare time. </p>
<p>Yeah i think we&#8217;ll meet again after AS finished his thesis.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex: Show HTML text inside an Alert by karfau</title>
		<link>http://mackaz.de/681/comment-page-1#comment-1280</link>
		<dc:creator>karfau</dc:creator>
		<pubDate>Sat, 15 Jan 2011 18:56:48 +0000</pubDate>
		<guid isPermaLink="false">http://mackaz.de/?p=681#comment-1280</guid>
		<description>Hey,
happy new year,
how comes that u have to use Flex? ;)

I hope we will see us soon,
karfau</description>
		<content:encoded><![CDATA[<p>Hey,<br />
happy new year,<br />
how comes that u have to use Flex? <img src='http://mackaz.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>I hope we will see us soon,<br />
karfau</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Maven &amp; Scala: Add source folder to Eclipse Project by Andreas Pieber</title>
		<link>http://mackaz.de/304/comment-page-1#comment-1147</link>
		<dc:creator>Andreas Pieber</dc:creator>
		<pubDate>Tue, 04 Jan 2011 07:52:34 +0000</pubDate>
		<guid isPermaLink="false">http://mackaz.de/?p=304#comment-1147</guid>
		<description>Ha, this was exactly what I was looking for :) Thank you very much for sharing this!</description>
		<content:encoded><![CDATA[<p>Ha, this was exactly what I was looking for <img src='http://mackaz.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Thank you very much for sharing this!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

