Trying to merge JIRA with Eclipse Indigo? The installation stops due to missing dependencies. For example:
try {
connectIntegration("EclipseJConnector");
} catch (DependencyNotFoundException ex) {
// resolve missing dependency
}
Trying to merge JIRA with Eclipse Indigo? The installation stops due to missing dependencies. For example:
try {
connectIntegration("EclipseJConnector");
} catch (DependencyNotFoundException ex) {
// resolve missing dependency
}
hey, have you tried redownloading the connector bundle? it solved my intgration issues with eclipse indigo. i found that outdated jars were cause of those missing deps. try updating and restarting and see if it sticks.
I encountered similar issues during a recent integration. Clearing the workspace cache and ensuring that the correct version of the connector was used resolved the dependency problems. In my experience, environmental settings sometimes cause the IDE to reference outdated configurations. Verifying that Eclipse Indigo is pointed to the newly installed libraries can prevent such interruptions. I carefully reviewed the configuration files and confirmed that all necessary JARs were present, which helped circumvent the missing dependency exceptions during the integration process.