<?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>Gunnar's Weblog &#187; Eclipse</title>
	<atom:link href="http://wagenknecht.org/blog/category/eclipse/feed" rel="self" type="application/rss+xml" />
	<link>http://wagenknecht.org/blog</link>
	<description>Me, my family, whatever I like, whatever I want to write about!</description>
	<lastBuildDate>Sat, 21 Jan 2012 21:29:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Use Target Definition Files in PDE Build</title>
		<link>http://wagenknecht.org/blog/archives/2012/01/use-target-definition-files-in-pde-build.html</link>
		<comments>http://wagenknecht.org/blog/archives/2012/01/use-target-definition-files-in-pde-build.html#comments</comments>
		<pubDate>Sat, 21 Jan 2012 21:26:14 +0000</pubDate>
		<dc:creator>Gunnar Wagenknecht</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Build]]></category>
		<category><![CDATA[PDE]]></category>

		<guid isPermaLink="false">http://wagenknecht.org/blog/?p=411</guid>
		<description><![CDATA[I&#8217;m not hip when it comes to building Eclipse based products. I still use plain vanilla PDE Build. The cool guys all switched to Tycho. Well, you&#8217;re allowed to call me dinosaur then. Anyway, I&#8217;ve been using .target files as a source for dependency management for quite a while now. They are very useful in [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m not hip when it comes to building Eclipse based products. I still use plain vanilla PDE Build. The cool guys all switched to Tycho. Well, you&#8217;re allowed to call me dinosaur then. Anyway, I&#8217;ve been using <code>.target</code> files as a source for dependency management for quite a while now. They are very useful in Eclipse. All dependencies for all the bundles are defined in one place. You simply open one and Eclipse starts downloading one half of the Internet. Maven already did the other half, I&#8217;ve heard.</p>
<p>I also use them to drive PDE Build. Instead of specifying stuff to fetch for a build again I simply point PDE Build to the same <code>.target</code> file I use in the IDE. Works like a charm as long as you only use &#8220;Software Sites&#8221; (p2 repositories) which are accessible via URL by any developers Eclipse instance as well as the build machine.</p>
<p>Previously, this was implemented by transforming the <code>.target</code> file XML using XSL into an Ant script. The Ant script did a bunch of p2 mirror calls to download the bytes. I recently upgrade to a newer version of the builder containing a Juno version of the org.eclipse.pde.core bundle. Starting with 3.8 this bundle defines a nice Ant task that does not require the XSLT magic.</p>
<pre>&lt;target name="buildTargetPlatform" unless="skipTargetDefinition"&gt;
  &lt;!-- note: this requires pde.core (from Juno) in the base builder --&gt;
  &lt;<strong>pde.provisionTargetDefinition</strong>
      targetFile="/path/to/my.target"
      destinationDirectory="${repoBaseLocation}/target"
      clearDestination="false"/&gt;
&lt;/target&gt;</pre>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://wagenknecht.org/blog/archives/2012/01/use-target-definition-files-in-pde-build.html" target="_blank"><img src="http://wagenknecht.org/blog/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://wagenknecht.org/blog/archives/2012/01/use-target-definition-files-in-pde-build.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Upcoming Events</title>
		<link>http://wagenknecht.org/blog/archives/2012/01/upcoming-events.html</link>
		<comments>http://wagenknecht.org/blog/archives/2012/01/upcoming-events.html#comments</comments>
		<pubDate>Fri, 20 Jan 2012 08:19:57 +0000</pubDate>
		<dc:creator>Gunnar Wagenknecht</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[EclipseCon]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[FOSDEM]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[JAX]]></category>
		<category><![CDATA[speaking]]></category>

		<guid isPermaLink="false">http://wagenknecht.org/blog/?p=406</guid>
		<description><![CDATA[I know some of you already finished planning for the next few months. There are a couple of interesting events I&#8217;ll attend which might be of interest for you. Thus, I thought sharing won&#8217;t hurt. FOSDEM (Feb. 4 &#8211; 5, Brussels, Belgium) I&#8217;ve never been in Brussels before. I&#8217;ve also never been at FOSDEM before. Andrew told me about his plan [...]]]></description>
			<content:encoded><![CDATA[<p>I know some of you already finished planning for the next few months. There are a couple of interesting events I&#8217;ll attend which might be of interest for you. Thus, I thought sharing won&#8217;t hurt.</p>
<h3>FOSDEM (Feb. 4 &#8211; 5, Brussels, Belgium)</h3>
<p>I&#8217;ve never been in Brussels before. I&#8217;ve also never been at <a title="Open FOSDEM website." href="http://fosdem.org/" target="_blank">FOSDEM</a> before. <a title="Open Andrew's blog" href="http://overholt.ca/wp/" target="_blank">Andrew</a> told me about his plan to generate some nice Eclipse buzz there. Well, it looks like that will turn out great. <a title="Open Mike's blog." href="http://mmilinkov.wordpress.com/" target="_blank">Mike</a> will be there too. We&#8217;ll have an Eclipse stand for people to show some projects and talks about Eclipse and we&#8217;ll also give a few talks about Eclipse. Mine will be about <a title="Open EclipseRT website." href="http://www.eclipse.org/rt/" target="_blank">EclipseRT</a>.</p>
<h3>EclipseCon (March 26 &#8211; 29, Reston, Virginia, USA)</h3>
<p>Ok, this one is a classic (for me). I&#8217;ve been there before. You gotta have to be there! However, this year my flight to <a title="Open EclipseCon website." href="http://www.eclipsecon.org/" target="_blank">EclipseCon</a> will be shorter. The event moved from the west coast to the east coast. Frankly, I always wondered about switching location away from Santa Clara. But I&#8217;ll also miss San Francisco. It&#8217;s a beautiful city always worth a visit. Yet it took me three EclipseCons until I finally visited it in 2009 for the first time. I may need to find a new event in that area. <img src='http://wagenknecht.org/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Anyway, I&#8217;ll give one of the <a title="Open EclipseCon tutorial schedule." href="http://www.eclipsecon.org/2012/program/session-schedule/tutorials" target="_blank">many tutorials</a> there (<em><a title="Open tutorial info." href="http://www.eclipsecon.org/2012/sessions/dynamic-server-applications-eclipsert" target="_blank">Dynamic Server Applications with EclipseRT</a></em>).</p>
<h3>JAX (April 16-20, Mainz, Germany)</h3>
<p>Also bit of a classic, I like that event. It&#8217;s packed with lots of sessions and people. I&#8217;ll talk about developing cloud applications with Eclipse <a title="Open Gyrex website." href="http://www.eclipse.org/gyrex/" target="_blank">Gyrex</a>. Our first major version (1.0) is only weeks away and that talk will be a great opportunity to learn more about Gyrex and see how we use it to solve some interesting problems.</p>
<p>Hope to see you soon at any of the events!</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://wagenknecht.org/blog/archives/2012/01/upcoming-events.html" target="_blank"><img src="http://wagenknecht.org/blog/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://wagenknecht.org/blog/archives/2012/01/upcoming-events.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Welcome to EclipseCon Europe 2011</title>
		<link>http://wagenknecht.org/blog/archives/2011/11/welcome-to-eclipsecon-europe-2011.html</link>
		<comments>http://wagenknecht.org/blog/archives/2011/11/welcome-to-eclipsecon-europe-2011.html#comments</comments>
		<pubDate>Wed, 02 Nov 2011 07:51:51 +0000</pubDate>
		<dc:creator>Gunnar Wagenknecht</dc:creator>
				<category><![CDATA[EclipseCon]]></category>

		<guid isPermaLink="false">http://wagenknecht.org/blog/?p=397</guid>
		<description><![CDATA[Today is the first day of EclipseCon Europe and I&#8217;m really looking forward to a short but packed week full of great talks, a birthday party, receptions, hacking sessions and chats with the Eclipse family. In case you are interested, I&#8217;ll give to talks this week. The first one is today in the afternoon and [...]]]></description>
			<content:encoded><![CDATA[<p>Today is the first day of EclipseCon Europe and I&#8217;m really looking forward to a short but packed week full of great talks, a birthday party, receptions, hacking sessions and chats with the Eclipse family.</p>
<p>In case you are interested, I&#8217;ll give to talks this week. The first one is today in the afternoon and the second one tomorrow.</p>
<ul>
<li><strong><a title="Open EclipseCon session schedule." href="http://www.eclipsecon.org/sessions/managing-large-and-distributed-eclipse-server-applications" target="_blank">Managing large and distributed Eclipse Server Applications</a></strong><br />
Wednesday, <strong>17:00</strong>, Willhelm-Krämer-Zimmer</li>
</ul>
<ul>
<li><strong><a title="Open EclipseCon session schedule." href="http://www.eclipsecon.org/sessions/developing-runtime-applications-eclipse-gyrex-presented-ageto" target="_blank">Developing Runtime Applications with Eclipse Gyrex</a></strong><br />
Thursday,<strong> 15:30</strong>, Seminarräume 5</li>
</ul>
<div>Oh and if you have any questions or just want to chat, feel free to talk to me at EclipseCon!</div>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://wagenknecht.org/blog/archives/2011/11/welcome-to-eclipsecon-europe-2011.html" target="_blank"><img src="http://wagenknecht.org/blog/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://wagenknecht.org/blog/archives/2011/11/welcome-to-eclipsecon-europe-2011.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jena Demo Camp will be in Hamburg</title>
		<link>http://wagenknecht.org/blog/archives/2011/06/jena-demo-camp-will-be-in-hamburg.html</link>
		<comments>http://wagenknecht.org/blog/archives/2011/06/jena-demo-camp-will-be-in-hamburg.html#comments</comments>
		<pubDate>Thu, 16 Jun 2011 14:37:24 +0000</pubDate>
		<dc:creator>Gunnar Wagenknecht</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[DemoCamp]]></category>
		<category><![CDATA[Jena]]></category>

		<guid isPermaLink="false">http://wagenknecht.org/blog/?p=380</guid>
		<description><![CDATA[Well, the room is called Hamburg. The city is still Jena (more about Jena). We&#8217;ll start at 5pm and it looks like that there&#8217;ll be some awesome demos. It also seems that Runtimes is the hot topic. Together with modeling and tooling demos this looks like an interesting mix. Personally, I can&#8217;t wait for the [...]]]></description>
			<content:encoded><![CDATA[<p>Well, the room is called Hamburg. The city is still Jena (<a title="Read more about Jena." href="http://en.wikipedia.org/wiki/Jena" target="_blank">more about Jena</a>). We&#8217;ll start at 5pm and it looks like that there&#8217;ll be some awesome demos. It also seems that Runtimes is the hot topic. Together with modeling and tooling demos this looks like an interesting mix. Personally, I can&#8217;t wait for the Stammtisch.</p>
<p style="text-align: center;">Eclipse Demo Camp Jena<br />
<strong><em>June 22nd, 5pm</em></strong><br />
JenTower, floor 27, room Hamburg</p>
<p style="text-align: center;"><em>Yes, on the day of <a title="Indigo" href="http://wiki.eclipse.org/Indigo" target="_blank">Indigo</a> GA!</em></p>
<p>Interested? <a title="Eclipse Demo Camp Jena registration page" href="http://wiki.eclipse.org/Eclipse_DemoCamps_Indigo_2011/Jena" target="_blank">Register today</a> and we&#8217;ll see us next Wednesday. I think there is still room for one or two interesting demos. Thus, if you are developing some cool Eclipse technology or product that you&#8217;d like to showcase just add it to the list on the registration page.</p>
<p>See you there!</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://wagenknecht.org/blog/archives/2011/06/jena-demo-camp-will-be-in-hamburg.html" target="_blank"><img src="http://wagenknecht.org/blog/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://wagenknecht.org/blog/archives/2011/06/jena-demo-camp-will-be-in-hamburg.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eclipse Indigo Demo Camp Jena</title>
		<link>http://wagenknecht.org/blog/archives/2011/05/eclipse-indigo-demo-camp-jena.html</link>
		<comments>http://wagenknecht.org/blog/archives/2011/05/eclipse-indigo-demo-camp-jena.html#comments</comments>
		<pubDate>Mon, 09 May 2011 10:26:20 +0000</pubDate>
		<dc:creator>Gunnar Wagenknecht</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[DemoCamp]]></category>
		<category><![CDATA[Jena]]></category>

		<guid isPermaLink="false">http://wagenknecht.org/blog/?p=374</guid>
		<description><![CDATA[&#160; Once again we are organizing an Eclipse Demo Camp in Jena. Jena, June 22nd, 2011 If you&#8217;d like to attend or present please don&#8217;t hesitate to contact me or add yourself to the wiki page! &#160;]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p>Once again we are organizing an <a title="Eclipse Demo Camp Jena" href="http://wiki.eclipse.org/Eclipse_DemoCamps_Indigo_2011/Jena" target="_blank">Eclipse Demo Camp in Jena</a>.</p>
<p style="text-align: center;"><img class="alignnone" title="Eclipse Indigo DemoCamp Logo" src="http://wiki.eclipse.org/images/b/b7/Eclipse_DemoCamp_New.jpg" alt="" width="100" height="81" /><br />
<strong>Jena, June 22nd, 2011</strong></p>
<p>If you&#8217;d like to attend or present please don&#8217;t hesitate to <a title="Send mail to Gunnar!" href="mailto:gunnar@ageto.net?subject=Eclipse%20Demo%20Camp%20Jena">contact me</a> or add yourself to the <a title="Open Demo Camp wiki page!" href="http://wiki.eclipse.org/Eclipse_DemoCamps_Indigo_2011/Jena" target="_blank">wiki page</a>!</p>
<p>&nbsp;</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://wagenknecht.org/blog/archives/2011/05/eclipse-indigo-demo-camp-jena.html" target="_blank"><img src="http://wagenknecht.org/blog/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://wagenknecht.org/blog/archives/2011/05/eclipse-indigo-demo-camp-jena.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building web applications with EclipseRT</title>
		<link>http://wagenknecht.org/blog/archives/2011/03/building-web-applications-with-eclipsert.html</link>
		<comments>http://wagenknecht.org/blog/archives/2011/03/building-web-applications-with-eclipsert.html#comments</comments>
		<pubDate>Fri, 04 Mar 2011 22:50:18 +0000</pubDate>
		<dc:creator>Gunnar Wagenknecht</dc:creator>
				<category><![CDATA[EclipseCon]]></category>
		<category><![CDATA[EclipseRT]]></category>
		<category><![CDATA[OSGi]]></category>

		<guid isPermaLink="false">http://wagenknecht.org/blog/?p=366</guid>
		<description><![CDATA[No plans for Monday morning? Interested in learning building web apps with EclipseRT? If you are around Santa Clara on Monday March 21st then please join us at EclipseCon! Our three hours tutorial will introduce you to the key concepts for developing web applications with the OSGi HttpService, the Equinox ServletBridge and Virgo. Virgo is [...]]]></description>
			<content:encoded><![CDATA[<p>No plans for Monday morning? Interested in learning building web apps with EclipseRT? If you are around Santa Clara on Monday March 21st then please join us at EclipseCon!</p>
<p>Our <a title="Open session info&quot; Building web applications with EclipseRT&quot;!" href="http://www.eclipsecon.org/2011/sessions/?page=sessions&amp;id=1999" target="_blank">three hours tutorial</a> will introduce you to the key concepts for developing web applications with the OSGi HttpService, the Equinox ServletBridge and Virgo. Virgo is new this year and we are happy to have Glynn and Christopher joining us and talking a bit about Virgo.</p>
<p>We&#8217;ll also have a great set of exercises. Thus, please bring your laptops with you and make sure its battery is loaded. All you need is a vanilla Eclipse SDK 3.7 M6 and a JDK on your system. But don&#8217;t worry we&#8217;ll also have a way to distribute the necessary pieces on site.</p>
<p style="text-align: center;"><strong>Monday</strong>, March 21st, <strong>9am</strong><br />
EclipseCon 2011, <strong>Ballroom A</strong></p>
<p style="text-align: center;"><strong><a href="http://www.eclipsecon.org/2011/sessions/?page=sessions&amp;id=1999"><img class="aligncenter size-full wp-image-368" title="EclipseRT" src="http://wagenknecht.org/blog/wp-content/uploads/2011/03/EclipseRT.png" alt="" width="120" height="89" /></a><br />
</strong></p>
<p>See you there!</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://wagenknecht.org/blog/archives/2011/03/building-web-applications-with-eclipsert.html" target="_blank"><img src="http://wagenknecht.org/blog/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://wagenknecht.org/blog/archives/2011/03/building-web-applications-with-eclipsert.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eclipse Board Elections &#8211; Please Vote!</title>
		<link>http://wagenknecht.org/blog/archives/2011/02/eclipse-board-elections-please-vote.html</link>
		<comments>http://wagenknecht.org/blog/archives/2011/02/eclipse-board-elections-please-vote.html#comments</comments>
		<pubDate>Thu, 24 Feb 2011 14:25:06 +0000</pubDate>
		<dc:creator>Gunnar Wagenknecht</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Board]]></category>
		<category><![CDATA[Election]]></category>

		<guid isPermaLink="false">http://wagenknecht.org/blog/?p=343</guid>
		<description><![CDATA[Voting is now open for the Eclipse Board of Directors. I was thrilled when I got the mail that I&#8217;ve been nominated. I&#8217;ve been involved with Eclipse for a long time and as I stated in my position paper it&#8217;s an amazing community. You can browse the list of candidates and read more about each [...]]]></description>
			<content:encoded><![CDATA[<p>Voting is now open for the Eclipse Board of Directors. I was thrilled when I got the mail that I&#8217;ve been nominated. I&#8217;ve been involved with Eclipse for a long time and as I stated in my <a title="Open Eclipse Board Candidate page" href="http://www.eclipse.org/org/elections/candidate.php?year=2011&amp;id=wagenknecht" target="_blank">position paper</a> it&#8217;s an amazing community. You can browse the <a title="Open list of candidates." href="http://www.eclipse.org/org/elections/nominees.php" target="_blank">list of candidates</a> and read more about each candidate on the Eclipse.org website.</p>
<p><em>If you are a committer you are able to vote!</em> If you haven&#8217;t received a mail with your voting password yet please have a <a title="Eclipse Board Member Elections mail to Eclipse committers." href="http://dev.eclipse.org/mhonarc/lists/eclipse.org-committers/msg00848.html" target="_blank">look at this mail</a> which was sent to the committer mailing list. It explains how to register as a full member with a few steps. Basically you need to <a title="Open Eclipse Membership Agreement" href="http://eclipse.org/go/MEMBER_AGREEMENT" target="_blank">sign the membership agreement</a> and fax it to the Foundation&#8217;s office. There is still time! Voting ends on <a title="Open world clock." href="http://www.timeanddate.com/worldclock/fixedtime.html?day=11&amp;month=3&amp;year=2011&amp;hour=15&amp;min=0&amp;sec=0&amp;p1=188" target="_blank">March 11, 2011 at 3pm Eastern time</a>.</p>
<p>I think the most interesting challenges for the upcoming term are Git and Gerrit. There is still a significant amount of code in CVS and quite a few projects are planning to switch after the Indigo release. Now Gerrit is interesting. There&#8217;s a really good <a title="Open AlBlue's blog." href="http://alblue.bandlem.com/2011/02/someday.html" target="_blank">description</a> and <a title="Open AlBlue's blog." href="http://alblue.bandlem.com/2011/02/gerrit-git-review-with-jenkins-ci.html" target="_blank">a screencast</a> written/created by Alex available. Very good read and watch. It really has some benefits and potential for an important role in managing source contributions to Eclipse projects. I think it&#8217;s clear that with Git the current way of handling patches through Eclipse Bugzilla doesn&#8217;t scale. So we have to <a title="Investigate Gerrit usage at Eclipse with GIT" href="https://bugs.eclipse.org/283749" target="_blank">find a good story</a> for integrating Gerrit into the Eclipse IP process. But frankly, I don&#8217;t see IPzilla go away anytime soon. There is still the whole management of 3rd party dependencies which is well implemented there. Of course, there is always <a title="Third Party Library Policy" href="https://bugs.eclipse.org/336874" target="_blank">room</a> for <a title="Simplify CQ Submission Process for Library Updates" href="https://bugs.eclipse.org/300717" target="_blank">improvement</a> (even <a title="Make &quot;Organize Manifest&quot; wizard run with Orbit projects" href="https://bugs.eclipse.org/330256" target="_blank">outside</a> of IPzilla).</p>
<p>On the other hand, Gerrit is a new tool that needs to be dealt with by the Eclipse webmasters. Once it is an essential part of the Eclipse development infrastructure it needs to be governed with <a title="Eclipse IT SLA" href="http://wiki.eclipse.org/IT_SLA" target="_blank">SLAs</a> (which basically translates to manpower). Thus, this effort must be supported by the Board which I hope to drive forward when I&#8217;m elected as one of your representatives.</p>
<p><img class="alignnone size-full wp-image-349" title="Rock the Vote" src="http://wagenknecht.org/blog/wp-content/uploads/2011/02/rockthevote.jpg" alt="" width="253" height="228" /></p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://wagenknecht.org/blog/archives/2011/02/eclipse-board-elections-please-vote.html" target="_blank"><img src="http://wagenknecht.org/blog/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://wagenknecht.org/blog/archives/2011/02/eclipse-board-elections-please-vote.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>True Product Based Launches</title>
		<link>http://wagenknecht.org/blog/archives/2010/09/true-product-based-launches.html</link>
		<comments>http://wagenknecht.org/blog/archives/2010/09/true-product-based-launches.html#comments</comments>
		<pubDate>Thu, 23 Sep 2010 16:03:43 +0000</pubDate>
		<dc:creator>Gunnar Wagenknecht</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Build]]></category>
		<category><![CDATA[PDE]]></category>
		<category><![CDATA[Tycho]]></category>

		<guid isPermaLink="false">http://wagenknecht.org/blog/?p=328</guid>
		<description><![CDATA[I like Eclipse product configurations. Did I say that before? I use them a lot. They are a great way to assemble your final bits. PDE Build, Buckminster and soon Tycho are able to take them and put the stuff together. You&#8217;ll get a final zip that&#8217;s ready to hand out to consumers. There is [...]]]></description>
			<content:encoded><![CDATA[<p>I like Eclipse product configurations. Did I say that before? I use them a lot. They are a great way to assemble your final bits. PDE Build, Buckminster and soon Tycho are able to take them and put the stuff together. You&#8217;ll get a final zip that&#8217;s ready to hand out to consumers.</p>
<p>There is also a way to <em>launch </em>them. However, what always bothered me was that this was just a fake application launch. You had to use the product editor all the time to keep the launch configs in sync. But over time I noticed some issues. Sometimes, when updating target platforms, something gets out of sync, features will be missing, whatever. Your launch is broken and the guys start to line up next to my desk.</p>
<p>Hmm, wouldn&#8217;t it be nice to just <em>launch </em>products all the time and have them 100% like they should be all the time including automatic validation of missing features (even included once) and plug-ins?</p>
<p><a href="http://wagenknecht.org/blog/wp-content/uploads/2010/09/product-launch.png"><img class="alignnone size-medium wp-image-329" title="True Product Launch" src="http://wagenknecht.org/blog/wp-content/uploads/2010/09/product-launch-382x300.png" alt="" width="382" height="300" /></a></p>
<p>Oh yes! If you need this, just install my Patches for PDE (via <em>Help -&gt; Install New Software&#8230;</em>). I published a new version in my repository (<a title="p2 Repository" href="http://eclipseguru.org/" target="_blank">http://eclipseguru.org/</a>). The relevant patch is attached to <a title="Open Eclipse Bug 326059." href="http://bugs.eclipse.org/326059" target="_blank">bug 326059</a>.</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://wagenknecht.org/blog/archives/2010/09/true-product-based-launches.html" target="_blank"><img src="http://wagenknecht.org/blog/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://wagenknecht.org/blog/archives/2010/09/true-product-based-launches.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Some patches for PDE to share</title>
		<link>http://wagenknecht.org/blog/archives/2010/07/some-pde-patches.html</link>
		<comments>http://wagenknecht.org/blog/archives/2010/07/some-pde-patches.html#comments</comments>
		<pubDate>Fri, 23 Jul 2010 19:44:05 +0000</pubDate>
		<dc:creator>Gunnar Wagenknecht</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PDE]]></category>

		<guid isPermaLink="false">http://wagenknecht.org/blog/?p=305</guid>
		<description><![CDATA[Part of my day I&#8217;m working on some cool OSGi server stuff. While doing this I came across a few issues with PDE. Mostly they are around launching and self-hosting. As with all my Open Source engagements, I just don&#8217;t stop after reporting them. I also take the time to analyze them and provide patches [...]]]></description>
			<content:encoded><![CDATA[<p>Part of my day I&#8217;m working on <a title="Eclipse Gyrex Project" href="http://www.eclipse.org/gyrex/" target="_blank">some cool OSGi server stuff</a>. While doing this I came across a few issues with PDE. Mostly they are around launching and self-hosting.</p>
<p>As with all my Open Source engagements, I just don&#8217;t stop after reporting them. I also take the time to analyze them and provide patches for them. Why? Well, it saves me a lot of time in the end because I don&#8217;t need to live with workarounds. <img src='http://wagenknecht.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Here is a list of patches produced so far for Eclipse PDE 3.6:</p>
<ul>
<li><a title="Open Eclipse Bug 314619." href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=314619" target="_blank"><strong>Bug 314619</strong></a> - [patch] org.eclipse.equinox.app is not started when using Eclipse Application launcher</li>
<li><a title="Open Eclipse Bug 315039." href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=315039" target="_blank"><strong>Bug 315039</strong></a> - [patch] Eclipse launch configuration should inherit properties from target platform</li>
<li><a title="Open Eclipse Bug 315061." href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=315061" target="_blank"><strong>Bug 315061</strong></a> - [patch] Should read start levels from bundles.info of target platform when launching Eclipse application</li>
<li><a title="Open Eclipse Bug 320763." href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=320763" target="_blank"><strong>Bug 320763</strong></a> - [patch] SelfHostingProfile needs environment properties</li>
</ul>
<p>Now, thanks to Eclipse it&#8217;s also possible to easily share the patches with you. Just point your Eclipse 3.6 installation to my p2 repository (<a title="My p2 Repository" href="http://eclipseguru.org/" target="_blank">http://eclipseguru.org/</a>) and install &#8220;<em>EclipseGuru&#8217;s Patches for PDE</em>&#8220;.</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://wagenknecht.org/blog/archives/2010/07/some-pde-patches.html" target="_blank"><img src="http://wagenknecht.org/blog/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://wagenknecht.org/blog/archives/2010/07/some-pde-patches.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eclipse DemoCamp Jena</title>
		<link>http://wagenknecht.org/blog/archives/2010/06/eclipse-democamp-jena.html</link>
		<comments>http://wagenknecht.org/blog/archives/2010/06/eclipse-democamp-jena.html#comments</comments>
		<pubDate>Thu, 10 Jun 2010 07:35:20 +0000</pubDate>
		<dc:creator>Gunnar Wagenknecht</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[DemoCamp]]></category>
		<category><![CDATA[Jena]]></category>
		<category><![CDATA[Stammtisch]]></category>

		<guid isPermaLink="false">http://wagenknecht.org/blog/?p=289</guid>
		<description><![CDATA[Just in case you didn&#8217;t know, we had our DemoCamp yesterday in Jena. Needless to say, it was a fantastic event. We had about fifty attendees and seven demos of fifteen minutes each. It was me using yellow and red cards to make sure they stay in time. Sascha had the pleasure of giving a [...]]]></description>
			<content:encoded><![CDATA[<p>Just in case you didn&#8217;t know, <a title="Eclipse DemoCamp Reminder" href="http://wagenknecht.org/blog/archives/2010/06/reminder-democamp-in-jena-on-wednesday.html">we had our DemoCamp yesterday in Jena</a>. Needless to say, it was a fantastic event. We had about fifty attendees and seven demos of fifteen minutes each. It was me using yellow and red cards to make sure they stay in time. <img src='http://wagenknecht.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Sascha had the pleasure of giving a few opening words.</p>
<p><img class="alignnone size-full wp-image-290" title="Sascha @ Eclipse DemoCamp Jena 2010" src="http://wagenknecht.org/blog/wp-content/uploads/2010/06/IMG_0001.jpg" alt="" width="480" height="320" /></p>
<p>Steffen showed us how to use Xtext to simplify writing test cases using a DSL.</p>
<p><img class="alignnone size-full wp-image-291" title="Steffen @ Eclipse DemoCamp Jena 2010" src="http://wagenknecht.org/blog/wp-content/uploads/2010/06/IMG_0003.jpg" alt="" width="480" height="320" /></p>
<p>Mike demonstrated how a lawyer can build an Eclipse RCP application for generating employers&#8217; references without writing any line of code.</p>
<p><img class="alignnone size-full wp-image-292" title="Mike @ Eclipse DemoCamp Jena 2010" src="http://wagenknecht.org/blog/wp-content/uploads/2010/06/IMG_0005.jpg" alt="" width="320" height="480" /></p>
<p>Then Matthias introduced us into the world of Git and the Eclipse Git integration.</p>
<p><img class="alignnone size-full wp-image-293" title="Matthias @ Eclipse DemoCamp Jena 2010" src="http://wagenknecht.org/blog/wp-content/uploads/2010/06/IMG_0008.jpg" alt="" width="480" height="320" /></p>
<p>Jochen &#8211; the guy with the three phones &#8211; used the Eclipse SDK to develop an Android conference call management app.</p>
<p><img class="alignnone size-full wp-image-294" title="Jochen @ Eclipse DemoCamp Jena 2010" src="http://wagenknecht.org/blog/wp-content/uploads/2010/06/IMG_0015.jpg" alt="" width="480" height="320" /></p>
<p>Myself talked about Eclipse on servers.</p>
<p><img class="alignnone size-full wp-image-295" title="Gunnar @ Eclipse DemoCamp Jena 2010" src="http://wagenknecht.org/blog/wp-content/uploads/2010/06/IMG_0019.jpg" alt="" width="480" height="320" /></p>
<p>Christoph demoed what that really means. He wrote an application that uses Equionx/Gyrex and allows to upload and manage bundles at runtime through a web interface.</p>
<p><img class="alignnone size-full wp-image-296" title="Christoph @ Eclipse DemoCamp Jena 2010" src="http://wagenknecht.org/blog/wp-content/uploads/2010/06/IMG_0021.jpg" alt="" width="480" height="320" /></p>
<p>Enrico talked about GenGMF &#8211; a modeling framework for easier generation of GMF editors.</p>
<p><img class="alignnone size-full wp-image-297" title="Enrico @ Eclipse DemoCamp Jena 2010" src="http://wagenknecht.org/blog/wp-content/uploads/2010/06/IMG_0030.jpg" alt="" width="480" height="320" /></p>
<p>Last but not least, a guy with the only Eclipse t-shirt had some nice closing words.</p>
<p><img class="alignnone size-full wp-image-298" title="Ralph @ Eclipse DemoCamp Jena 2010" src="http://wagenknecht.org/blog/wp-content/uploads/2010/06/IMG_0035.jpg" alt="" width="480" height="320" /></p>
<p>Thank you everybody for coming and thank you all presenters for your great demos. You can view all pictures of the event <a title="Picture of Eclipse DemoCamp Jena 2010" href="http://wagenknecht.org/gallery/v/events/eclipse-democamp-2010-jena/" target="_blank">here</a>.</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://wagenknecht.org/blog/archives/2010/06/eclipse-democamp-jena.html" target="_blank"><img src="http://wagenknecht.org/blog/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://wagenknecht.org/blog/archives/2010/06/eclipse-democamp-jena.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reminder: DemoCamp in Jena TODAY!</title>
		<link>http://wagenknecht.org/blog/archives/2010/06/reminder-democamp-in-jena-on-wednesday.html</link>
		<comments>http://wagenknecht.org/blog/archives/2010/06/reminder-democamp-in-jena-on-wednesday.html#comments</comments>
		<pubDate>Wed, 09 Jun 2010 07:00:10 +0000</pubDate>
		<dc:creator>Gunnar Wagenknecht</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[DemoCamp]]></category>
		<category><![CDATA[Jena]]></category>

		<guid isPermaLink="false">http://wagenknecht.org/blog/?p=268</guid>
		<description><![CDATA[What? You don&#8217;t know what an Eclipse DemoCamp is? Don&#8217;t worry, we have organized one in Jena for you. The event will take place in our office building on the 29th floor. It&#8217;s the tallest building in the city. You can&#8217;t miss it. The doors will open at 4pm. It&#8217;s brought to you by AGETO. [...]]]></description>
			<content:encoded><![CDATA[<p>What? You don&#8217;t know what an Eclipse <a title="Eclipse DemoCamps 2010" href="http://wiki.eclipse.org/Eclipse_DemoCamps_Helios_2010" target="_blank">DemoCamp</a> is?</p>
<p><img class="alignnone size-full wp-image-279" title="Eclipse DemoCamp" src="http://wagenknecht.org/blog/wp-content/uploads/2010/06/Eclipse-camp.gif" alt="" width="90" height="76" /></p>
<p>Don&#8217;t worry, we have organized one in <a title="Jena" href="http://maps.google.com/maps/place?ftid=0x47a6a8b94f0a2f59:0x4208ec174333620&amp;q=Jena,+Germany&amp;hl=de&amp;ei=jo8OTKmLHoSd_AapisHRDw&amp;sll=50.926999,11.587011&amp;sspn=0.112596,0.256119&amp;ie=UTF8&amp;ll=51.006194,11.412048&amp;spn=0,0&amp;z=12&amp;iwloc=A" target="_blank">Jena</a> for you.</p>
<p><img class="alignnone size-medium wp-image-272" title="Jena" src="http://wagenknecht.org/blog/wp-content/uploads/2010/06/4868745-400x300.jpg" alt="" width="400" height="300" /></p>
<p>The event will take place in our <a title="JenTower" href="http://maps.google.com/maps/place?hl=de&amp;cid=457646149436855605&amp;ved=0CFgQigUwAQ&amp;ei=u48OTNW-JMuJ_AbfrfjaDw&amp;ie=UTF8&amp;ll=51.006194,11.412048&amp;spn=0,0&amp;z=12&amp;iwloc=A" target="_blank">office building</a> on the 29th floor. It&#8217;s the tallest building in the city. You can&#8217;t miss it. The doors will open at 4pm.</p>
<p><img class="alignnone size-medium wp-image-273" title="JenTower" src="http://wagenknecht.org/blog/wp-content/uploads/2010/06/Turm_Jena_24bit_4-199x300.jpg" alt="" width="199" height="300" /></p>
<p>It&#8217;s brought to you by <a title="AGETO Service GmbH" href="&quot;http://www.ageto.de/" target="_blank">AGETO</a>.</p>
<p><a href="http://wagenknecht.org/blog/wp-content/uploads/2010/06/logo_ageto_220x37.png"><img class="alignnone size-full wp-image-269" title="AGETO" src="http://wagenknecht.org/blog/wp-content/uploads/2010/06/logo_ageto_220x37.png" alt="" width="220" height="37" /></a></p>
<p>And we have picked some interesting topics for you. There will be presentations/demos of runtime technologies (Equinox, OSGi, RCP) as well as tooling (EGit, Android) and modeling (Xtext, GMF).</p>
<p>If you haven&#8217;t already and plan to attend, please sign up on the <a title="DemoCamp Jena Sign-Up" href="http://wiki.eclipse.org/Eclipse_DemoCamps_Helios_2010/Jena" target="_blank">wiki</a>! At the end of the event, we’ll have some frosty beverages and snacks ready for some great discussions!</p>
<p>Have fun!</p>
<p><img class="alignnone size-medium wp-image-271" title="Jena at Night" src="http://wagenknecht.org/blog/wp-content/uploads/2010/06/1074689-400x263.jpg" alt="" width="400" height="263" /></p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://wagenknecht.org/blog/archives/2010/06/reminder-democamp-in-jena-on-wednesday.html" target="_blank"><img src="http://wagenknecht.org/blog/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://wagenknecht.org/blog/archives/2010/06/reminder-democamp-in-jena-on-wednesday.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Categorize our Orbit</title>
		<link>http://wagenknecht.org/blog/archives/2010/04/categorize-our-orbit.html</link>
		<comments>http://wagenknecht.org/blog/archives/2010/04/categorize-our-orbit.html#comments</comments>
		<pubDate>Wed, 28 Apr 2010 08:17:58 +0000</pubDate>
		<dc:creator>Gunnar Wagenknecht</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Orbit]]></category>
		<category><![CDATA[p2]]></category>

		<guid isPermaLink="false">http://wagenknecht.org/blog/?p=257</guid>
		<description><![CDATA[As part of our &#8220;Give Orbit some love for Helios&#8221; initiative I started adding categories to Orbit repositories. Whenever you include an Orbit p2 repository in your target platform, you&#8217;ll now be able to cherry pick only the bundles you really need from a convenient set of categories. No need to download any unnecessary overhead. [...]]]></description>
			<content:encoded><![CDATA[<p>As part of our &#8220;<a title="Bug 274837 - Document Orbit Repository Format" href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=274837" target="_blank">Give Orbit some love for Helios</a>&#8221; initiative I started adding categories to Orbit repositories. Whenever you include an Orbit p2 repository in your target platform, you&#8217;ll now be able to cherry pick only the bundles you really need from a convenient set of categories. No need to download any unnecessary overhead.</p>
<p>Try it out yourself. Here is a link to an Orbit p2 repository with categories:</p>
<blockquote><p>http://download.eclipse.org/tools/orbit/committers/drops/I20100428041519/updateSite/</p></blockquote>
<p>I also captured a  screenshot for your convenience:</p>
<blockquote><p><a href="http://wagenknecht.org/blog/wp-content/uploads/2010/04/orbit-categories.png"><img class="aligncenter size-medium wp-image-258" title="Orbit Categories" src="http://wagenknecht.org/blog/wp-content/uploads/2010/04/orbit-categories-293x300.png" alt="" width="293" height="300" /></a></p></blockquote>
<p>Frankly, I&#8217;m not a creative guy but I had to come up with some categories. Your feedback on the categories is really appreciated.</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://wagenknecht.org/blog/archives/2010/04/categorize-our-orbit.html" target="_blank"><img src="http://wagenknecht.org/blog/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://wagenknecht.org/blog/archives/2010/04/categorize-our-orbit.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>EclipseCon Fever</title>
		<link>http://wagenknecht.org/blog/archives/2010/03/eclipsecon-fever.html</link>
		<comments>http://wagenknecht.org/blog/archives/2010/03/eclipsecon-fever.html#comments</comments>
		<pubDate>Thu, 18 Mar 2010 09:44:06 +0000</pubDate>
		<dc:creator>Gunnar Wagenknecht</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[EclipseCon]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[Stammtisch]]></category>
		<category><![CDATA[Toronto]]></category>
		<category><![CDATA[webmasters]]></category>

		<guid isPermaLink="false">http://wagenknecht.org/blog/?p=247</guid>
		<description><![CDATA[It&#8217;s that time of the year again. Although it will be my fifth EclipseCon, it&#8217;s still as exciting as the first one, getting there, meet the community, discover and listen to the new stuff. Can&#8217;t wait to see you there! Oh and I&#8217;ll fly FRA-YYC-SFO this time because it will be SFO-YYZ-FRA on my way [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s that time of the year again. Although it will be my fifth EclipseCon, it&#8217;s still as exciting as the first one, getting there, meet the <a title="Open Planet Eclipse" href="http://planeteclipse.org/" target="_blank">community</a>, discover and listen to <a title="Open EclipseCon 2010 program." href="http://www.eclipsecon.org/2010/table/" target="_blank">the new stuff</a>.</p>
<p><a href="http://www.eclipsecon.org/2010/"><img class="aligncenter" title="EclipseCon 2010" src="http://www.eclipsecon.org/2010/static/image/130x100_speaking.gif" alt="I'm speaking @ EclipseCon 2010" width="130" height="100" /></a></p>
<p>Can&#8217;t wait to see you there! Oh and I&#8217;ll fly FRA-YYC-SFO this time because it will be SFO-YYZ-FRA on my way back with an overnight <a title="Open hotel website." href="http://www.hotelvictoria-toronto.com/">stay</a> in downtown Toronto (Friday, March 26th). I&#8217;m really looking forward to meet old friends there. <img src='http://wagenknecht.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://wagenknecht.org/blog/archives/2010/03/eclipsecon-fever.html" target="_blank"><img src="http://wagenknecht.org/blog/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://wagenknecht.org/blog/archives/2010/03/eclipsecon-fever.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SWT API for Windows Ribbon Framework</title>
		<link>http://wagenknecht.org/blog/archives/2010/02/swt-api-for-windows-ribbon-framework.html</link>
		<comments>http://wagenknecht.org/blog/archives/2010/02/swt-api-for-windows-ribbon-framework.html#comments</comments>
		<pubDate>Thu, 04 Feb 2010 13:42:09 +0000</pubDate>
		<dc:creator>Gunnar Wagenknecht</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[SWT]]></category>

		<guid isPermaLink="false">http://wagenknecht.org/blog/?p=242</guid>
		<description><![CDATA[Are you interested in SWT API for the Windows Ribbon Framework? If yes please raise your voice in bug 293637. It looks like the Ribbon can&#8217;t be used in the SDK or any other Eclipse project at the moment. However, it&#8217;s still unclear if it can be part of the SWT API.]]></description>
			<content:encoded><![CDATA[<p>Are you interested in SWT API for the Windows Ribbon Framework? If yes please raise your voice in <a title="Open Eclipse Bug 293637." href="http://bugs.eclipse.org/293637" target="_blank">bug 293637</a>. It looks like the Ribbon can&#8217;t be used in the SDK or any other Eclipse project at the moment. However, it&#8217;s still unclear if it can be part of the SWT API.</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://wagenknecht.org/blog/archives/2010/02/swt-api-for-windows-ribbon-framework.html" target="_blank"><img src="http://wagenknecht.org/blog/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://wagenknecht.org/blog/archives/2010/02/swt-api-for-windows-ribbon-framework.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>And now for some fun&#8230;</title>
		<link>http://wagenknecht.org/blog/archives/2009/10/and-now-for-some-fun-with-software.html</link>
		<comments>http://wagenknecht.org/blog/archives/2009/10/and-now-for-some-fun-with-software.html#comments</comments>
		<pubDate>Tue, 27 Oct 2009 16:00:49 +0000</pubDate>
		<dc:creator>Gunnar Wagenknecht</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Fun]]></category>

		<guid isPermaLink="false">http://wagenknecht.org/blog/?p=237</guid>
		<description><![CDATA[Have you seen a software that cautions users against itself? No? Look:]]></description>
			<content:encoded><![CDATA[<p>Have you seen a software that cautions users against itself? No?</p>
<p>Look:</p>
<p><a href="http://wagenknecht.org/blog/wp-content/uploads/2009/10/warn-for-itself.png"><img class="alignnone size-medium wp-image-238" title="PDE warns for itself" src="http://wagenknecht.org/blog/wp-content/uploads/2009/10/warn-for-itself-400x110.png" alt="PDE warns for itself" width="400" height="110" /></a></p>
<p> <img src='http://wagenknecht.org/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://wagenknecht.org/blog/archives/2009/10/and-now-for-some-fun-with-software.html" target="_blank"><img src="http://wagenknecht.org/blog/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://wagenknecht.org/blog/archives/2009/10/and-now-for-some-fun-with-software.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

