<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>software thoughts from the land of ding... &#187; Eclipse</title>
	<atom:link href="http://dingfelder.wordpress.com/category/software-development/ides/eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://dingfelder.wordpress.com</link>
	<description>software thoughts from the land of ding...</description>
	<lastBuildDate>Tue, 24 Jul 2007 23:37:35 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
		<url>http://www.gravatar.com/blavatar/a81e8e9feb3fdadf80af67984f9bf65e?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>software thoughts from the land of ding... &#187; Eclipse</title>
		<link>http://dingfelder.wordpress.com</link>
	</image>
			<item>
		<title>compiling windows apps on linux</title>
		<link>http://dingfelder.wordpress.com/2007/07/25/compiling-windows-apps-on-linux/</link>
		<comments>http://dingfelder.wordpress.com/2007/07/25/compiling-windows-apps-on-linux/#comments</comments>
		<pubDate>Tue, 24 Jul 2007 23:37:35 +0000</pubDate>
		<dc:creator>dingfelder</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[CDT]]></category>
		<category><![CDATA[cmake]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://dingfelder.wordpress.com/2007/07/25/compiling-windows-apps-on-linux/</guid>
		<description><![CDATA[now that we successfully used cmake to compile a linux app (in the last article), we will now try and compile it for windows.
I am doing this on Gentoo linux, so your mileage may vary if you used a different distribution.
I am starting with http://gentoo-wiki.com/HOWTO_MinGW as a rough guide.

#  emerge -va sys-devel/crossdev
#  echo [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dingfelder.wordpress.com&blog=793874&post=29&subd=dingfelder&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://dingfelder.wordpress.com/2007/07/25/compiling-windows-apps-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cfa461554239eb6d4ef35752742c7344?s=96&#38;d=identicon" medium="image">
			<media:title type="html">dingfelder</media:title>
		</media:content>
	</item>
		<item>
		<title>Cross platform development with the Eclipse CDT</title>
		<link>http://dingfelder.wordpress.com/2007/07/24/cross-platform-development-with-the-eclipse-cdt/</link>
		<comments>http://dingfelder.wordpress.com/2007/07/24/cross-platform-development-with-the-eclipse-cdt/#comments</comments>
		<pubDate>Tue, 24 Jul 2007 03:58:53 +0000</pubDate>
		<dc:creator>dingfelder</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[CDT]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[cmake]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://dingfelder.wordpress.com/2007/07/24/cross-platform-development-with-the-eclipse-cdt/</guid>
		<description><![CDATA[So, you want to create an application that can un under both Linux and Windows?
This is my experiment trying to do just that&#8230;  Lets see if the Eclipse CDT is robust to do cross platform development!
Step 1:  Install the Eclipse 3.3 SDK if you have not already done so.  Make sure to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dingfelder.wordpress.com&blog=793874&post=28&subd=dingfelder&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://dingfelder.wordpress.com/2007/07/24/cross-platform-development-with-the-eclipse-cdt/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cfa461554239eb6d4ef35752742c7344?s=96&#38;d=identicon" medium="image">
			<media:title type="html">dingfelder</media:title>
		</media:content>
	</item>
		<item>
		<title>Installing eclipse 3.3 on Gentoo</title>
		<link>http://dingfelder.wordpress.com/2007/07/14/installing-eclipse-33-on-gentoo/</link>
		<comments>http://dingfelder.wordpress.com/2007/07/14/installing-eclipse-33-on-gentoo/#comments</comments>
		<pubDate>Sat, 14 Jul 2007 01:52:00 +0000</pubDate>
		<dc:creator>dingfelder</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://dingfelder.wordpress.com/2007/07/14/installing-eclipse-33-on-gentoo/</guid>
		<description><![CDATA[Today was the day to get eclipse going on Gentoo.   I downloaded the latest version (3.3) and dropped it into /opt/eclipse.
I fired it up and got:
# ./eclipse
* run-java-tool is not available for sun-jdk-1.6 on i686
* IMPORTANT: some Java tools are not available on some VMs on some architectures
so, clearly it did not like [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dingfelder.wordpress.com&blog=793874&post=19&subd=dingfelder&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://dingfelder.wordpress.com/2007/07/14/installing-eclipse-33-on-gentoo/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cfa461554239eb6d4ef35752742c7344?s=96&#38;d=identicon" medium="image">
			<media:title type="html">dingfelder</media:title>
		</media:content>
	</item>
		<item>
		<title>Getting ready for eclipse on Gentoo</title>
		<link>http://dingfelder.wordpress.com/2007/07/12/getting-ready-for-eclipse-on-gentoo/</link>
		<comments>http://dingfelder.wordpress.com/2007/07/12/getting-ready-for-eclipse-on-gentoo/#comments</comments>
		<pubDate>Thu, 12 Jul 2007 02:06:06 +0000</pubDate>
		<dc:creator>dingfelder</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://dingfelder.wordpress.com/2007/07/12/getting-ready-for-eclipse-on-gentoo/</guid>
		<description><![CDATA[Getting ready for eclipse 3.3 on Gentoo, I first need to get my system configured to use a more recent version of Java instead of the default 1.4.
Here is a site dedicated to gentoo java:   http://www.gentoo.org/proj/en/java/
the first thing to do is emerge java

get rid of old versions
# emerge -C java-config
add the newest
# emerge [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dingfelder.wordpress.com&blog=793874&post=20&subd=dingfelder&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://dingfelder.wordpress.com/2007/07/12/getting-ready-for-eclipse-on-gentoo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cfa461554239eb6d4ef35752742c7344?s=96&#38;d=identicon" medium="image">
			<media:title type="html">dingfelder</media:title>
		</media:content>
	</item>
		<item>
		<title>Eclipse mylyn mantis integration</title>
		<link>http://dingfelder.wordpress.com/2007/06/10/mantis-integration/</link>
		<comments>http://dingfelder.wordpress.com/2007/06/10/mantis-integration/#comments</comments>
		<pubDate>Sun, 10 Jun 2007 02:58:11 +0000</pubDate>
		<dc:creator>dingfelder</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[mantis]]></category>
		<category><![CDATA[mylyn]]></category>

		<guid isPermaLink="false">http://dingfelder.wordpress.com/2007/06/10/mantis-integration/</guid>
		<description><![CDATA[I set up mantis connect today on our server&#8230;
it was very easy:  just drop the &#8220;mc&#8221; directory from the archive (and it&#8217;s subdirectory) to the Mantis root directory.
do not use the distribution from http://sourceforge.net/projects/mantisconnect as it does not work.
To test if MantisConnect works, you should be able to issue this command in a browser. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dingfelder.wordpress.com&blog=793874&post=27&subd=dingfelder&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://dingfelder.wordpress.com/2007/06/10/mantis-integration/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cfa461554239eb6d4ef35752742c7344?s=96&#38;d=identicon" medium="image">
			<media:title type="html">dingfelder</media:title>
		</media:content>
	</item>
		<item>
		<title>first thoughts about eclipse 3.3</title>
		<link>http://dingfelder.wordpress.com/2007/05/29/first-thoughts-about-eclipse-33/</link>
		<comments>http://dingfelder.wordpress.com/2007/05/29/first-thoughts-about-eclipse-33/#comments</comments>
		<pubDate>Tue, 29 May 2007 02:48:40 +0000</pubDate>
		<dc:creator>dingfelder</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://dingfelder.wordpress.com/2007/05/29/first-thoughts-about-eclipse-33/</guid>
		<description><![CDATA[After my first full week of using Eclipse (having moved away from JBuilder) I thought I would list some of my thoughts:

The visual editor sucks.  Jbuilder 2005/6 and Netbeans have eclipse beat here.  I hope this area improves soon.
The spell checker finds spelling mistakes, but right clicking the error does not give an &#8220;add to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dingfelder.wordpress.com&blog=793874&post=26&subd=dingfelder&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://dingfelder.wordpress.com/2007/05/29/first-thoughts-about-eclipse-33/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cfa461554239eb6d4ef35752742c7344?s=96&#38;d=identicon" medium="image">
			<media:title type="html">dingfelder</media:title>
		</media:content>
	</item>
		<item>
		<title>abandoning jbuilder, going to eclipse</title>
		<link>http://dingfelder.wordpress.com/2007/05/25/abandoning-jbuilder-going-to-eclipse/</link>
		<comments>http://dingfelder.wordpress.com/2007/05/25/abandoning-jbuilder-going-to-eclipse/#comments</comments>
		<pubDate>Fri, 25 May 2007 02:42:45 +0000</pubDate>
		<dc:creator>dingfelder</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[JBuilder]]></category>

		<guid isPermaLink="false">http://dingfelder.wordpress.com/2007/05/25/abandoning-jbuilder-going-to-eclipse/</guid>
		<description><![CDATA[With a heavy heart, I am now offficially abandoning JBuilder, and moving to Eclipse.
I will spend the next month playing with Eclipse 3.3 while it is in the final stages prior to release.  I am currently using 3.3m3
The basic problem I had is that the base functionality I need did not work out of the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dingfelder.wordpress.com&blog=793874&post=25&subd=dingfelder&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://dingfelder.wordpress.com/2007/05/25/abandoning-jbuilder-going-to-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cfa461554239eb6d4ef35752742c7344?s=96&#38;d=identicon" medium="image">
			<media:title type="html">dingfelder</media:title>
		</media:content>
	</item>
		<item>
		<title>what is going on here</title>
		<link>http://dingfelder.wordpress.com/2007/05/25/what-is-going-on-here/</link>
		<comments>http://dingfelder.wordpress.com/2007/05/25/what-is-going-on-here/#comments</comments>
		<pubDate>Fri, 25 May 2007 02:33:39 +0000</pubDate>
		<dc:creator>dingfelder</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[JBuilder]]></category>
		<category><![CDATA[ProjectAssist]]></category>

		<guid isPermaLink="false">http://dingfelder.wordpress.com/2007/05/25/what-is-going-on-here/</guid>
		<description><![CDATA[after reporting my issues connecting to xplanner from jbuilder (adding a task repository) I got an email from codegear support.
The support tech  (Chee Wee Chua) told me:
From the main menu, access Window, Preferences, Team, CVS, Proxy Settings.
Set the proxy connection, username and passsword there.
Let me know if this resolves the issue.
Thank you.
hmmm&#8230; interesting.
why is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dingfelder.wordpress.com&blog=793874&post=24&subd=dingfelder&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://dingfelder.wordpress.com/2007/05/25/what-is-going-on-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cfa461554239eb6d4ef35752742c7344?s=96&#38;d=identicon" medium="image">
			<media:title type="html">dingfelder</media:title>
		</media:content>
	</item>
		<item>
		<title>ProjectAssist Installation Errors (part 4)</title>
		<link>http://dingfelder.wordpress.com/2007/04/12/projectassist-installation-errors-part-4/</link>
		<comments>http://dingfelder.wordpress.com/2007/04/12/projectassist-installation-errors-part-4/#comments</comments>
		<pubDate>Thu, 12 Apr 2007 00:30:42 +0000</pubDate>
		<dc:creator>dingfelder</dc:creator>
				<category><![CDATA[CodeGear]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[ProjectAssist]]></category>

		<guid isPermaLink="false">http://dingfelder.wordpress.com/2007/04/12/projectassist-installation-errors-part-4/</guid>
		<description><![CDATA[Because of install issues with ProjectAssist (it would not successfully install Bugzilla or Xplanner) I manually installed all the components, including:

Tomcat 5.5.23
Apache 2.2.4
Mysql 5.0.37
Perl 5.8.8.817 (ActiveState)
Liferay 4.2.1
Continuum 1.0.3
Xplanner 0.7b
Bugzilla 3.0
Subversion 1.4.3

All of the separate components are working beautifully under Windows 2000.
I have installed all the stack components, so it should not have any installing to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dingfelder.wordpress.com&blog=793874&post=17&subd=dingfelder&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://dingfelder.wordpress.com/2007/04/12/projectassist-installation-errors-part-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cfa461554239eb6d4ef35752742c7344?s=96&#38;d=identicon" medium="image">
			<media:title type="html">dingfelder</media:title>
		</media:content>
	</item>
		<item>
		<title>ProjectAssist Installation Errors (part 3)</title>
		<link>http://dingfelder.wordpress.com/2007/03/20/projectassist-installation-errors-part-3/</link>
		<comments>http://dingfelder.wordpress.com/2007/03/20/projectassist-installation-errors-part-3/#comments</comments>
		<pubDate>Tue, 20 Mar 2007 00:05:44 +0000</pubDate>
		<dc:creator>dingfelder</dc:creator>
				<category><![CDATA[CodeGear]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[JBuilder]]></category>
		<category><![CDATA[ProjectAssist]]></category>

		<guid isPermaLink="false">http://dingfelder.wordpress.com/2007/03/20/projectassist-installation-errors-part-3/</guid>
		<description><![CDATA[Moving along, I decided to try the ProjectAssist install on a different machine, which we will be using for a development server, instead of doing it on my standalone XP workstation.  Maybe the installer will work better on this environment.
I did a fresh install of Windows 2000 SP4, and then installed Project Assist, using [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dingfelder.wordpress.com&blog=793874&post=16&subd=dingfelder&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://dingfelder.wordpress.com/2007/03/20/projectassist-installation-errors-part-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cfa461554239eb6d4ef35752742c7344?s=96&#38;d=identicon" medium="image">
			<media:title type="html">dingfelder</media:title>
		</media:content>
	</item>
	</channel>
</rss>