Issue 126711 - NetBeans plugin needs updated for NetBeans 8.1
Summary: NetBeans plugin needs updated for NetBeans 8.1
Status: CLOSED FIXED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 4.1.2
Hardware: All All
: P5 (lowest) Normal
Target Milestone: ---
Assignee: Carl Marcum
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-29 17:08 UTC by Carl Marcum
Modified: 2019-01-01 10:20 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Carl Marcum 2015-11-29 17:08:40 UTC
NetBeans plugin needs updated for NetBeans 8.1 due to module changes. Current plugin version is 4.1.3 and was created for NB 8.0 and AOO 4.1.1
Comment 1 Carl Marcum 2016-02-02 00:07:05 UTC
fixed with rev 1717105
Comment 2 Julien 2019-01-01 10:20:16 UTC
 a bug.....in netbean plugin version 8.1

the wizard uses import

#import <com/sun/star/lang/XInitialization.idl>

the correct way is include

#ifndef __com_sun_star_lang_XInitialization_idl__
#include <com/sun/star/lang/XInitialization.idl>
#endif