Posts tagged with "hudson"

Jan 17th, 2011

How to build a RAP application with Tycho

tycho-logo

Recently I played around a little with Tycho because we evaluated itĀ for the use in the RTP project. As a test case, I decided to try to build a RAP application with Tycho. With building I mean compiling andĀ packaging the artifacts into a WAR file in order to deploy them on a Tomcat or another [...]

14 Comments
Apr 27th, 2010

Google Summer of Code 2010 is on!

Google Summer of Code 2010

Finally the voting process for this years Google Summer of Code is over and they announced the accepted students. I’m really happy that so many interesting proposals got trough and really looking forward to see the outcome of all the student projects. Here is the full list of the proposals that got accepted for 2010. [...]

Leave a Comment
Oct 2nd, 2009

Executable WARs with Jetty

Today I want to talk about one of the younger members in the Eclipse family: Jetty. It is great to have such an interesting project on board and it is yet another example of how Eclipse has become more than just an IDE. What I wanted to with jetty was to create an executable, standalone [...]

18 Comments
Sep 17th, 2009

Maven in Eclipse

Quickfix to the rescue!

In the past I have said some unkind words about about maven’s pom.xml format. My aversion to xml heavy configuration has drawn me to more lightweight approaches to build systems, like gradle for example. At the same I was intrigued: If a tool like maven is seeing such a widespread use despite its cumbersome format, [...]

6 Comments