My favorites | Sign in
Project Logo
Project hosting will be READ-ONLY Wednesday at 8am PST due to brief network maintenance.
                
New issue | Search
for
| Advanced search | Search tips
Issue 21: Support for Mantis Bugtracking system
18 people starred this issue and may be notified of changes. Back to list
Status:  Started
Owner:  theanuradha
Type-Enhancement
Priority-Medium


Sign in to add a comment
 
Reported by ingo.rockel, Nov 25, 2008
Hi,

I just saw your nice plugin. Unfortuneately we are working with mantis as 
bug tracking system. Is there anything planned in supporting it yet?
Comment 1 by theanuradha, Nov 25, 2008
We love to support Mantis as well but we are lack of resources:-(.Will add to plan 
anyway :-) BTW any posibility that willing to work on Mantis Connector ;-) ? 
Status: Accepted
Comment 2 by theanuradha, Dec 16, 2008
(No comment was entered for this change.)
Labels: -Type-Defect Type-Enhancement
Comment 3 by ingo.rockel, Dec 16, 2008
Hi, sorry, forgot to reply, I might be able to offer some help, I already did a netbeans/visualvm plugin in
the past. But I'm lacking time at the moment.
Comment 4 by theanuradha, Dec 16, 2008
Cool let me know when you ready to give it try 
Comment 5 by josephalevin, Dec 23, 2008
Hello.

Cube°n looks like a great product.

I also am using mantis currently.  I tried digging through the Cube°n sources to
understand how to implement mantis support.  Is there a wiki page or documentation
set for the connector api/spi?
Comment 6 by theanuradha, Dec 23, 2008
Well We are working on it :-( BTW to start with Mantis Connector mail me to 
theanuradha at gmail  I'll guide you :-)(It is a simple task ;-))

Thanks !
Comment 7 by Ruslan.Levitskiy, May 18, 2009
Yes? It will be great if you make a Mantis support.
Comment 8 by alex.chiri, May 27, 2009
Any development on this issue? Or alternatives on including mantis in netbeans?
Comment 9 by theanuradha, May 28, 2009
Sorry to say that, currently its in future plan.BTW if some one ready to sponsor to 
develop mantis connector I really happy to work on it.  
Comment 10 by vraccas, Jun 29, 2009
What tasks are open for this issue? Mantis webservice?
Comment 11 by theanuradha, Jun 30, 2009
They have http://www.futureware.biz/mantisconnect/
We need to write connector using cubeon spi   
Comment 12 by hantsy, Oct 17, 2009
The mantis connect provided in the url is not open source...
Comment 13 by hantsy, Oct 17, 2009
There is a mylyn-mantis on sf.net.
http://sourceforge.net/apps/mediawiki/mylyn-mantis/index.php?title=Main_Page
Comment 14 by robert.munteanu, Oct 18, 2009
Hi,

I'm one of the Mylyn Connector for Mantis developers and I thought I'd chime in with
some basic information about how we use the Mantis SOAP API.

We currently use Axis 1.4 to generate the SOAP stubs from the WSDL served by Mantis -
usually found at $MANTIS_INSTALL/api/soap/mantisconnect.php?wsdl . After that, the
entry point offers a few convenient methods:

- mc_projects_get_user_accessible gets all projects accessible to a given user
- mc_filter_get_issue_headers gets all the issues for a filter
- mc_project_get_issue_headers gets all the issues for a project

You can find the way we use it in the mylyn-mantis source code at
https://sourceforge.net/projects/mylyn-mantis/develop . For any questions you're more
than welcome to post on our developer forum at
https://sourceforge.net/apps/phpbb/mylyn-mantis/viewforum.php?f=5 .

Cheers,

Robert
Comment 15 by theanuradha, Oct 18, 2009
@Robert

Thanks for information.I'm planing to work on Mantis support after Google code support 
Comment 16 by itlabmd, Oct 26, 2009
any progress?
Comment 17 by theanuradha, Oct 26, 2009
currently working on google-code support this is the next task 
Comment 18 by theanuradha, Oct 29, 2009
(No comment was entered for this change.)
Status: Started
Owner: theanuradha
Comment 19 by theanuradha, Oct 30, 2009
requesting a public Mantis server.
anyone ready to provide access to cubeon to use as testings repository  ?
Comment 20 by vraccas, Oct 31, 2009
What are the requirements? Just a mantis installation? What kind of access and
modules installed on the server?
Comment 21 by theanuradha, Oct 31, 2009
to start with just a mantis repository with access remotely and test connector 
development.
Comment 22 by vraccas, Nov 09, 2009
I can provide you with a standard mantis installation, how can I contact you guys?
Comment 23 by theanuradha, Nov 09, 2009
great! Mail me at theanurada at gmail dot com with information.
Comment 24 by vraccas, Nov 29, 2009
Is this email-adress still valid? My mail bounces back to me. Sorry it took so long.
Comment 25 by theanuradha, Nov 29, 2009
ah my mistake theanuradha at gmail.com
Comment 27 by o...@hopi-x.de, Nov 30, 2009
Can provide a Mantis installation on my VServer too, if neccessary (om at hopi-x dot 
de)

Comment 28 by theanuradha, Nov 30, 2009
@vraccas already provide one BTW having one more is good option test on deferent mantis 
setups 
Comment 29 by o...@hopi-x.de, Nov 30, 2009
ok.. if its time u need another, just send me a email..

Comment 30 by Caffein, Jan 06, 2010
Any news on this? :)
Comment 31 by o...@hopi-x.de, Jan 09, 2010
@theanuradha .. Im want to write this mantis connector, because i need it @work.. did u 
already started working on it?
Comment 32 by theanuradha, Jan 09, 2010
Well due to lack of Time No If you interested I'll help you on development with guide  
Comment 33 by vraccas, Jan 10, 2010
I cannot help with the java part, because my java skills are too basic. But I can
help on the php side with the MantisConnector webservice @hopi-x
Comment 34 by o...@hopi-x.de, Jan 10, 2010
Yesterday i started developing a java library for use with mantisconnect.php in Mantis 
1.1.18. I think i wont have any problem to implement the java sources for this 
interface. I'll write the Connector like the trac implemention, @theanuradha did. Maybe 
i'll need support from @theanuradha for setting up the netbeans runtime for mudule 
testing, because its my first netbeans module.. (i saw a netbeans testing runtime on 
D:\  :)  ) 
Comment 35 by o...@hopi-x.de, Jan 11, 2010
Now my testing environment is up and running. Im developing under NetBeans 6.8, and use 
NB 6.5.1 for testing.. (like setup from svn)..
Where can I get svn access to this project?
Actually i developed mappers for Mantis<->Cubeon Objects, and i wrote an Interface for 
MantisSessionService.. 

Comment 36 by theanuradha, Jan 11, 2010
>>Where can I get svn access to this project?
http://cubeon.googlecode.com/svn/trunk/
Comment 37 by theanuradha, Jan 11, 2010
BTW if you want I'll create  project setup then it is easy to you to get start development 
Comment 38 by o...@hopi-x.de, Jan 11, 2010
This would help me a lot. I have no deeper experience with maven2 projects.. do i then 
have write acces to connectors/mantis folder?

Comment 39 by theanuradha, Jan 12, 2010
Give me coupe of day to setup projects 

>>do i then 
have write acces to connectors/mantis folder?
you will have access all projects setup once I add those I'll let you know when I setup 
Sign in to add a comment

Hosted by Google Code