mariarahat / bungeni-editor

Automatically exported from code.google.com/p/bungeni-editor
2 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