[MantisConnect] Eclipse Plugin issues
Brought to you by:
vboctor
From: Ruslan H. <ru...@gm...> - 2007-10-17 16:55:11
|
Hello, I wanted to use the MantisConnect Eclipse plugin, but I was not able to find a working, ready-to-use package. So I downloaded the sources from the SVN repository and build it following the instructions in this article -- http://www.two-toned.at/mc/BuildEclipsePlugin I was able to build it, but I ran into several issue when I try to use the plugin (I am using Mantis 1.1.0rc1, which has the MantisConnect WebServices API). It seems that the Mantis Web Services API returns "All Projects" as one of the projects with project ID of zero (0). Unfortunately, the API does not find a project with ID 0 and as a result returns an error. I was also getting null pointer exceptions in the code that looks for SubProjects. So, I made some changes, which fixed these two issues and I have attached the patch. Let me know if you have any questions, or if I should modify the patch and re-submit it. Thanks, >>rusi |