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 109325 - 5.0 working plugin compatibiliy issue at install time
Summary: 5.0 working plugin compatibiliy issue at install time
Status: RESOLVED INVALID
Alias: None
Product: apisupport
Classification: Unclassified
Component: API docs (show other bugs)
Version: 6.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-11 09:11 UTC by jymen
Modified: 2007-07-11 19:34 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 jymen 2007-07-11 09:11:15 UTC
I got an existing 5.0 / 5.5.1 plugin which has the following API compatibility issue when installing on 6.0 M9 or M10 :
- Compiling and building the plugin project works perfectly on 6.0M9 or 6.0M.10
- When trying to install the generated nbm file the following message is produced by the installer :
Plugin cannot match its dependencies : 
module org.netbeans.modules.editor.hints/1>1.7.1.1

I am not able to find any occurence of this module in the netbeans API and find any explanation about this
incompatibility  si there someting that need to be changed on existing 5.0 plugin projects to be installed on a 6.0 M9
or M10
Comment 1 Jesse Glick 2007-07-11 19:34:58 UTC
You need /0 for 6.0 as this is an unofficial API. Please use dev@openide.netbeans.org for help.