bungeni-org / bungeni-editor

The Bungeni Editor is Drafting and Markup framework for XML production built on the OpenOffice.org platform. It supports different legislative document types (e.g hansard, bill) and supports definition of custom types, and allows markup and storage of metadata within the ODF document.
3 stars 0 forks source link

ODT Transformer jar restructure #86

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The jar package structure of the transformer uses a packaged 'distribution' 
manifest. This needs to be changed to unpublished manifest so that the the 
transformer jar can be distribution standalone and dependencies loaded at 
runtime just like other bungeni-editor plugins.

to do :

set mkdist.enabled = false in the build to generate an unpackaged jar.

modify the integration integration interface to use the native plugin APIs 
(current integration invokes a separate jvm ).

Original issue reported on code.google.com by ashok.ha...@gmail.com on 21 Sep 2010 at 9:04

GoogleCodeExporter commented 9 years ago
Invocation was switched to direct invocation without changing JVM context

Original comment by ashok.ha...@gmail.com on 15 Mar 2012 at 11:39