<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet href="/templates/default/atom.css" type="text/css" ?>

<feed version="0.3" 
   xmlns="http://purl.org/atom/ns#"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <link href="http://blog.florianlaws.de/rss.php?version=atom0.3" rel="service.feed" title="flawed concepts" type="application/x.atom+xml" />
    <link href="http://blog.florianlaws.de/"                        rel="alternate"    title="flawed concepts" type="text/html" />
    <link href="http://blog.florianlaws.de/rss.php?version=2.0"     rel="alternate"    title="flawed concepts" type="application/rss+xml" />
    <title mode="escaped" type="text/html">flawed concepts</title>
    <tagline mode="escaped" type="text/html"></tagline>
    <id>http://blog.florianlaws.de/</id>
    <modified>2010-09-28T22:54:16Z</modified>
    <generator url="http://www.s9y.org/" version="1.2-beta2">Serendipity 1.2-beta2 - http://www.s9y.org/</generator>
    <dc:language>de</dc:language>
    <info mode="xml" type="text/html">
        <div xmlns="http://www.w3.org/1999/xhtml">You are viewing an ATOM formatted XML site feed. Usually this file is inteded to be viewed in an aggregator or syndication software. If you want to know more about ATOM, please visist <a href="http://atomenabled.org/">Atomenabled.org</a></div>
    </info>

    <entry>
        <link href="http://blog.florianlaws.de/archives/212-When-Eclipse-cant-find-its-JUnit-4-libraries.html" rel="alternate" title="When Eclipse can't find its JUnit 4 libraries" type="text/html" />
        <author>
            <name>florian</name>
            <email>nospam@example.com</email>
        </author>
    
        <issued>2010-09-28T22:54:16Z</issued>
        <created>2010-09-28T22:54:16Z</created>
        <modified>2010-09-28T22:54:16Z</modified>
        <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=atom0.3&amp;type=comments&amp;cid=212</wfw:commentRss>
    
        <id>http://blog.florianlaws.de/archives/212-guid.html</id>
        <title mode="escaped" type="text/html">When Eclipse can't find its JUnit 4 libraries</title>
        <content type="application/xhtml+xml" xml:base="http://blog.florianlaws.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Today I lost a bit of time trying to make Eclipse 3.5 run JUnit 4 test cases. It complained about "no tests found". I discovered that JUnit 4 was not on the build path, and I couldn't add it because while Eclipse had an entry in its Build Path -> Libraries -> Add Libraray -> JUnit -> JUnit 4, it just said "Not Found" and that was it. Adding it as an external JAR helped with the compiling but didn't enable the test runners either. <br />
<br />
It turned out that this was actually a <a href="https://bugzilla.redhat.com/show_bug.cgi?id=601059">packaging bug</a> in the Eclipse packages in Fedora 12 and that you have to also install the eclipse-pde package.<br />
I found the solution on <a href="http://forums.fedoraforum.org/showthread.php?t=240886">this thread in the Fedora forums</a> 
            </div>
        </content>

        
    </entry>
</feed>
