<?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>Wink Saville's Blog &#187; Eclipse</title>
	<atom:link href="http://www.winksaville.com/blog/category/eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.winksaville.com/blog</link>
	<description>My personal notes</description>
	<lastBuildDate>Tue, 08 Sep 2009 14:45:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Eclipse &#8211; ant and build.xml</title>
		<link>http://www.winksaville.com/blog/android/eclipse-ant-and-buildxml/</link>
		<comments>http://www.winksaville.com/blog/android/eclipse-ant-and-buildxml/#comments</comments>
		<pubDate>Tue, 12 Feb 2008 21:31:30 +0000</pubDate>
		<dc:creator>wink</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Ant]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://www.winksaville.com/blog/uncategorized/eclipse-ant-and-buildxml/</guid>
		<description><![CDATA[This week I converted async-msgcomp to use ant for building rather than the internal Eclipse builders because it was the only way I could figure out to get jar files automatically built. After some trial an error I came up with common-build.xml which are common tasks for all sub-project and resides at the root of [...]]]></description>
		<wfw:commentRss>http://www.winksaville.com/blog/android/eclipse-ant-and-buildxml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android &#8211; Eclipse &#8220;Could not find xxxx.apk&#8221;</title>
		<link>http://www.winksaville.com/blog/android/android-eclipse-could-not-find-xxxxapk/</link>
		<comments>http://www.winksaville.com/blog/android/android-eclipse-could-not-find-xxxxapk/#comments</comments>
		<pubDate>Mon, 11 Feb 2008 18:45:23 +0000</pubDate>
		<dc:creator>wink</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Eclipse]]></category>

		<guid isPermaLink="false">http://www.winksaville.com/blog/android/android-eclipse-could-not-find-xxxxapk/</guid>
		<description><![CDATA[Today started off poorly, I decided to create ews (eclipse workspace) directory and then put the workspaces in that sub-directory. I started with an empty workspace as I have my sources separate from the workspace and then added in debug. I was able to compile fine but when I tried to run the android application [...]]]></description>
		<wfw:commentRss>http://www.winksaville.com/blog/android/android-eclipse-could-not-find-xxxxapk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eclipse &#8211; settings and moving workspaces</title>
		<link>http://www.winksaville.com/blog/programming/eclipse-settings-and-moving-workspaces/</link>
		<comments>http://www.winksaville.com/blog/programming/eclipse-settings-and-moving-workspaces/#comments</comments>
		<pubDate>Mon, 14 Jan 2008 19:08:09 +0000</pubDate>
		<dc:creator>wink</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.winksaville.com/blog/programming/eclipse-settings-and-moving-workspaces/</guid>
		<description><![CDATA[I checkout ws-msgcomp onto my laptop and wanted to move the settings  from my main machine to the laptop. I found that Eclipse really doesn&#8217;t like to do that and when you do things still need tweaking.
Here was a link on what someone did for moving the settings so I created a tar script [...]]]></description>
		<wfw:commentRss>http://www.winksaville.com/blog/programming/eclipse-settings-and-moving-workspaces/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eclipse &#8211; line wrapping and indentation when formatting</title>
		<link>http://www.winksaville.com/blog/java/eclipse-line-wrapping-and-indentation-when-formatting/</link>
		<comments>http://www.winksaville.com/blog/java/eclipse-line-wrapping-and-indentation-when-formatting/#comments</comments>
		<pubDate>Sat, 05 Jan 2008 19:45:55 +0000</pubDate>
		<dc:creator>wink</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://www.winksaville.com/blog/java/eclipse-line-wrapping-and-indentation-when-formatting/</guid>
		<description><![CDATA[Eclipse is a reasonable IDE and it has a reasonable pretty printer (Source/Format or Shift+Ctrl+F) except for one thing; when a function call exceeds 80 characters the formatting is terrible in my opinion:

/**
* Arguments
*/
class Example {
  void foo() {
    Other
            [...]]]></description>
		<wfw:commentRss>http://www.winksaville.com/blog/java/eclipse-line-wrapping-and-indentation-when-formatting/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Eclipse &#8211; multiple/new workspace</title>
		<link>http://www.winksaville.com/blog/programming/eclipse-multiplenew-workspace/</link>
		<comments>http://www.winksaville.com/blog/programming/eclipse-multiplenew-workspace/#comments</comments>
		<pubDate>Fri, 21 Dec 2007 19:31:11 +0000</pubDate>
		<dc:creator>wink</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.winksaville.com/blog/programming/eclipse-multiplenew-workspace/</guid>
		<description><![CDATA[I wanted to start eclipse using a different workspace than the default. I searched for &#60;eclipse new workspace&#62; and here it said to use the -data option and so that you know which workspace your in use the showlocatin option:
 eclipse –data ws-android –showlocation
I then added -showlocation to the the gnome application lanuch icon.
]]></description>
		<wfw:commentRss>http://www.winksaville.com/blog/programming/eclipse-multiplenew-workspace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eclipse &#8211; install</title>
		<link>http://www.winksaville.com/blog/linux/eclipse-install/</link>
		<comments>http://www.winksaville.com/blog/linux/eclipse-install/#comments</comments>
		<pubDate>Sat, 15 Dec 2007 23:37:09 +0000</pubDate>
		<dc:creator>wink</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.winksaville.com/blog/linux/eclipse-install/</guid>
		<description><![CDATA[To install Eclipse you need to install sun-java, the gcj version installed in Ubuntu 7.10 isn&#8217;t capable of fully supporting Eclipse. What I did was install sun-java-6-* via synaptic, but of course its not that simple.
I installed all of the sun-java6-* files via synaptic, of course that didn&#8217;t install flawlessly as you need to download [...]]]></description>
		<wfw:commentRss>http://www.winksaville.com/blog/linux/eclipse-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
