SuperHappyDevHSR coming soon

Some of you might already know that I'm trying to organise something like SuperHappyDevFlat at the HSR university. The event is called (surprise!) SuperHappyDevHSR and will take place in the first two weeks of the new term. If you're interested in, please vote for the dates which will suite you on doodle.ch.

For more information please drop by the shdhsr-wiki. And don't forget to add your own project/idea or suggestion where it should take place.. the more the merrier ;)

Posted at 18.08.2007 15:38 CET | 0 comment(s)

Twitter Publisher for CruiseControl

Due to the preparation of my upcoming semester thesis I want to extend my CruiseControl server with a Twitter publisher. The idea of getting the build status delivered to your mobile phone is quite exciting, isn't it?
However, it turns out it's not as easy as written in the example. I've implemented everything needed but still get the following exception:

Caused by: net.sourceforge.cruisecontrol.CruiseControlException: Attemping to load plugin named [TwitterPublisher], but couldn't load corresponding class [net.sourceforge.cruisecontrol.publishers.TwitterPublisher].

The plugin in the CC config file is loaded as follows.

<plugin name="TwitterPublisher" classname="net.sourceforge.cruisecontrol.publishers.TwitterPublisher"/>

Any ideas what possibly be wrong? I didn't find anything in the CC mailing lists.

Technorati Tags: ,

Posted at 11.08.2007 22:48 CET | 0 comment(s)