<?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>Opera Husband &#187; Eclipse</title>
	<atom:link href="http://blog.tmacsoft.com/category/eclipse/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.tmacsoft.com</link>
	<description>Saving the world, one soprano at a time</description>
	<lastBuildDate>Thu, 24 Jun 2010 17:20:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Task Management</title>
		<link>http://blog.tmacsoft.com/eclipse/task-management</link>
		<comments>http://blog.tmacsoft.com/eclipse/task-management#comments</comments>
		<pubDate>Mon, 24 Dec 2007 20:06:09 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[Eclipse]]></category>

		<guid isPermaLink="false">http://blog.tmacsoft.com/eclipse/task-management</guid>
		<description><![CDATA[I have hooked Mylyn up to our Trac.  Here&#8217;s a webinar  on version 2.2 and an interesting article  from the New Yorker on checklists.
 Tweet This Post]]></description>
			<content:encoded><![CDATA[<p>I have hooked Mylyn up to our Trac.  Here&#8217;s a <a href="http://tasktop.com/blog/?p=15">webinar </a> on version 2.2 and an interesting <a href="http://www.newyorker.com/reporting/2007/12/10/071210fa_fact_gawande">article </a> from the New Yorker on checklists.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Task+Management+http://3mrtc.th8.us" title="Post to Twitter"><img class="nothumb" src="http://blog.tmacsoft.com/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=Task+Management+http://3mrtc.th8.us" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.tmacsoft.com/eclipse/task-management/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP and Eclipse PDT</title>
		<link>http://blog.tmacsoft.com/php/php-and-eclipse</link>
		<comments>http://blog.tmacsoft.com/php/php-and-eclipse#comments</comments>
		<pubDate>Wed, 21 Mar 2007 04:22:28 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.tmacsoft.com/php/php-and-eclipse</guid>
		<description><![CDATA[I was able to get Eclipse running with PDT and the Zend Debugger.  At first the MySQL extension wasn&#8217;t working but then I found the ini file buried in the plugins folder and I was able to add it.  
 Tweet This Post]]></description>
			<content:encoded><![CDATA[<p>I was able to get Eclipse running with <a href="http://www.eclipse.org/pdt/">PDT</a> and the <a href="http://www.zend.com/pdt#debugger">Zend Debugger</a>.  At first the MySQL extension wasn&#8217;t working but then I found the ini file buried in the plugins folder and I was able to add it.  </p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=PHP+and+Eclipse+PDT+http://b43dw.th8.us" title="Post to Twitter"><img class="nothumb" src="http://blog.tmacsoft.com/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=PHP+and+Eclipse+PDT+http://b43dw.th8.us" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.tmacsoft.com/php/php-and-eclipse/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CruiseControl and Eclipse Headless Build</title>
		<link>http://blog.tmacsoft.com/eclipse/cruisecontrol-and-eclipse-headless-build</link>
		<comments>http://blog.tmacsoft.com/eclipse/cruisecontrol-and-eclipse-headless-build#comments</comments>
		<pubDate>Thu, 22 Feb 2007 04:05:13 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[CruiseControl]]></category>
		<category><![CDATA[Eclipse]]></category>

		<guid isPermaLink="false">http://blog.tmacsoft.com/eclipse/cruisecontrol-and-eclipse-headless-build</guid>
		<description><![CDATA[We have been running a script to build our RCP app headless using CruiseControl in addition to building the plugins individually.  In addition to building our app we do some tagging in version control.  In addition we build each plugin individually so we can run unit tests, etc.   It took me [...]]]></description>
			<content:encoded><![CDATA[<p>We have been running a script to build our RCP app headless using CruiseControl in addition to building the plugins individually.  In addition to building our app we do some tagging in version control.  In addition we build each plugin individually so we can run unit tests, etc.   It took me a while to get it running but now we are pulling our code out of CVS for each build using a map file.  </p>
<p>This is the command that CruiseControl runs in a batch file.</p>
<p>java -cp %eclipse_path%/startup.jar org.eclipse.core.launcher.Main -application org.eclipse.ant.core.antRunner -Declipse.home=%eclipse_path% -Dbuilder=%cruisecontrol_path%/projects/
<project_name>/buildConfiguration %*</p>
<p>It also took me a while to teak the build.properties setup now I have it using the CruiseControl timestamp and build number to name each build.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=CruiseControl+and+Eclipse+Headless+Build+http://77eg2.th8.us" title="Post to Twitter"><img class="nothumb" src="http://blog.tmacsoft.com/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=CruiseControl+and+Eclipse+Headless+Build+http://77eg2.th8.us" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.tmacsoft.com/eclipse/cruisecontrol-and-eclipse-headless-build/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>J2ME and Eclipse</title>
		<link>http://blog.tmacsoft.com/eclipse/j2me-and-eclipse</link>
		<comments>http://blog.tmacsoft.com/eclipse/j2me-and-eclipse#comments</comments>
		<pubDate>Sun, 11 Feb 2007 00:41:08 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[J2ME]]></category>

		<guid isPermaLink="false">http://blog.tmacsoft.com/?p=9</guid>
		<description><![CDATA[I have been able to develop a couple J2ME MIDlets using the EclipseME plugin.  Their quote is &#8220;&#8220;From zero to mobile in minutes&#8221;.
 Tweet This Post]]></description>
			<content:encoded><![CDATA[<p>I have been able to develop a couple J2ME MIDlets using the <a target="_blank" href="http://eclipseme.org/">EclipseME plugin.</a>  Their quote is &#8220;<span style="font-style: italic">&#8220;From zero to mobile in minutes&#8221;.</span></p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=J2ME+and+Eclipse+http://ryafi.th8.us" title="Post to Twitter"><img class="nothumb" src="http://blog.tmacsoft.com/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=J2ME+and+Eclipse+http://ryafi.th8.us" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.tmacsoft.com/eclipse/j2me-and-eclipse/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
