GullFOSS
OpenOffice.org Engineering at Sun
 
Subscribe

Today's Page Hits: 3433

 
Archives
 
« May 2008
SunMonTueWedThuFriSat
    
3
4
6
10
11
12
15
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
       
Today
Links
Flickr Photos
More Flickr photos tagged with openoffice
Locations of visitors to this page
all tags: accessibility api aqua architecture automated_tests base beta build calc chart code community compiler cws database development directx download draw eis events export extensions features filter framework graphics gsl gsoc gullfoss i18n import impress installation irc iso26300 java l10n localization mac macros netbeans odf odff ooo ooocon ooxml opendocument openoffice.org patch pdf performance plugin podcast porting qa quality quaste release report sdk snapshot software specification spreadsheet staroffice statistics statuspage sun svg toolkit tools usability user-experience vba web wiki writer writerfilter xml
« Naming Schemes | Main | Development at a... »
Monday, 11 Feb 2008
Intermediate OpenOffice.org API Plugin for NetBeans 6
Juergen Schmidt

We still have one little issue that is no real error but it is definitely not nice. But the plugin works and is completely functional and because of many requests we decided to provide an intermediate version 1.1.1 on api.openoffice.org.

 The problem is that the NetBeans editor complains about unknown types. These types are generated from IDL types and we generate Java class files directly because of backward compatibility reasons. The cool NetBeans editor feature (indeed nice) requires Java code files for all generated and used types in a project (background compilation etc.). Anyway you can build your projects and everything works. If you prefer to get rid of this annoying editor message you can add a further library dependency to your project.

<project_node> -> context menu -> Libraries -> Add Jar/Folder -> <project_dir>/dist/IDL_types.jar

 We will try to fix this problem soon but we can't say when. So feel free to try the new version with NetBeans 6 and please report any kind of problems.

 

tags:

Posted by Juergen Schmidt on 11 Feb 2008  |  PermaLink |  Bookmark to del.icio.us Bookmark to del.icio.us |  Digg this Digg this  |  Comments[1]

Comments:

Excellent! Thanks so much. I will definitely be investigating this sometime in the next week.

Posted by MassimoH on February 12, 2008 at 05:28 PM CET #

Post a Comment:
Comments are closed for this entry.
« Naming Schemes | Main | Development at a... » GullFOSS