This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 239087 - git has dependency on jemmy which is in "harness" cluster
Summary: git has dependency on jemmy which is in "harness" cluster
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 8.0
Hardware: All All
: P2 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-03 15:21 UTC by Vladimir Voskresensky
Modified: 2013-12-03 15:51 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Voskresensky 2013-12-03 15:21:56 UTC
There is an unexpected dependency in git module (ide->harness) which prevents module loading if "harness" cluster is absent (i.e. in Studio IDE)
Comment 1 Vladimir Voskresensky 2013-12-03 15:23:08 UTC
I mean <code-name-base>org.netbeans.modules.jemmy</code-name-base> dependency
Comment 2 Ondrej Vrabec 2013-12-03 15:40:17 UTC
the dependency is unnecessary, sure, i will remove it. But i do not understand why it is a problem? ide cluster depends on harness anyway (in cluster.properties), right? So what's the problem?

fix: http://hg.netbeans.org/core-main/rev/36c30d4116da
Comment 3 Vladimir Voskresensky 2013-12-03 15:51:00 UTC
ide to harness is not the problem, sorry for confusion.

we had jemmy excluded from platform and it caused git fail to load, thank for the quick fix!