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

<feed 
   xmlns="http://www.w3.org/2005/Atom"
   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/feeds/atom.xml" rel="self" title="flawed concepts" type="application/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 type="html">flawed concepts</title>
    <subtitle type="html"></subtitle>
    <icon>http://blog.florianlaws.de/templates/default/img/s9y_banner_small.png</icon>
    <id>http://blog.florianlaws.de/</id>
    <updated>2010-09-28T22:54:16Z</updated>
    <generator uri="http://www.s9y.org/" version="1.2-beta2">Serendipity 1.2-beta2 - http://www.s9y.org/</generator>
    <dc:language>de</dc:language>

    <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" />
        <author>
            <name>florian</name>
            <email>nospam@example.com</email>
        </author>
    
        <published>2010-09-28T22:54:16Z</published>
        <updated>2010-09-28T22:54:16Z</updated>
        <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=atom1.0&amp;type=comments&amp;cid=212</wfw:commentRss>
    
            <category scheme="http://blog.florianlaws.de/categories/10-computing" label="computing" term="computing" />
            <category scheme="http://blog.florianlaws.de/categories/9-english" label="english" term="english" />
    
        <id>http://blog.florianlaws.de/archives/212-guid.html</id>
        <title type="html">When Eclipse can't find its JUnit 4 libraries</title>
        <content type="xhtml" 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>
