mantisconnect-users Mailing List for MantisConnect (Page 3)
Brought to you by:
vboctor
You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(4) |
Oct
(5) |
Nov
|
Dec
(2) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
|
Feb
(4) |
Mar
|
Apr
(3) |
May
|
Jun
(3) |
Jul
(2) |
Aug
(1) |
Sep
|
Oct
(1) |
Nov
(1) |
Dec
(1) |
2006 |
Jan
|
Feb
(1) |
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
(4) |
Oct
(8) |
Nov
(6) |
Dec
|
2007 |
Jan
(11) |
Feb
(5) |
Mar
(2) |
Apr
(3) |
May
(1) |
Jun
(1) |
Jul
|
Aug
(9) |
Sep
|
Oct
(2) |
Nov
(4) |
Dec
(1) |
2008 |
Jan
(3) |
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
(7) |
Aug
(1) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2011 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2013 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Nils M. <nm...@bu...> - 2007-01-31 16:38:36
|
Thanks for the quick answer. The debugger pops up with the error message w= ithin the "public void ConfigGet (string config, out string str)" method in= side the Request.cs source-file. The full error message is: Client found response content type of 'text/html', but expected 'text/xml'. The request failed with the error message: -- <br /> <b>Warning</b>: main(): SAFE MODE Restriction in effect. The script whose= uid is 10004 is not allowed to access /var/www/vhosts/xxx.de/httpdocs/mant= is/core/php_api.php owned by uid 0 in <b>/var/www/vhosts/xxx.de/httpdocs/ma= ntis/core.php</b> on line <b>21</b><br /> <br /> <b>Warning</b>: main(/var/www/vhosts/xxx.de/httpdocs/mantis/core/php_api.p= hp): failed to open stream: Success in <b>/var/www/vhosts/xxx.de/httpdocs/m= antis/core.php</b> on line <b>21</b><br /> <br /> <b>Fatal error</b>: main(): Failed opening required '/var/www/vhosts/xxx.d= e/httpdocs/mantis/core/php_api.php' (include_path=3D'.:') in <b>/var/www/vh= osts/xxx.de/httpdocs/mantis/core.php</b> on line <b>21</b><br /> --. It seemed to me as it would be a file access restriction which is caused du= e to insufficient user access rights, but I don't know how to change them t= o allow the script access to the .php files. Can you make a sense of it? ---------------------------------------------------------------------------= ---------------------------------------------------------------------------= ---------------------------------------------------------------------------= -------------------- Typically this is caused by the PHP web service executing code on the Manti= s API that cause an error. This error generates an HTML response which is = returned as the result of the call. When the web service client attempts t= o trace it, it generates the error you saw. Typically, MantisConnect web service attempt to pre-check for all possible = errors before calling Mantis APIs to avoid this situation. However, there may be cases where this still happens. You should try debugging and checking the response that is returned back to= you from the server. This should include the error that is causing the pr= oblem. On 1/31/07, Nils Malachewitz <nm...@bu...<mailto:nma@busines= s-integrator.de>> wrote: > > > > > Hi, > > I have got a problem connecting to mantis with mantisconnect within > visual studio 2005. > I made a WebReference to > "http://localhost/mantis/mc/mantisconnect.php?wsdl" without problems > inside my project and now want to execute code delivered with > mantisconnect. > But when I start my program the debugger pops up with the exception > message: "Client found response content type of 'text/html', but > expected 'text/xml'." > > The "mantisconnect.php?wsdl"-URL is accessible via internet-explorer > and the internal vs browser and shows a perfectly clear xml-dataset. > > I'm using: mantis-1.1.0a2 > MantisConnect-1.0a5 > nusoap-0.7.2 > and xampp-win32-1.5.5 as a php/sql-webserver > > I hope you understand my problem and you can help me. Thank you. > > > ---------------------------------------------------------------------- > --- Take Surveys. Earn Cash. Influence the Future of IT Join > SourceForge.net's Techsay panel and you'll get the chance to share > your opinions on IT & business topics through brief surveys - and earn > cash > http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D= DEV > DEV > > _______________________________________________ > MantisConnect-users mailing list > Man...@li...<mailto:MantisConnect-users@list= s.sourceforge.net> > https://lists.sourceforge.net/lists/listinfo/mantisconnect-users > > > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's = Techsay panel and you'll get the chance to share your opinions on IT & busi= ness topics through brief surveys - and earn cash http://www.techsay.com/de= fault.php?page=3Djoin.php&p=3Dsourceforge&CID=3DDEVDEV _______________________________________________ MantisConnect-users mailing list Man...@li...<mailto:MantisConnect-users@lists.= sourceforge.net> https://lists.sourceforge.net/lists/listinfo/mantisconnect-users |
From: Victor B. <vb...@gm...> - 2007-01-31 15:25:24
|
Typically this is caused by the PHP web service executing code on the Mantis API that cause an error. This error generates an HTML response which is returned as the result of the call. When the web service client attempts to trace it, it generates the error you saw. Typically, MantisConnect web service attempt to pre-check for all possible errors before calling Mantis APIs to avoid this situation. However, there may be cases where this still happens. You should try debugging and checking the response that is returned back to you from the server. This should include the error that is causing the problem. On 1/31/07, Nils Malachewitz <nm...@bu...> wrote: > > > > > Hi, > > I have got a problem connecting to mantis with mantisconnect within visual > studio 2005. > I made a WebReference to > "http://localhost/mantis/mc/mantisconnect.php?wsdl" without > problems inside my project and now want to execute code delivered with > mantisconnect. > But when I start my program the debugger pops up with the exception > message: "Client found response content type of 'text/html', but expected > 'text/xml'." > > The "mantisconnect.php?wsdl"-URL is accessible via internet-explorer and > the internal vs browser and shows a perfectly clear xml-dataset. > > I'm using: mantis-1.1.0a2 > MantisConnect-1.0a5 > nusoap-0.7.2 > and xampp-win32-1.5.5 as a php/sql-webserver > > I hope you understand my problem and you can help me. Thank you. > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > MantisConnect-users mailing list > Man...@li... > https://lists.sourceforge.net/lists/listinfo/mantisconnect-users > > > |
From: Nils M. <nm...@bu...> - 2007-01-31 14:15:05
|
Hi, I have got a problem connecting to mantis with mantisconnect within visual = studio 2005. I made a WebReference to "http://localhost/mantis/mc/mantisconnect.php?wsdl= " without problems inside my project and now want to execute code delivered= with mantisconnect. But when I start my program the debugger pops up with the exception message= : "Client found response content type of 'text/html', but expected 'text/xm= l'." The "mantisconnect.php?wsdl"-URL is accessible via internet-explorer and th= e internal vs browser and shows a perfectly clear xml-dataset. I'm using: mantis-1.1.0a2 MantisConnect-1.0a5 nusoap-0.7.2 and xampp-win32-1.5.5 as a php/sql-webserver I hope you understand my problem and you can help me. Thank you. |
From: Nils M. <nm...@bu...> - 2007-01-31 13:09:18
|
Hi, I have got a problem connecting to mantis with mantisconnect within visual = studio 2005. I made a WebReference to "http://localhost/mantis/mc/mantisconnect.php?wsdl= " without problems inside my project and now want to execute code delivered= with mantisconnect. But when I start my program the debugger pops up with the exception message= : "Client found response content type of 'text/html', but expected 'text/xm= l'." The "mantisconnect.php?wsdl"-URL is accessible via internet-explorer and th= e internal vs browser and shows a perfectly clear xml-dataset. I'm using: mantis-1.1.0a2 MantisConnect-1.0a5 nusoap-0.7.2 and xampp-win32-1.5.5 as a php/sql-webserver I hope you understand my problem and you can help me. Thank you. |
From: Nils M. <nm...@bu...> - 2007-01-31 12:43:37
|
Hi, I have got a problem connecting to mantis with mantisconnect within visual = studio 2005. I made a WebReference to "http://localhost/mantis/mc/mantisconnect.php?wsdl= " without problems inside my project and now want to execute code delivered= with mantisconnect. But when I start my program the debugger pops up with the exception message= : "Client found response content type of 'text/html', but expected 'text/xm= l'." The "mantisconnect.php?wsdl"-URL is accessible via internet-explorer and th= e internal vs browser and shows a perfectly clear xml-dataset. I'm using: mantis-1.1.0a2 MantisConnect-1.0a5 nusoap-0.7.2 and xampp-win32-1.5.5 as a php/sql-webserver I hope you understand my problem and you can help me. Thank you. |
From: Victor B. <vb...@gm...> - 2007-01-17 06:52:00
|
Hi Carlos, Thanks for asking. I've meant to clarify this in the license for a while. Check out the new license description. You will need the "standard" license. Please let me know if you still find the new license unclear. On 1/9/07, Carlos Eduardo Knippschild <ca...@ho...> wrote: > Hello. > > I'm in doubt if we, at our company, need to buy the commercial version > of MantisConnect. > > Our use of it would be exclusively internal, to aid in the development > of our projects for which we use mantis as an issue tracker. It will > never be released as part of our products (that are not open-source). > > In this case, is a commercial license needed? If so, is the license sold > per company, per user or per what? > > Regards, > -- > Carlos Eduardo Knippschild > Developer > Hoplon Infotainment - http://www.hoplon.com > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > MantisConnect-users mailing list > Man...@li... > https://lists.sourceforge.net/lists/listinfo/mantisconnect-users > |
From: Carlos E. K. <ca...@ho...> - 2007-01-09 17:38:58
|
Hello. I'm in doubt if we, at our company, need to buy the commercial version of MantisConnect. Our use of it would be exclusively internal, to aid in the development of our projects for which we use mantis as an issue tracker. It will never be released as part of our products (that are not open-source). In this case, is a commercial license needed? If so, is the license sold per company, per user or per what? Regards, -- Carlos Eduardo Knippschild Developer Hoplon Infotainment - http://www.hoplon.com |
From: Stefan R. <s.r...@up...> - 2007-01-05 11:46:03
|
Hello! =20 Has Version 1.06 been released?=20 =20 Or are there any updates that i'm able updating existing issues? =20 Thank you!=20 =20 Best regards, =20 Stefan Reisenbauer =20 |
From: Stefan R. <s.r...@up...> - 2007-01-05 11:04:18
|
Hello! =20 Has Version 1.06 been released?=20 =20 Or are there any updates that i'm able updating existing issues? =20 Thank you!=20 =20 Best regards, =20 Stefan Reisenbauer |
From: Lanser P. <pe...@tw...> - 2007-01-02 11:57:13
|
Hi, please check out the current SVN version of the MantisConnect webservice or use this one: http://www.two-toned.at/mc-downloads/mantisconnect-webservice.svn20060821.zip Regards, Peter > Greetings, > > we want to buy MantisConnect licences to access Mantis using Eclipse, > but we ran into problems during evaluation. > > The error we get in Eclipse is: > > "method 'mc_project_get_issue_headers' not defined in service." > > All I found was an entry at > http://www.futureware.biz/mantis/view.php?id=215 saying "0000215: > mc_project_get_issue_headers web service needed". > > We are currently using > > mantis-1.0.6 > org.mantisbt.connect.eclipse_0.0.6.svn20060919.zip > MantisConnect-1.0a5.zip > > Any idea what we can do, to get this working? Maybe we did something > wrong. > > Thanks for advice, > > Patrick Koetter > > > -- > state of mind > Agentur für Kommunikation und Design > > Patrick Koetter Tel: 089 45227227 > Echinger Strasse 3 Fax: 089 45227226 > 85386 Eching Web: http://www.state-of-mind.de > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your opinions on IT & business topics through brief surveys - and earn > cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > MantisConnect-users mailing list > Man...@li... > https://lists.sourceforge.net/lists/listinfo/mantisconnect-users -- DI (FH) Peter Lanser Stockhofstrasse 31/9b A - 4020 Linz Tel.: 0 650 / 41 25 038 |
From: Brian B. <br...@bd...> - 2006-11-30 06:34:25
|
Hi Guys, =20 Do you guys know of anyone in Johannesburg who can provide support to configure Mantis Connect? =20 Also to support the bug tracking product as a whole. =20 I'm particularly interest in the escalation capabilities? =20 Regards Brian +27825517735 Br...@BD... =20 *********************************************************************** Please note: This email and its content are subject to the disclaimer as di= splayed at the following link http://www.bdbdata.com/disclaimer.asp. Should= you not have Web access, send a mail to dis...@bd... and a copy= will be emailed to you. This footnote also confirms that this email message has been swept by MIMEs= weeper for the presence of computer viruses. ********************************************************************** |
From: Patrick B. K. <p...@st...> - 2006-11-29 20:02:27
|
Peter, * Peter Lanser <pe...@tw...>: > Hi, >=20 > you have to use=20 > http://www.two-toned.at/mc-downloads/mantisconnect-webservice.svn200608= 21.zip=20 > (mentioned on http://www.two-toned.at/mc) or the latest SVN version of=20 > the service. I guess, you just made my day... Thanks! p@rick --=20 state of mind Agentur f=C3=BCr Kommunikation und Design Patrick Koetter Tel: 089 45227227 Echinger Strasse 3 Fax: 089 45227226 85386 Eching Web: http://www.state-of-mind.de |
From: Peter L. <pe...@tw...> - 2006-11-29 19:53:24
|
Hi, you have to use http://www.two-toned.at/mc-downloads/mantisconnect-webservice.svn20060821.zip (mentioned on http://www.two-toned.at/mc) or the latest SVN version of the service. Regards, Peter Patrick Ben Koetter wrote: > Greetings, > > we want to buy MantisConnect licences to access Mantis using Eclipse, but we > ran into problems during evaluation. > > The error we get in Eclipse is: > > "method 'mc_project_get_issue_headers' not defined in service." > > All I found was an entry at http://www.futureware.biz/mantis/view.php?id=215 > saying "0000215: mc_project_get_issue_headers web service needed". > > We are currently using > > mantis-1.0.6 > org.mantisbt.connect.eclipse_0.0.6.svn20060919.zip > MantisConnect-1.0a5.zip > > Any idea what we can do, to get this working? Maybe we did something wrong. > > Thanks for advice, > > Patrick Koetter > > |
From: Patrick B. K. <p...@st...> - 2006-11-29 19:42:43
|
Greetings, we want to buy MantisConnect licences to access Mantis using Eclipse, but= we ran into problems during evaluation. The error we get in Eclipse is: "method 'mc_project_get_issue_headers' not defined in service." All I found was an entry at http://www.futureware.biz/mantis/view.php?id=3D= 215 saying "0000215: mc_project_get_issue_headers web service needed". We are currently using =20 mantis-1.0.6 org.mantisbt.connect.eclipse_0.0.6.svn20060919.zip MantisConnect-1.0a5.zip Any idea what we can do, to get this working? Maybe we did something wron= g. Thanks for advice, Patrick Koetter --=20 state of mind Agentur f=C3=BCr Kommunikation und Design Patrick Koetter Tel: 089 45227227 Echinger Strasse 3 Fax: 089 45227226 85386 Eching Web: http://www.state-of-mind.de |
From: Patrick B. K. <p...@st...> - 2006-11-29 19:37:26
|
Greetings, we want to buy MantisConnect licences to access Mantis using Eclipse, but= we ran into problems during evaluation. The error we get in Eclipse is: "method 'mc_project_get_issue_headers' not defined in service." All I found was an entry at http://www.futureware.biz/mantis/view.php?id=3D= 215 saying "0000215: mc_project_get_issue_headers web service needed". We are currently using =20 mantis-1.0.6 org.mantisbt.connect.eclipse_0.0.6.svn20060919.zip MantisConnect-1.0a5.zip Any idea what we can do, to get this working? Maybe we did something wron= g. Thanks for advice, Patrick Koetter --=20 state of mind Agentur f=C3=BCr Kommunikation und Design Patrick Koetter Tel: 089 45227227 Echinger Strasse 3 Fax: 089 45227226 85386 Eching Web: http://www.state-of-mind.de |
From: Damien M. <dmc...@th...> - 2006-11-20 18:25:35
|
I'm trying to get the Eclipse plugin to run on my OSX10.4 system running Eclipse Platform v3.2.1. I did an SVN checkout of the client directory fro= m the mantisconnect/trunk repository, then copied the org.mantisbt.connect.eclipse directory to the eclipse plugins dir as instructed. Note that at this point the org.mantisbt.connect.eclipse directory has all of the .svn directories in there too but they shouldn't (in theory) affect it. When I try to bring up the MantisConnect preference= s pane I get the following error: Preferences Page Creation Problems Unable to create the selected preference page. Reason: Plug-in org.mantisbt.connect.eclipse was unable to load class org.mantisbt.connect.eclipse.preferrences.ConnectionsPage. Any idea what could be causing this? Sourceforge's mailing list pages aren't working too well so I've not been able to search the archives yet, s= o I do apologize if this has been covered before. Thanks. --=A0 Damien McKenna - Web Developer -=A0d...@th... The Limu Company - http://www.thelimucompany.com/ - 407-804-1014 #include <stdjoke.h> |
From: Victor B. <vb...@gm...> - 2006-10-29 01:12:59
|
Hi Mantis Users, Mantis 1.0.6 is a maintenance release for the 1.0.x stable branch. It is recommended to upgrade all release up to 1.0.5 to this release. The main work in this release is in the localization area, there were heaps of localization updates and new languages that were in the 1.1 branch but not in the 1.0.x. In this release, these languages, language encodings (typically UTF8), and localization improvements have all been ported. There is also some security and functional fixes. Changelog http://www.mantisbugtracker.com/bugs/changelog_page.php Download: http://sourceforge.net/project/showfiles.php?group_id=14963 Please take a couple of minutes to register in Mantis User Directory. http://www.mantisbugtracker.com/directory.php Want to become a Mantis Sponsor? http://www.mantisbugtracker.com/sponsors.php MantisWAP - Allows Mantis users to access their Mantis installations from their mobile devices, this includes normal phones as well as MDAs/PDAs. http://www.futureware.biz/mantiswap MantisConnect - A PHP webservice + a C#/Java/Cocoa client libraries. Also include some cool applications like an Eclipse Plug-in. http://www.futureware.biz/mantisconnect Mantis Forums http://forums.mantisbugtracker.com Mantis Wiki http://wiki.mantisbugtracker.com Mantis Manual http://manual.mantisbugtracker.com Mantis Hosted - A hosted solution for Mantis http://www.futureware.biz/blog/index.php?title=hosted_mantis&more=1&c=1&tb=1&pb=1 Mantis Blog http://www.futureware.biz Regards, Mantis Team |
From: Peter L. <pe...@tw...> - 2006-10-14 17:09:34
|
Hi, I created an issue for this: http://www.futureware.biz/mantis/view.php?id=269 Regards, Peter Victor Boctor wrote: > Hi Bob, > > ObjectRefs should return the enum id and the localized string. It > seems that this is not implemented properly. Please report this issue > into the bugtracker: > > http://www.futureware.biz/mantis > > On 10/3/06, Bob Coret <bob...@gm...> wrote: >> Is it possible to configure the MantisConnect webservice to provide all >> labels in a different language? For example: I'd like to see my severity and >> status field in Dutch. The user I use with the webservice has Dutch as >> language setting, but the webservice returns everything in English. >> >> Regards, >> Bob >> ------------------------------------------------------------------------- >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get the chance to share your >> opinions on IT & business topics through brief surveys -- and earn cash >> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >> >> _______________________________________________ >> MantisConnect-users mailing list >> Man...@li... >> https://lists.sourceforge.net/lists/listinfo/mantisconnect-users >> >> >> > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > MantisConnect-users mailing list > Man...@li... > https://lists.sourceforge.net/lists/listinfo/mantisconnect-users > |
From: Sedick I. <sed...@as...> - 2006-10-10 07:02:49
|
Hi Victor, We are a mobile solution company based in South Africa. I am busy designing a PDA application wanting to use Mantis as my back end. I would like to contribute to your project. I am not sure yet. We will be using this on pocket PCs. Initially I will use the application internally to display our mobile capabilities. Will this work for compact framework 1.0? I can either use your existing work or develop application. Please advise. Salaam Sedick -- Tel: +27 21 703 6138 | Fax: +27 088 21 703 6138 | in...@as... <mailto:in...@as...> | www.ashtech.co.za <http://www.ashtech.co.za> This e-mail contains proprietary and confidential information some or all of which may be legally privileged. It is for the intended recipient only. If an addressing or transmission error has misdirected this e-mail,please notify the author by replying to this e-mail and then deleting same. If you are not the intended recipient you must not use, disclose, distribute, copy, print or rely on this e-mail. Ashtech is not liable for the security of information sent by e-mail and accepts no liability of whatsoever nature for any loss, damage or expense resulting, directly or indirectly, from the access of this e-mail or any attachments hereto. |
From: Victor B. <vb...@gm...> - 2006-10-08 11:26:40
|
Hi Bob, ObjectRefs should return the enum id and the localized string. It seems that this is not implemented properly. Please report this issue into the bugtracker: http://www.futureware.biz/mantis On 10/3/06, Bob Coret <bob...@gm...> wrote: > Is it possible to configure the MantisConnect webservice to provide all > labels in a different language? For example: I'd like to see my severity and > status field in Dutch. The user I use with the webservice has Dutch as > language setting, but the webservice returns everything in English. > > Regards, > Bob > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > MantisConnect-users mailing list > Man...@li... > https://lists.sourceforge.net/lists/listinfo/mantisconnect-users > > > |
From: Sedick I. <sed...@as...> - 2006-10-08 09:23:30
|
Hi Vboctor, I am a South African Mantis evangelist. I am now trying to integrate into Mantis from a Pocket PC. How about that? Do you know of anyone that has done this? Please shed some advice. I know it is possible. Salaam Sedick -- Tel: +27 21 703 6138 | Fax: +27 088 21 703 6138 | in...@as... <mailto:in...@as...> | www.ashtech.co.za <http://www.ashtech.co.za> This e-mail contains proprietary and confidential information some or all of which may be legally privileged. It is for the intended recipient only. If an addressing or transmission error has misdirected this e-mail,please notify the author by replying to this e-mail and then deleting same. If you are not the intended recipient you must not use, disclose, distribute, copy, print or rely on this e-mail. Ashtech is not liable for the security of information sent by e-mail and accepts no liability of whatsoever nature for any loss, damage or expense resulting, directly or indirectly, from the access of this e-mail or any attachments hereto. |
From: Bob C. <bob...@gm...> - 2006-10-04 05:22:29
|
Is it possible to configure the MantisConnect webservice to provide all labels in a different language? For example: I'd like to see my severity and status field in Dutch. The user I use with the webservice has Dutch as language setting, but the webservice returns everything in English. Regards, Bob |
From: Dmitry Z. <dmi...@i-...> - 2006-09-21 06:13:45
|
Dmitry Zababurin Information System Specialist of=20 Infrastructure Development I-Free Comp. +7 (911)912-67-16 dmi...@i-... www.i-free.ru -----Original Message----- From: man...@li... = [mailto:man...@li...] On Behalf Of = man...@li... Sent: Wednesday, September 20, 2006 11:20 PM To: man...@li... Subject: MantisConnect-users Digest, Vol 2, Issue 3 Send MantisConnect-users mailing list submissions to man...@li... To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/mantisconnect-users or, via email, send a message with subject or body 'help' to man...@li... You can reach the person managing the list at man...@li... When replying, please edit your Subject line so it is more specific than "Re: Contents of MantisConnect-users digest..." Today's Topics: 1. Help request! (Dmitry Zababurin) ---------------------------------------------------------------------- Message: 1 Date: Wed, 20 Sep 2006 13:52:24 +0400 From: "Dmitry Zababurin" <dmi...@i-...> Subject: [MantisConnect] Help request! To: <man...@li...> Message-ID: <3FB1407035A0C644A305C31148E4850301E7D53B@mail.i-free.local> Content-Type: text/plain; charset=3D"windows-1251" Hi! Now I?m working with Web Service of Mantis ? mantisconnetc.php And one part of my project is to get information about Issues from = Mantis to MS Project Application via Web Service Methods. For use Web = Reference from VBA I have downloaded special tool for it - Web Services = Toolkit and add reference on my Mantis server. But I have error message, = after attempt to get information from Mantis via method of WebService = mc_issue_get(?), text of error bellow: "Generic Custom Type Mapper: Element relationships could not be loaded = while loading type IssueData" =20 Could you help please!!! =20 With best regards! =20 Dmitry Zababurin Information System Specialist of=20 Infrastructure Development I-Free Comp. +7 (911)912-67-16 dmi...@i-... <mailto:dmi...@i-...>=20 www.i-free.ru =20 -------------- next part -------------- An HTML attachment was scrubbed... URL: = http://sourceforge.net/mailarchive/forum.php?forum=3Dmantisconnect-users/= attachments/20060920/48cf3e8d/attachment.html=20 ------------------------------ -------------------------------------------------------------------------= Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share = your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D= DEVDEV ------------------------------ _______________________________________________ MantisConnect-users mailing list Man...@li... https://lists.sourceforge.net/lists/listinfo/mantisconnect-users End of MantisConnect-users Digest, Vol 2, Issue 3 ************************************************* |
From: Dmitry Z. <dmi...@i-...> - 2006-09-20 09:53:07
|
Hi! Now I=92m working with Web Service of Mantis =96 mantisconnetc.php And one part of my project is to get information about Issues from = Mantis to MS Project Application via Web Service Methods. For use Web = Reference from VBA I have downloaded special tool for it - Web Services = Toolkit and add reference on my Mantis server. But I have error message, = after attempt to get information from Mantis via method of WebService = mc_issue_get(=85), text of error bellow: "Generic Custom Type Mapper: Element relationships could not be loaded = while loading type IssueData" =20 Could you help please!!! =20 With best regards! =20 Dmitry Zababurin Information System Specialist of=20 Infrastructure Development I-Free Comp. +7 (911)912-67-16 dmi...@i-... <mailto:dmi...@i-...>=20 www.i-free.ru =20 |
From: Victor B. <vb...@gm...> - 2006-09-06 08:20:41
|
A lot of work has been done since the last release and I'm planning to cut a release in the next month or so. Regards. Victor. On 9/5/06, Richard Fine <ric...@re...> wrote: > Any idea when we'll see the next formal release of MantisConnect? According > to the SourceForge project page, it's been over a year since the last > release (1.0a5). > > Thanks > - Richard > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > MantisConnect-users mailing list > Man...@li... > https://lists.sourceforge.net/lists/listinfo/mantisconnect-users > |