ChiliProject is not maintained anymore. Please be advised that there will be no more updates.

We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.

Getting Hudson plugin to work

Added by Chris Dähn at 2012-05-08 06:18 pm

Hi,

I'm struggling with the Hudson plugin for some months and found out that it's just an issue of deprecated calls inside the activity view - which was already discussed here before: https://www.chiliproject.org/boards/1/topics/1211?r=1230#message-1230

So I'm encouraged to fix that issue (even if I'm a Ruby newbe) for the error:

Processing ActivitiesController#index (for 192.168.10.30 at 2012-05-08 20:12:34) [GET]
  Parameters: {"set_filter"=>"1", "action"=>"index", "id"=>"imagemanager", "show_changesets"=>"1", "with_subprojects"=>"1", "controller"=>"activities", "show_issues"=>"1", "show_hudson"=>"1"}

NoMethodError (undefined method `journal_class_name' for Object:Class):
  lib/redmine/activity/fetcher.rb:83:in `events'

Is fixing that issue just a task of replacing some function calls or are the changes much more complex?

Any hints are appreciated - even a link to a docu or comparable example...

ciao,
Chris


Replies (1)

RE: Getting Hudson plugin to work - Added by Chris Dähn at 2012-05-22 01:47 pm

Hi,

any hints for me? I'm just a newbie to Ruby and willing to fix that plugin - so any hints would help me getting started...

Thanks in advance!

ciao,
Chris

(1-1/1)