Hi Kristis,




Kristis Makris <[EMAIL PROTECTED]>
08/05/2008 17:34
 
        Para:   [EMAIL PROTECTED]
        cc:     [email protected]
        Asunto: Re: [scmbug-users] SCMBug and Mantis 1.0.8

Hi Abraham,

On Thu, 2008-05-08 at 16:00 +0200, [EMAIL PROTECTED] wrote:
> when I fired it up a log message appeared saying that it couldn't work 
> with Mantis 1.0.8. I checked the list of known-to-work versions and in 

What is the *exact* error message ?

Initialization of bug-tracking system 'Mantis' version '1.0.8' failed. 
This could be due to an unsupported version of this system, or 
misconfiguration.

According to
http://files.mkgnu.net/files/scmbug/doc/latest_manual/html-multi/x717.html
the releases of Mantis which have been verified to work are:

0.19.0 
1.0.0rc3
1.1.0rc1 

That's why I thought I wasn't able to work with 1.0.8.

> fact didn't include this version of Mantis, fact that I'd like to 
change.
> 
> Now, what do I need to do to collaborate and make SCMBug works with my 
> environment?

Which version of Scmbug are you running ?

scmbug-0.23.4 (I know it's not the latest one, but it's the one available 
on Gentoo at the momment).


I'm asking these things because Scmbug is configured to be able to work
with the both Mantis 1.0.x and 1.1.x. So if you are getting such an
error, you probably misconfigured daemon.conf. Are you sure you setup in
daemon.conf:

  type => 'Mantis',
  # This MUST be in the format x.y.z, where x,y,z
  # are integers
  version => '1.0.8',


Yup, that's what I have. Broader copy-paste:

    daemon_mode => "auto",

    # Configuration information of the bug tracking
    # system
    bugtracker => {
        # The possible options are:
        # - 'Bugzilla'
        # - 'Mantis'
        # - 'RequestTracker'
        # - 'TestDirector'
        type => 'Mantis',
        # This MUST be in the format x.y.z, where x,y,z
        # are integers
        version => '1.0.8',
        database_location => 'linux.silvano.com',
        database_port => '3306',


??


Attachment: signature.asc
Description: Binary data

_______________________________________________
scmbug-users mailing list
[email protected]
http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users

Reply via email to