MantisConnect Java API

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
gsipperly
Posts: 1
Joined: 16 Mar 2007, 16:10

MantisConnect Java API

Post by gsipperly »

I am using MantisConnect version 1.05a and trying to connect using the java api found at https://svn.sourceforge.net/svnroot/mantisconnect. I follow the instructions, however there are missing class files when the stub classes are generated, namely:

- org.mantisbt.connect.service.IssueHeaderData
- org.mantisbt.connect.service.ProjectAttachmentData
- org.mantisbt.connect.service.CustomFieldDefinitionData

Obviously this is preventing me from using the Java API. Is this a versioning issue? If so, is there a earlier version of the java api that I can get from subversion?
Post Reply