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 113351

Summary: Nb55 platform compat: org.netbeans.modules.options.api moved from ide to platform
Product: platform Reporter: pzajac <pzajac>
Component: Module SystemAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 113340    

Description pzajac 2007-08-21 14:29:04 UTC
Module org.netbeans.modules.options.api was moved from cluster IDE to PLATFORM in NetBeans 6.0. It probably causes
incompativility with NetBeans 5.5 platform.
   
   Platform - The module named org.netbeans.modules.options.api/1 was needed and not found.
   Keymap Options - The module named org.netbeans.modules.options.api/1 was needed and not found.
   Core - UI - The module named org.netbeans.modules.options.api/1 was needed and not found.
   Form Editor - The module named org.netbeans.modules.options.api/1 was needed and not found.
   Auto Update UI - The module named org.netbeans.modules.options.api/1 was needed and not found.
   Options Module - Editor - The module named org.netbeans.modules.options.api/1 was needed and not found.
   Ant - The module named org.netbeans.modules.options.api/1 was needed and not found.
Comment 1 Jaroslav Tulach 2007-08-28 09:04:40 UTC
This is the same problem as issue 113341, e.g. the module has been moved to platform and the 5.5.1 version takes 
precedence. The workaround is to delete the module and associated files:

rm ide7/config/Modules/org-netbeans-modules-options-api.xml ide7/modules/org-netbeans-modules-options-api.jar 
ide7/update_tracking/org-netbeans-modules-options-api.xml

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