<?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 Jabbering Giraffe</title>
	<atom:link href="http://happygiraffe.net/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://happygiraffe.net/blog</link>
	<description></description>
	<lastBuildDate>Tue, 16 Feb 2010 16:00:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Google Collections to the rescue by Deepak</title>
		<link>http://happygiraffe.net/blog/2008/07/22/google-collections-to-the-rescue/comment-page-1/#comment-1351</link>
		<dc:creator>Deepak</dc:creator>
		<pubDate>Tue, 16 Feb 2010 16:00:50 +0000</pubDate>
		<guid isPermaLink="false">tag:happygiraffe.net:Article12975#comment-1351</guid>
		<description>I tried exploring features in this article - http://www.myhomepageindia.com/index.php/2010/01/07/google-collection-types.html</description>
		<content:encoded><![CDATA[<p>I tried exploring features in this article &#8211; <a href="http://www.myhomepageindia.com/index.php/2010/01/07/google-collection-types.html" rel="nofollow">http://www.myhomepageindia.com/index.php/2010/01/07/google-collection-types.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Logging in Cocoon 2.2 by dom</title>
		<link>http://happygiraffe.net/blog/2008/08/27/logging-in-cocoon-22/comment-page-1/#comment-1292</link>
		<dc:creator>dom</dc:creator>
		<pubDate>Mon, 23 Nov 2009 17:17:38 +0000</pubDate>
		<guid isPermaLink="false">http://happygiraffe.net/blog/?p=1331#comment-1292</guid>
		<description>&lt;a href=&quot;#comment-1291&quot; rel=&quot;nofollow&quot;&gt;@Andreas Hartmann&lt;/a&gt; Excellent — I&#039;m glad that works for you.  Apart from the log4j.xml.  I &lt;em&gt;much&lt;/em&gt; prefer log4j.properties. :)</description>
		<content:encoded><![CDATA[<p><a href="#comment-1291" rel="nofollow">@Andreas Hartmann</a> Excellent — I&#8217;m glad that works for you.  Apart from the log4j.xml.  I <em>much</em> prefer log4j.properties. <img src='http://happygiraffe.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Logging in Cocoon 2.2 by Andreas Hartmann</title>
		<link>http://happygiraffe.net/blog/2008/08/27/logging-in-cocoon-22/comment-page-1/#comment-1291</link>
		<dc:creator>Andreas Hartmann</dc:creator>
		<pubDate>Mon, 23 Nov 2009 16:18:01 +0000</pubDate>
		<guid isPermaLink="false">http://happygiraffe.net/blog/?p=1331#comment-1291</guid>
		<description>The following configuration for the surefire plugin is needed to make the log4j configuration work with the tests:

&lt;pre lang=&quot;xml&quot;&gt;
      &lt;plugin&gt;
        &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
        &lt;artifactId&gt;maven-surefire-plugin&lt;/artifactId&gt;
        &lt;configuration&gt;
          &lt;systemProperties&gt;
            &lt;property&gt;
              &lt;name&gt;log4j.configuration&lt;/name&gt;
              &lt;value&gt;file://${project.basedir}/etc/log4j.xml&lt;/value&gt;
            &lt;/property&gt;
          &lt;/systemProperties&gt;
        &lt;/configuration&gt;
      &lt;/plugin&gt;
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>The following configuration for the surefire plugin is needed to make the log4j configuration work with the tests:</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;">      <span style="color: #ddbb00;">&lt;</span>plugin<span style="color: #ddbb00;">&gt;</span>
        <span style="color: #ddbb00;">&lt;</span>groupId<span style="color: #ddbb00;">&gt;</span>org.apache.maven.plugins<span style="color: #ddbb00;">&lt;</span>/groupId<span style="color: #ddbb00;">&gt;</span>
        <span style="color: #ddbb00;">&lt;</span>artifactId<span style="color: #ddbb00;">&gt;</span>maven-surefire-plugin<span style="color: #ddbb00;">&lt;</span>/artifactId<span style="color: #ddbb00;">&gt;</span>
        <span style="color: #ddbb00;">&lt;</span>configuration<span style="color: #ddbb00;">&gt;</span>
          <span style="color: #ddbb00;">&lt;</span>systemProperties<span style="color: #ddbb00;">&gt;</span>
            <span style="color: #ddbb00;">&lt;</span>property<span style="color: #ddbb00;">&gt;</span>
              <span style="color: #ddbb00;">&lt;</span>name<span style="color: #ddbb00;">&gt;</span>log4j.configuration<span style="color: #ddbb00;">&lt;</span>/name<span style="color: #ddbb00;">&gt;</span>
              <span style="color: #ddbb00;">&lt;</span>value<span style="color: #ddbb00;">&gt;</span>file://${project.basedir}/etc/log4j.xml<span style="color: #ddbb00;">&lt;</span>/value<span style="color: #ddbb00;">&gt;</span>
            <span style="color: #ddbb00;">&lt;</span>/property<span style="color: #ddbb00;">&gt;</span>
          <span style="color: #ddbb00;">&lt;</span>/systemProperties<span style="color: #ddbb00;">&gt;</span>
        <span style="color: #ddbb00;">&lt;</span>/configuration<span style="color: #ddbb00;">&gt;</span>
      <span style="color: #ddbb00;">&lt;</span>/plugin<span style="color: #ddbb00;">&gt;</span></pre></div></div>

]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Perforce Perspective by dom</title>
		<link>http://happygiraffe.net/blog/2009/11/09/the-perforce-perspective/comment-page-1/#comment-1282</link>
		<dc:creator>dom</dc:creator>
		<pubDate>Wed, 11 Nov 2009 10:00:13 +0000</pubDate>
		<guid isPermaLink="false">http://happygiraffe.net/blog/?p=1644#comment-1282</guid>
		<description>&lt;a href=&quot;#comment-1281&quot; rel=&quot;nofollow&quot;&gt;@Tony Smith&lt;/a&gt;  Thanks!  That&#039;s helpful.  Though it feels slightly odd to me (when compared to other VCS) that you have to take care of this yourself.</description>
		<content:encoded><![CDATA[<p><a href="#comment-1281" rel="nofollow">@Tony Smith</a>  Thanks!  That&#8217;s helpful.  Though it feels slightly odd to me (when compared to other VCS) that you have to take care of this yourself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Perforce Perspective by Tony Smith</title>
		<link>http://happygiraffe.net/blog/2009/11/09/the-perforce-perspective/comment-page-1/#comment-1281</link>
		<dc:creator>Tony Smith</dc:creator>
		<pubDate>Wed, 11 Nov 2009 09:44:19 +0000</pubDate>
		<guid isPermaLink="false">http://happygiraffe.net/blog/?p=1644#comment-1281</guid>
		<description>Here&#039;s a better recipe for adding files:

 $ find . -type f &#124; p4 -x - add 2&gt;/dev/null

It just adds everything in the current directory and below and the files that already exist will fail. If you have files in your workspace that you want to exclude from this (*.o etc.), then just unmap them from your client workspace:

  -//....o //myproject-client/unmapped/....o

This will ensure that the &#039;p4 add&#039; fails for those files.</description>
		<content:encoded><![CDATA[<p>Here&#8217;s a better recipe for adding files:</p>
<p> $ find . -type f | p4 -x &#8211; add 2&gt;/dev/null</p>
<p>It just adds everything in the current directory and below and the files that already exist will fail. If you have files in your workspace that you want to exclude from this (*.o etc.), then just unmap them from your client workspace:</p>
<p>  -//&#8230;.o //myproject-client/unmapped/&#8230;.o</p>
<p>This will ensure that the &#8216;p4 add&#8217; fails for those files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using a Java 6 based Eclipse with Cocoa by dom</title>
		<link>http://happygiraffe.net/blog/2009/07/15/using-a-java-6-based-eclipse-with-cocoa/comment-page-1/#comment-1270</link>
		<dc:creator>dom</dc:creator>
		<pubDate>Sat, 24 Oct 2009 07:15:28 +0000</pubDate>
		<guid isPermaLink="false">http://happygiraffe.net/blog/?p=1553#comment-1270</guid>
		<description>Actually, since I wrote this, eclipse 3.5 SR1 has been released.  There is now a 64-bit cocoa download available from the regular eclipse download page.</description>
		<content:encoded><![CDATA[<p>Actually, since I wrote this, eclipse 3.5 SR1 has been released.  There is now a 64-bit cocoa download available from the regular eclipse download page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using a Java 6 based Eclipse with Cocoa by Brian</title>
		<link>http://happygiraffe.net/blog/2009/07/15/using-a-java-6-based-eclipse-with-cocoa/comment-page-1/#comment-1269</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Fri, 23 Oct 2009 17:32:39 +0000</pubDate>
		<guid isPermaLink="false">http://happygiraffe.net/blog/?p=1553#comment-1269</guid>
		<description>Thank you! been chasing this all day on my snow-leopard installation. Now I know what my issue is I can try to fix it!</description>
		<content:encoded><![CDATA[<p>Thank you! been chasing this all day on my snow-leopard installation. Now I know what my issue is I can try to fix it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Book review: Solr 1.4 Enterprise Search Server by dom</title>
		<link>http://happygiraffe.net/blog/2009/10/20/book-review-solr-1-4-enterprise-search-server/comment-page-1/#comment-1262</link>
		<dc:creator>dom</dc:creator>
		<pubDate>Thu, 22 Oct 2009 10:37:42 +0000</pubDate>
		<guid isPermaLink="false">http://happygiraffe.net/blog/?p=1630#comment-1262</guid>
		<description>Well, thank you.  It&#039;s a really good book, and &lt;em&gt;just&lt;/em&gt; the thing I was after a few months back.  I&#039;m sure it&#039;ll help a lot more people get to grips with Solr.</description>
		<content:encoded><![CDATA[<p>Well, thank you.  It&#8217;s a really good book, and <em>just</em> the thing I was after a few months back.  I&#8217;m sure it&#8217;ll help a lot more people get to grips with Solr.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on No escape() from JavaScript by dom</title>
		<link>http://happygiraffe.net/blog/2009/09/14/no-escape-from-javascript/comment-page-1/#comment-1261</link>
		<dc:creator>dom</dc:creator>
		<pubDate>Thu, 22 Oct 2009 10:36:55 +0000</pubDate>
		<guid isPermaLink="false">http://happygiraffe.net/blog/?p=1618#comment-1261</guid>
		<description>Thanks — that&#039;s useful to know, particularly now IntelliJ is freely available.  But I really do feel that it should be part of JSLint as so many people rely on it…</description>
		<content:encoded><![CDATA[<p>Thanks — that&#8217;s useful to know, particularly now IntelliJ is freely available.  But I really do feel that it should be part of JSLint as so many people rely on it…</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on No escape() from JavaScript by David Smiley</title>
		<link>http://happygiraffe.net/blog/2009/09/14/no-escape-from-javascript/comment-page-1/#comment-1259</link>
		<dc:creator>David Smiley</dc:creator>
		<pubDate>Thu, 22 Oct 2009 04:10:06 +0000</pubDate>
		<guid isPermaLink="false">http://happygiraffe.net/blog/?p=1618#comment-1259</guid>
		<description>FWIW, IntelliJ IDEA warns me of this problem (encode being deprecated).  Consequently, I haven&#039;t used encode() in a long time because of it.</description>
		<content:encoded><![CDATA[<p>FWIW, IntelliJ IDEA warns me of this problem (encode being deprecated).  Consequently, I haven&#8217;t used encode() in a long time because of it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
