Monday, May 07th, 2012, 19:36:53 +0000, Gunnar Wagenknecht
It’s been a while since Planet Eclipse got the look it has today. There is some work ongoing to refresh the look. It can be previewed on our beta site at http://planet.eclipse.org/planet-new/.

Please give us your feedback in bug 378285.

Saturday, February 04th, 2012, 14:35:23 +0000, Gunnar Wagenknecht
It’s my first out of two days at FOSDEM 2012. It took us quite a ride to get from the hotel to the ULB. We tried to order a taxi but the people at the reception told us that it would take at least 1.5 hours till a taxi arrives. Luckily, Mike and Andrew know someone who has been at FOSDEM a couple of times before. He guided us safely to ULB using a combination of walking, metro, tram and more walking.
We quickly setup an Eclipse stand over there and Mike, Andrew and myself are showing demos and talking to people. BTW, thanks to the FOSDEM organizer to have it well prepared so that we just needed to setup our banner and our notebooks for the demos.
So far we have a great mixture of questions from developers using Eclipse for their day-to-day work, programming questions of Eclipse plug-in developers and people interested in Orion. There are also people stepping by that have no questions – they introduce themselves as happy Eclipse users and appreciate what the committers of the various projects have built over time. Thanks for those kind words folks!

Saturday, January 21st, 2012, 22:26:14 +0000, Gunnar Wagenknecht
I’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’re allowed to call me dinosaur then. Anyway, I’ve been using .target 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’ve heard.
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 .target file I use in the IDE. Works like a charm as long as you only use “Software Sites” (p2 repositories) which are accessible via URL by any developers Eclipse instance as well as the build machine.
Previously, this was implemented by transforming the .target 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.
<target name="buildTargetPlatform" unless="skipTargetDefinition">
<!-- note: this requires pde.core (from Juno) in the base builder -->
<pde.provisionTargetDefinition
targetFile="/path/to/my.target"
destinationDirectory="${repoBaseLocation}/target"
clearDestination="false"/>
</target>

Friday, January 20th, 2012, 09:19:57 +0000, Gunnar Wagenknecht
I know some of you already finished planning for the next few months. There are a couple of interesting events I’ll attend which might be of interest for you. Thus, I thought sharing won’t hurt.
FOSDEM (Feb. 4 – 5, Brussels, Belgium)
I’ve never been in Brussels before. I’ve also never been at FOSDEM before. Andrew told me about his plan to generate some nice Eclipse buzz there. Well, it looks like that will turn out great. Mike will be there too. We’ll have an Eclipse stand for people to show some projects and talks about Eclipse and we’ll also give a few talks about Eclipse. Mine will be about EclipseRT.
EclipseCon (March 26 – 29, Reston, Virginia, USA)
Ok, this one is a classic (for me). I’ve been there before. You gotta have to be there! However, this year my flight to EclipseCon 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’ll also miss San Francisco. It’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.
Anyway, I’ll give one of the many tutorials there (Dynamic Server Applications with EclipseRT).
JAX (April 16-20, Mainz, Germany)
Also bit of a classic, I like that event. It’s packed with lots of sessions and people. I’ll talk about developing cloud applications with Eclipse Gyrex. 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.
Hope to see you soon at any of the events!

Wednesday, November 02nd, 2011, 08:51:51 +0000, Gunnar Wagenknecht
Today is the first day of EclipseCon Europe and I’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’ll give to talks this week. The first one is today in the afternoon and the second one tomorrow.
Oh and if you have any questions or just want to chat, feel free to talk to me at EclipseCon!
