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 145967 - Module suite install fails: "...plugins require plugin..."
Summary: Module suite install fails: "...plugins require plugin..."
Status: RESOLVED DUPLICATE of bug 145902
Alias: None
Product: platform
Classification: Unclassified
Component: Plugin Manager (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2008-09-02 21:09 UTC by err
Modified: 2008-09-02 21:22 UTC (History)
0 users

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 err 2008-09-02 21:09:24 UTC
jVi is a module suite with two modules, jViKeyBindings and jViCore. jViCore is a library com.raelity.jvi required by
jviKeyBindings. In nb65beta and before since nb55 they are installed by jar -xv to extract the two NBMs, then selecting
the two with the plugin manager, then do install. Now this procedure gets the following error

    Some plugins require plugin com.raelity.jvi to be installed.
    The plugin com.raelity.jvi was requested in implementation version 10.
    The following plugin is affected:
        jVi KeyBindings 

Workaround: only checkbox jViCore, click install, go through steps. This works. Then check jviKeyBindings do
install (plugin manager is still up) go through steps. And its installed.

I've called this a P2 since the problem is reported by a jVi user who didn't manage to find the workwaround.

For testing the jVi plugin is available at 
https://sourceforge.net/project/platformdownload.php?group_id=3653&sel_platform=9516
Comment 1 err 2008-09-02 21:10:51 UTC
Regression, procedure's been working since nb55, broke after nb65 beta
Comment 2 Jiri Rechtacek 2008-09-02 21:22:59 UTC
Will be fixed in NB6.5 ASAP.

*** This issue has been marked as a duplicate of 145902 ***