                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>No technical expert advice can be found here ;)</title>
	<atom:link href="http://blog.elitecoderz.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.elitecoderz.net</link>
	<description>Weblog by Erik Scholtz</description>
	<lastBuildDate>Thu, 08 Dec 2011 09:46:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Read OS X binary .plist with Java</title>
		<link>http://blog.elitecoderz.net/read-os-x-binary-plist-with-java/2011/01/</link>
		<comments>http://blog.elitecoderz.net/read-os-x-binary-plist-with-java/2011/01/#comments</comments>
		<pubDate>Mon, 17 Jan 2011 10:30:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[binary]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[parse]]></category>
		<category><![CDATA[plist]]></category>
		<category><![CDATA[read]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://blog.elitecoderz.net/?p=387</guid>
		<description><![CDATA[With OS X 10.2 Apple introduced a more space-efficient binary plist-format. With OS X 10.4 this new binary format became the default format. The underlaying format is a simple XML-format (introduced with OS X 10.0), which was easy to read and parse from Java. The new format must be parsed in a special way: either [...]]]></description>
		<wfw:commentRss>http://blog.elitecoderz.net/read-os-x-binary-plist-with-java/2011/01/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Run Installer (.pkg or .mpkg) without user dialog (silentmode) from console on OS X</title>
		<link>http://blog.elitecoderz.net/run-installer-pkg-or-mpkg-without-user-dialog-silentmode-from-console-on-os-x/2010/07/</link>
		<comments>http://blog.elitecoderz.net/run-installer-pkg-or-mpkg-without-user-dialog-silentmode-from-console-on-os-x/2010/07/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 08:23:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[automated run]]></category>
		<category><![CDATA[installer]]></category>
		<category><![CDATA[mpgk]]></category>
		<category><![CDATA[pgk]]></category>
		<category><![CDATA[silentmode]]></category>
		<category><![CDATA[sudo]]></category>

		<guid isPermaLink="false">http://blog.elitecoderz.net/?p=379</guid>
		<description><![CDATA[Very often, software for OS X is provided as .pkg or .mpkg bundles (the difference is, that .mpkg bundles are more customizable than the .pkg-installers). If you want to install them without clicking through the GUI-user-dialog, you can do this by running the installer from the console in silent mode: sudo -S installer -verbose -pkg [...]]]></description>
		<wfw:commentRss>http://blog.elitecoderz.net/run-installer-pkg-or-mpkg-without-user-dialog-silentmode-from-console-on-os-x/2010/07/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cluster Filesystem for FreeBSD &#8211; GFS, OCFS2, &#8230;?</title>
		<link>http://blog.elitecoderz.net/cluster-filesystem-for-freebsd-gfs-ocfs2/2010/06/</link>
		<comments>http://blog.elitecoderz.net/cluster-filesystem-for-freebsd-gfs-ocfs2/2010/06/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 08:45:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[filesystem]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[audit]]></category>
		<category><![CDATA[cluster.gfs]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[multiple]]></category>
		<category><![CDATA[ocfs2]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[rsync]]></category>

		<guid isPermaLink="false">http://blog.elitecoderz.net/?p=339</guid>
		<description><![CDATA[To make it short: There is absolutely NO real Cluster-Filesystem (like GFS or OCFS2) for FreeBSD at present. Also other projects for distributed filesystems like GlusterFS, PVFS or DRBD are not ported to FreeBSD, or the ports are very old. Since I was in the need to have four identical data-filesystems (which have to be [...]]]></description>
		<wfw:commentRss>http://blog.elitecoderz.net/cluster-filesystem-for-freebsd-gfs-ocfs2/2010/06/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>org.mortbay.thread.Timeout. exception on new GWT webapplication with instantiations gwt designer or windowbuilder pro</title>
		<link>http://blog.elitecoderz.net/org-mortbay-thread-timeout-exception-on-new-gwt-webapplication-with-instantiations-gwt-designer-or-windowbuilder-pro/2010/05/</link>
		<comments>http://blog.elitecoderz.net/org-mortbay-thread-timeout-exception-on-new-gwt-webapplication-with-instantiations-gwt-designer-or-windowbuilder-pro/2010/05/#comments</comments>
		<pubDate>Wed, 12 May 2010 09:30:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[GWT]]></category>
		<category><![CDATA[exception]]></category>
		<category><![CDATA[instantiations]]></category>

		<guid isPermaLink="false">http://blog.elitecoderz.net/?p=365</guid>
		<description><![CDATA[When creating a new WebApplication with GWT SDK 2.0.3 and App Engine SDK 1.3.3 in eclipse using the Instantiations WindowBuilder Pro or GWT Designer, the following error occors when trying to launch the &#8220;GWT application&#8221; (google calls this &#8220;Development Mode&#8221;). Exception in thread &#8220;main&#8221; java.lang.NoSuchMethodError: org.mortbay.thread.Timeout.&#60;init&#62;(Ljava/lang/Object;)V at org.mortbay.io.nio.SelectorManager$SelectSet.&#60;init&#62;(SelectorManager.java:306) at org.mortbay.io.nio.SelectorManager.doStart(SelectorManager.java:223) at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39) at org.mortbay.jetty.nio.SelectChannelConnector.doStart(SelectChannelConnector.java:303) at [...]]]></description>
		<wfw:commentRss>http://blog.elitecoderz.net/org-mortbay-thread-timeout-exception-on-new-gwt-webapplication-with-instantiations-gwt-designer-or-windowbuilder-pro/2010/05/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Missing required argument &#8216;module[s]&#8216; Google Web Toolkit &#8211; jetty does not start in eclipse &#8211; project is not GWT project</title>
		<link>http://blog.elitecoderz.net/missing-required-argument-modules-google-web-toolkit-jetty-does-not-start-in-eclipse-project-is-not-gwt-project/2010/04/</link>
		<comments>http://blog.elitecoderz.net/missing-required-argument-modules-google-web-toolkit-jetty-does-not-start-in-eclipse-project-is-not-gwt-project/2010/04/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 06:56:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[GWT]]></category>
		<category><![CDATA[jetty]]></category>

		<guid isPermaLink="false">http://blog.elitecoderz.net/?p=356</guid>
		<description><![CDATA[Missing required argument &#8216;module[s]&#8216; Google Web Toolkit 2.0.3 DevMode [-noserver] [-port port-number &#124; "auto"] [-whitelist whitelist-string] [-blacklist blacklist-string] [-logdir directory] [-logLevel level] [-gen dir] [-bindAddress host-name-or-address] [-codeServerPort port-number &#124; "auto"] [-server servletContainerLauncher[:args]] [-startupUrl url] [-war dir] [-extra dir] [-workDir dir] module[s] where -noserver Prevents the embedded web server from running -port Specifies the TCP port [...]]]></description>
		<wfw:commentRss>http://blog.elitecoderz.net/missing-required-argument-modules-google-web-toolkit-jetty-does-not-start-in-eclipse-project-is-not-gwt-project/2010/04/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>iStor problem solved / can’t find block in cyl 0 / cg 0: bad magic number</title>
		<link>http://blog.elitecoderz.net/istor-problem-solved-can%e2%80%99t-find-block-in-cyl-0-cg-0-bad-magic-number/2010/03/</link>
		<comments>http://blog.elitecoderz.net/istor-problem-solved-can%e2%80%99t-find-block-in-cyl-0-cg-0-bad-magic-number/2010/03/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 12:14:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[can't find block in cyl 0]]></category>
		<category><![CDATA[cg 0: bad magic number]]></category>
		<category><![CDATA[iSCSI]]></category>
		<category><![CDATA[iStor]]></category>
		<category><![CDATA[PetaStor]]></category>
		<category><![CDATA[ufs]]></category>

		<guid isPermaLink="false">http://blog.elitecoderz.net/?p=332</guid>
		<description><![CDATA[After over one year working together with Danny Braniss and testing several thousands of options, settings and configurations, I managed to get the iStore iSCSI-device working together with FreeBSD. Just to remember. The following error occured, when trying to write an UFS filesystem to the device: newfs -O2 /dev/da0s1 /dev/da0s1: 782023.5MB (1601584044 sectors) block size [...]]]></description>
		<wfw:commentRss>http://blog.elitecoderz.net/istor-problem-solved-can%e2%80%99t-find-block-in-cyl-0-cg-0-bad-magic-number/2010/03/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GWT Toolbar for RichTextArea (a RichTextToolbar with HTML-Editor)</title>
		<link>http://blog.elitecoderz.net/gwt-toolbar-for-richtextarea-a-richtexttoolbar-with-html-editor/2010/02/</link>
		<comments>http://blog.elitecoderz.net/gwt-toolbar-for-richtextarea-a-richtexttoolbar-with-html-editor/2010/02/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 07:13:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[GWT]]></category>
		<category><![CDATA[RichTextArea]]></category>
		<category><![CDATA[RichTextToolBar]]></category>
		<category><![CDATA[Widget]]></category>

		<guid isPermaLink="false">http://blog.elitecoderz.net/?p=322</guid>
		<description><![CDATA[Due to the lack of a RichTextToolbar including the option to switch between HTML and WYSIWYG-view, I wrote a simple implementation for my own. Here is a screenshot and the complete source-code. The Toolbar is compatible to GWT 2.0, but can be easily downgraded to GWT 1.7.x. If you need a downgraded version, feel free [...]]]></description>
		<wfw:commentRss>http://blog.elitecoderz.net/gwt-toolbar-for-richtextarea-a-richtexttoolbar-with-html-editor/2010/02/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Alternative for Mouse Gestures Redox</title>
		<link>http://blog.elitecoderz.net/alternative-for-mouse-gestures-redox/2010/01/</link>
		<comments>http://blog.elitecoderz.net/alternative-for-mouse-gestures-redox/2010/01/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 08:48:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://blog.elitecoderz.net/?p=318</guid>
		<description><![CDATA[I loved to use the Firefox-Plugin &#8220;Mouse Gestures Redox&#8221; under Firefox. It enables you to navigate with some little mouse-movements and saves a lot of time. Unfortunatly, the Plugin is not maintained any longer, and does not work under actual versions of Firefox. So I had to decide either to use an old Firefox, or [...]]]></description>
		<wfw:commentRss>http://blog.elitecoderz.net/alternative-for-mouse-gestures-redox/2010/01/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>GWT and tomcat: Create .war using eclipse to deploy .war on tomcat</title>
		<link>http://blog.elitecoderz.net/gwt-and-tomcat-create-war-using-eclipse-to-deploy-war-on-tomcat/2009/12/</link>
		<comments>http://blog.elitecoderz.net/gwt-and-tomcat-create-war-using-eclipse-to-deploy-war-on-tomcat/2009/12/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 18:35:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[GWT]]></category>
		<category><![CDATA[deploy]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[jar]]></category>
		<category><![CDATA[tomcat]]></category>
		<category><![CDATA[war]]></category>

		<guid isPermaLink="false">http://blog.elitecoderz.net/?p=286</guid>
		<description><![CDATA[Howto compfortably build a correct .war from your GWT-project using eclipse to deploy it to a tomcat server. There are only two simple steps to take, to build a .war from your GWT project: Short version: The first step is building a .jar from your src-folder and putting the .jar into the lib-folder of the [...]]]></description>
		<wfw:commentRss>http://blog.elitecoderz.net/gwt-and-tomcat-create-war-using-eclipse-to-deploy-war-on-tomcat/2009/12/feed/</wfw:commentRss>
		<slash:comments>60</slash:comments>
		</item>
		<item>
		<title>GWT &#8211; java.lang.NoClassDefFoundError when using .jars with eclipse</title>
		<link>http://blog.elitecoderz.net/gwt-java-lang-noclassdeffounderror-when-using-jars-with-eclipse/2009/12/</link>
		<comments>http://blog.elitecoderz.net/gwt-java-lang-noclassdeffounderror-when-using-jars-with-eclipse/2009/12/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 19:55:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[GWT]]></category>
		<category><![CDATA[deploy]]></category>
		<category><![CDATA[jar]]></category>
		<category><![CDATA[NoClassDefFoundError]]></category>
		<category><![CDATA[war]]></category>

		<guid isPermaLink="false">http://blog.elitecoderz.net/?p=288</guid>
		<description><![CDATA[10.12.2009 19:19:19 com.google.apphosting.utils.jetty.JettyLogger warn WARNUNG: Nested in javax.servlet.ServletException: init: java.lang.NoClassDefFoundError: org/jibble/pircbot/PircBot at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:675) This exception can occure, when you try to use an .jar with GWT on the server side. The error message tells you, that the included path to your .jar (in this case org.jibble.pircbot.PircBot) can not be found. This normally [...]]]></description>
		<wfw:commentRss>http://blog.elitecoderz.net/gwt-java-lang-noclassdeffounderror-when-using-jars-with-eclipse/2009/12/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>

