Difference between revisions of "OpenOffice Eclipse Integration"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (added categories)
(Installation: updated the URL to the update site)
 
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
== Installation ==
 
== Installation ==
  
For the installation, please refer to the [[JavaEclipseTuto#Installing_the_development_platform|corresponding section in the Java component tutorial]]. The eclipse update site is located at http://cedric.bosdonnat.free.fr/ooeclipseintegration and contains only the latest stable version.  
+
For the installation, please refer to the [[JavaEclipseTuto#Installing_the_development_platform|corresponding section in the Java component tutorial]]. The eclipse update site is located at http://api.openoffice.org/Projects/EclipseIntegration/dev-update/site.xml.
  
 
'''The minimum requirements for the latest version are:'''
 
'''The minimum requirements for the latest version are:'''
Line 12: Line 12:
 
* '''OpenOffice.org 2.0''' or newer [http://download.openoffice.org/2.1.0/index.html?focus=download download]
 
* '''OpenOffice.org 2.0''' or newer [http://download.openoffice.org/2.1.0/index.html?focus=download download]
 
* OpenOffice.org '''SDK 2.0.4''' or newer [http://download.openoffice.org/2.1.0/sdk.html download]
 
* OpenOffice.org '''SDK 2.0.4''' or newer [http://download.openoffice.org/2.1.0/sdk.html download]
 +
 +
== Features ==
 +
 +
''This section is only a draft and needs to be much more detailled.''
 +
 +
=== Package properties editor ===
 +
 +
'''In unstable version'''
 +
 +
Each extension project can contain a file <tt>package.properties</tt> describing the files to include in the extension package. This file could be edited in a special editor, like the one shown by this screenshot.
 +
 +
[[Image:Pkg_props_editor.png]]
  
 
== Documentation ==
 
== Documentation ==
Line 17: Line 29:
 
* [[JavaEclipseTuto|Create a Java component]], updated for the version 1.1.0 of the Core plugin
 
* [[JavaEclipseTuto|Create a Java component]], updated for the version 1.1.0 of the Core plugin
 
* [[Eclipse_URE_Tutorial|Create an URE based application]]
 
* [[Eclipse_URE_Tutorial|Create an URE based application]]
 +
 +
== Tools ==
 +
* This wiki page for documentation and development purpose
 +
* IZ: http://www.openoffice.org/issues/enter_bug.cgi?component=sdk '''component:''' sdk, '''subcomponent:''' eclipse-integration
  
 
== Miscellaneous notes ==
 
== Miscellaneous notes ==

Latest revision as of 19:34, 22 January 2008

Introduction

The Eclipse integration aims at lowering the barriers to develop extensions for OpenOffice.org or URE based applications. This page will be an entry point to other documents on the plugins' use or development.

Installation

For the installation, please refer to the corresponding section in the Java component tutorial. The eclipse update site is located at http://api.openoffice.org/Projects/EclipseIntegration/dev-update/site.xml.

The minimum requirements for the latest version are:

  • Java 1.5 or newer
  • Eclipse 3.2 or newer
  • OpenOffice.org 2.0 or newer download
  • OpenOffice.org SDK 2.0.4 or newer download

Features

This section is only a draft and needs to be much more detailled.

Package properties editor

In unstable version

Each extension project can contain a file package.properties describing the files to include in the extension package. This file could be edited in a special editor, like the one shown by this screenshot.

Pkg props editor.png

Documentation

Tools

Miscellaneous notes

The CVS tags for the plugins versions will look like: API_OOEclipse_<plugin>_<version> where <version> is on the form 1_1_0 <plugin> could be one of:

  • Core: for the org.openoffice.ide.eclipse.core plugin
  • Java: for the org.openoffice.ide.eclipse.java plugin
  • Build: for the org.openoffice.ide.eclipse.build eclipse project.
Personal tools