Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mylyn-dev] Unable to connect to Mantis repository as standalone application

I have tried to follow the steps of connecting Bugzilla Repository using java
api

http://wiki.eclipse.org/index.php/Mylyn/Integrator_Reference#Headless_and_standalone_use

But i could not succeed, it gives following error

Error in custom provider, java.lang.NullPointerException
  while locating com.itsolut.mantis.core.RepositoryPersistencePathProvider
  while locating org.eclipse.core.runtime.IPath annotated with
@com.itsolut.mantis.core.RepositoryPersistencePath()
    for parameter 0 at
com.itsolut.mantis.core.MantisClientManager.<init>(MantisClientManager.java:52)
  while locating com.itsolut.mantis.core.MantisClientManager
  while locating com.itsolut.mantis.core.IMantisClientManager
    for field at
com.itsolut.mantis.core.MantisRepositoryConnector.clientManager(MantisRepositoryConnector.ja



It seems , i need to initialize some thing  .  For Bugzilla & Trac it work
wells.

Any suggestion will be helpful.


 
-- 
View this message in context: http://old.nabble.com/Unable-to-connect-to-Mantis-repository-as-standalone-application-tp33079632p33079632.html
Sent from the Mylyn Dev mailing list archive at Nabble.com.



Back to the top