<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.dontdrinkandroot.net/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.dontdrinkandroot.net/feed.php">
        <title>dontdrinkandroot java</title>
        <description></description>
        <link>http://www.dontdrinkandroot.net/</link>
        <image rdf:resource="http://www.dontdrinkandroot.net/lib/images/favicon.ico" />
       <dc:date>2012-05-20T21:36:08+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.dontdrinkandroot.net/java/languagefontrenderingtest?rev=1306338410&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.dontdrinkandroot.net/java/maven?rev=1317858798&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.dontdrinkandroot.net/lib/images/favicon.ico">
        <title>dontdrinkandroot</title>
        <link>http://www.dontdrinkandroot.net/</link>
        <url>http://www.dontdrinkandroot.net/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.dontdrinkandroot.net/java/languagefontrenderingtest?rev=1306338410&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-05-25T17:46:50+02:00</dc:date>
        <title>Language Font Rendering Test</title>
        <link>http://www.dontdrinkandroot.net/java/languagefontrenderingtest?rev=1306338410&amp;do=diff</link>
        <description>About


For my Last.fm Tools I need to render the symbols of very different writing systems. To test if all needed Fonts are installed and are rendered correctly I wrote the following little program: LanguageFontRenderingTest.java (public domain).

This will render you an image to a file like the following:</description>
    </item>
    <item rdf:about="http://www.dontdrinkandroot.net/java/maven?rev=1317858798&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-10-06T01:53:18+02:00</dc:date>
        <title>Maven</title>
        <link>http://www.dontdrinkandroot.net/java/maven?rev=1317858798&amp;do=diff</link>
        <description>Passing system properties to unit tests


System properties specified on the command line do not get passed to unit tests as they are running in a different JVM instance.
To enable specific system properties that shall get passed you can isnert the following into the maven-surefire-plugin section of the build section in the pom.xml (This has been tested with version 2.9):</description>
    </item>
</rdf:RDF>

