<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for GilesBathgate</title>
	<atom:link href="http://www.gilesbathgate.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gilesbathgate.com</link>
	<description>Things I want to tell the world</description>
	<lastBuildDate>Sun, 28 Feb 2010 11:57:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Green Code by GilesBathgate &#187; OverlapStrap progress and firmware modification</title>
		<link>http://www.gilesbathgate.com/2010/02/green-code/comment-page-1/#comment-1011</link>
		<dc:creator>GilesBathgate &#187; OverlapStrap progress and firmware modification</dc:creator>
		<pubDate>Sun, 28 Feb 2010 11:57:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.gilesbathgate.com/?p=312#comment-1011</guid>
		<description>[...] software for features that don&#8217;t exist. I am a strong believer of YAGNI and also think that Green Code is a violation of this principle, so I was a bit annoyed to find both of these practices employed [...]</description>
		<content:encoded><![CDATA[<p>[...] software for features that don&#8217;t exist. I am a strong believer of YAGNI and also think that Green Code is a violation of this principle, so I was a bit annoyed to find both of these practices employed [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OverlapStrap Y Roller and Chassis by GilesBathgate &#187; OverlapStrap Y-Roller and Chassis Drawings</title>
		<link>http://www.gilesbathgate.com/2010/01/overlapstrap-y-roller-and-chassis/comment-page-1/#comment-1010</link>
		<dc:creator>GilesBathgate &#187; OverlapStrap Y-Roller and Chassis Drawings</dc:creator>
		<pubDate>Fri, 26 Feb 2010 17:56:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.gilesbathgate.com/2010/01/overlapstrap-y-roller-and-chassis/#comment-1010</guid>
		<description>[...] are a few extra drawings of the parts shown in the photo from the post I did a few weeks ago.The chassis is made from 12mm thick mdf. I chose 12mm thick mdf so that it would be the same width [...]</description>
		<content:encoded><![CDATA[<p>[...] are a few extra drawings of the parts shown in the photo from the post I did a few weeks ago.The chassis is made from 12mm thick mdf. I chose 12mm thick mdf so that it would be the same width [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bleeding Edge reprap software. by Giles</title>
		<link>http://www.gilesbathgate.com/2010/02/bleeding-edge-reprap-software/comment-page-1/#comment-1009</link>
		<dc:creator>Giles</dc:creator>
		<pubDate>Mon, 22 Feb 2010 13:36:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.gilesbathgate.com/2010/02/bleeding-edge-reprap-software/#comment-1009</guid>
		<description>I understand that most people probably use Eclipse IDE to compile this source. I just wanted a neat way of doing it wihtout needing  the IDE. As I understand, by adding the attributes to the build-user.xml file the said manifest file is automatically generated by ant. My solution works, but no doubt there are many ways to achieve the same thing.</description>
		<content:encoded><![CDATA[<p>I understand that most people probably use Eclipse IDE to compile this source. I just wanted a neat way of doing it wihtout needing  the IDE. As I understand, by adding the attributes to the build-user.xml file the said manifest file is automatically generated by ant. My solution works, but no doubt there are many ways to achieve the same thing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bleeding Edge reprap software. by Paulo Faria</title>
		<link>http://www.gilesbathgate.com/2010/02/bleeding-edge-reprap-software/comment-page-1/#comment-1008</link>
		<dc:creator>Paulo Faria</dc:creator>
		<pubDate>Sun, 21 Feb 2010 23:12:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.gilesbathgate.com/2010/02/bleeding-edge-reprap-software/#comment-1008</guid>
		<description>You normally use http://en.wikipedia.org/wiki/Manifest_file to declare classpath in jars.&lt;br /&gt;&lt;br /&gt;Your ide should do that automatically if you use it.&lt;br /&gt;&lt;br /&gt;I don&#039;t remember how to do it from the command line. IF you need to do it manually the look here http://en.wikipedia.org/wiki/Classpath_%28Java%29#Setting_the_path_in_a_Manifest_file</description>
		<content:encoded><![CDATA[<p>You normally use <a href="http://en.wikipedia.org/wiki/Manifest_file" rel="nofollow">http://en.wikipedia.org/wiki/Manifest_file</a> to declare classpath in jars.</p>
<p>Your ide should do that automatically if you use it.</p>
<p>I don&#39;t remember how to do it from the command line. IF you need to do it manually the look here <a href="http://en.wikipedia.org/wiki/Classpath_%28Java%29#Setting_the_path_in_a_Manifest_file" rel="nofollow">http://en.wikipedia.org/wiki/Classpath_%28Java%29#Setting_the_path_in_a_Manifest_file</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bleeding Edge reprap software. by Giles</title>
		<link>http://www.gilesbathgate.com/2010/02/bleeding-edge-reprap-software/comment-page-1/#comment-1007</link>
		<dc:creator>Giles</dc:creator>
		<pubDate>Sat, 20 Feb 2010 12:18:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.gilesbathgate.com/2010/02/bleeding-edge-reprap-software/#comment-1007</guid>
		<description>Just remembered that the reason I wanted to post this was because I kept getting runtime errors, it turns out that when you run java with the -jar commandline option it ignores CLASSPATH environment variable aswell as ignoring the -classpath command line argument, so the only way to get it to work was to include the class path in the manifest of reprap.jar&lt;br /&gt;&lt;br /&gt;The error I kept getting was:&lt;br /&gt;&lt;br /&gt;Exception in thread &quot;RepRap&quot; java.lang.NoClassDefFoundError: javax/vecmath/Color3f&lt;br /&gt; at org.reprap.Preferences.(Unknown Source)&lt;br /&gt; at org.reprap.machines.MachineFactory.create(Unknown Source)&lt;br /&gt; at org.reprap.Main.(Unknown Source)&lt;br /&gt; at org.reprap.Main$10.run(Unknown Source)&lt;br /&gt; at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:226)&lt;br /&gt; at java.awt.EventQueue.dispatchEvent(EventQueue.java:602)&lt;br /&gt; at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275)&lt;br /&gt; at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200)&lt;br /&gt; at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)&lt;br /&gt; at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:185)&lt;br /&gt; at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:177)&lt;br /&gt; at java.awt.EventDispatchThread.run(EventDispatchThread.java:138)&lt;br /&gt;Caused by: java.lang.ClassNotFoundException: javax.vecmath.Color3f&lt;br /&gt; at java.net.URLClassLoader$1.run(URLClassLoader.java:217)&lt;br /&gt; at java.security.AccessController.doPrivileged(Native Method)&lt;br /&gt; at java.net.URLClassLoader.findClass(URLClassLoader.java:205)&lt;br /&gt; at java.lang.ClassLoader.loadClass(ClassLoader.java:319)&lt;br /&gt; at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)&lt;br /&gt; at java.lang.ClassLoader.loadClass(ClassLoader.java:264)&lt;br /&gt; at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:332)&lt;br /&gt; ... 12 more&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Hopefully google will pick this up, and if anyone has the same problem then this post will be of use.</description>
		<content:encoded><![CDATA[<p>Just remembered that the reason I wanted to post this was because I kept getting runtime errors, it turns out that when you run java with the -jar commandline option it ignores CLASSPATH environment variable aswell as ignoring the -classpath command line argument, so the only way to get it to work was to include the class path in the manifest of reprap.jar</p>
<p>The error I kept getting was:</p>
<p>Exception in thread &quot;RepRap&quot; java.lang.NoClassDefFoundError: javax/vecmath/Color3f<br /> at org.reprap.Preferences.(Unknown Source)<br /> at org.reprap.machines.MachineFactory.create(Unknown Source)<br /> at org.reprap.Main.(Unknown Source)<br /> at org.reprap.Main$10.run(Unknown Source)<br /> at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:226)<br /> at java.awt.EventQueue.dispatchEvent(EventQueue.java:602)<br /> at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275)<br /> at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200)<br /> at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)<br /> at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:185)<br /> at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:177)<br /> at java.awt.EventDispatchThread.run(EventDispatchThread.java:138)<br />Caused by: java.lang.ClassNotFoundException: javax.vecmath.Color3f<br /> at java.net.URLClassLoader$1.run(URLClassLoader.java:217)<br /> at java.security.AccessController.doPrivileged(Native Method)<br /> at java.net.URLClassLoader.findClass(URLClassLoader.java:205)<br /> at java.lang.ClassLoader.loadClass(ClassLoader.java:319)<br /> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)<br /> at java.lang.ClassLoader.loadClass(ClassLoader.java:264)<br /> at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:332)<br /> &#8230; 12 more</p>
<p>Hopefully google will pick this up, and if anyone has the same problem then this post will be of use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bleeding Edge reprap software. by BodgeIt</title>
		<link>http://www.gilesbathgate.com/2010/02/bleeding-edge-reprap-software/comment-page-1/#comment-1006</link>
		<dc:creator>BodgeIt</dc:creator>
		<pubDate>Sat, 20 Feb 2010 03:18:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.gilesbathgate.com/2010/02/bleeding-edge-reprap-software/#comment-1006</guid>
		<description>Just catching up on your posts its looking good.. &lt;br /&gt;&lt;br /&gt;I need to decide on which OS to use next Windas or Ubuntu.. Just download Ubuntu 9.1 &lt;br /&gt;&lt;br /&gt;Oh and I got 4 of those Thermistors you found at Farnell thank they look good.. nice long leads too</description>
		<content:encoded><![CDATA[<p>Just catching up on your posts its looking good.. </p>
<p>I need to decide on which OS to use next Windas or Ubuntu.. Just download Ubuntu 9.1 </p>
<p>Oh and I got 4 of those Thermistors you found at Farnell thank they look good.. nice long leads too</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OverlapStrap Z Roller by Giles</title>
		<link>http://www.gilesbathgate.com/2010/02/overlapstrap-z-roller/comment-page-1/#comment-1005</link>
		<dc:creator>Giles</dc:creator>
		<pubDate>Tue, 09 Feb 2010 11:18:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.gilesbathgate.com/2010/02/overlapstrap-z-roller/#comment-1005</guid>
		<description>Yes, thats right, I forgot to mention that. &lt;br /&gt;&lt;br /&gt;Its not ideal, because as the screws tighten, the L profiles tend to bow in. But it works quite well.</description>
		<content:encoded><![CDATA[<p>Yes, thats right, I forgot to mention that. </p>
<p>Its not ideal, because as the screws tighten, the L profiles tend to bow in. But it works quite well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OverlapStrap Z Roller by Marcus Wolschon</title>
		<link>http://www.gilesbathgate.com/2010/02/overlapstrap-z-roller/comment-page-1/#comment-1004</link>
		<dc:creator>Marcus Wolschon</dc:creator>
		<pubDate>Mon, 08 Feb 2010 20:58:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.gilesbathgate.com/2010/02/overlapstrap-z-roller/#comment-1004</guid>
		<description>So you are using L profiles with a screw instead of a simple plate to be able to tighten the fit?</description>
		<content:encoded><![CDATA[<p>So you are using L profiles with a screw instead of a simple plate to be able to tighten the fit?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OverlapStrap Y-Roller and Chassis Drawings by Giles</title>
		<link>http://www.gilesbathgate.com/2010/02/overlapstrap-y-roller-and-chassis-drawings/comment-page-1/#comment-1003</link>
		<dc:creator>Giles</dc:creator>
		<pubDate>Fri, 05 Feb 2010 23:33:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.gilesbathgate.com/2010/02/overlapstrap-y-roller-and-chassis-drawings/#comment-1003</guid>
		<description>Good point, I added a link.</description>
		<content:encoded><![CDATA[<p>Good point, I added a link.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OverlapStrap Y-Roller and Chassis Drawings by Marcus Wolschon</title>
		<link>http://www.gilesbathgate.com/2010/02/overlapstrap-y-roller-and-chassis-drawings/comment-page-1/#comment-1002</link>
		<dc:creator>Marcus Wolschon</dc:creator>
		<pubDate>Fri, 05 Feb 2010 21:08:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.gilesbathgate.com/2010/02/overlapstrap-y-roller-and-chassis-drawings/#comment-1002</guid>
		<description>So....what is it and what is it´s use?&lt;br /&gt;&lt;br /&gt;Why not simly give a link to &quot;a few posts ago&quot;&lt;br /&gt;instead of making everyone in the reprap-news-pipe&lt;br /&gt;search all of your blog?</description>
		<content:encoded><![CDATA[<p>So&#8230;.what is it and what is it´s use?</p>
<p>Why not simly give a link to &quot;a few posts ago&quot;<br />instead of making everyone in the reprap-news-pipe<br />search all of your blog?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
