SuperHappyDevHSR coming soon
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 ;)
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: cruisecontrol, java