<?xml version="1.0" encoding="utf-8" ?>

<rdf:RDF 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns="http://my.netscape.com/rdf/simple/0.9/">
<channel>
    <title>flawed concepts</title>
    <link>http://blog.florianlaws.de/</link>
    <description></description>
    <dc:language>de</dc:language>

    <image rdf:resource="http://blog.florianlaws.de/templates/default/img/s9y_banner_small.png" />

    <items>
      <rdf:Seq>
        <rdf:li resource="http://blog.florianlaws.de/archives/212-guid.html" />
      </rdf:Seq>
    </items>
</channel>

<image rdf:about="http://blog.florianlaws.de/templates/default/img/s9y_banner_small.png">
        <url>http://blog.florianlaws.de/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: flawed concepts - </title>
        <link>http://blog.florianlaws.de/</link>
        <width>100</width>
        <height>21</height>
    </image>


<item rdf:about="http://blog.florianlaws.de/archives/212-guid.html">
    <title>When Eclipse can't find its JUnit 4 libraries</title>
    <link>http://blog.florianlaws.de/archives/212-When-Eclipse-cant-find-its-JUnit-4-libraries.html</link>
    <description>
    Today I lost a bit of time trying to make Eclipse 3.5 run JUnit 4 test cases. It complained about &quot;no tests found&quot;. I discovered that JUnit 4 was not on the build path, and I couldn&#039;t add it because while Eclipse had an entry in its Build Path -&gt; Libraries -&gt; Add Libraray -&gt; JUnit -&gt; JUnit 4, it just said &quot;Not Found&quot; and that was it. Adding it as an external JAR helped with the compiling but didn&#039;t enable the test runners either. &lt;br /&gt;
&lt;br /&gt;
It turned out that this was actually a &lt;a href=&quot;https://bugzilla.redhat.com/show_bug.cgi?id=601059&quot;&gt;packaging bug&lt;/a&gt; in the Eclipse packages in Fedora 12 and that you have to also install the eclipse-pde package.&lt;br /&gt;
I found the solution on &lt;a href=&quot;http://forums.fedoraforum.org/showthread.php?t=240886&quot;&gt;this thread in the Fedora forums&lt;/a&gt; 
    </description>

    <dc:publisher>flawed concepts</dc:publisher>
    <dc:creator>nospam@example.com (florian)</dc:creator>
    <dc:subject>
    computing, english, </dc:subject>
    <dc:date>2010-09-28T22:54:16Z</dc:date>
    <wfw:comment>http://blog.florianlaws.de/wfwcomment.php?cid=212</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blog.florianlaws.de/rss.php?version=1.0&amp;type=comments&amp;cid=212</wfw:commentRss>
    
    
</item>

</rdf:RDF>

