zhang-haibo / velocity-edit

Automatically exported from code.google.com/p/velocity-edit
GNU General Public License v2.0
0 stars 0 forks source link

Use Eclipse OSGI Orbit bundle #23

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This plugin causes classloader conflicts with m2e, Dali, and other plugins 
which use Velocity, due to Velocity's Class.forName() usage. See 
https://bugs.eclipse.org/bugs/show_bug.cgi?id=396554. Upgrading to velocity 1.7 
plus latest version of other dependencies may help this problem. Probably have 
to provide a complete/correct manifest.mf with OSGI configuration.

Original issue reported on code.google.com by bobfield...@hotmail.com on 14 Oct 2014 at 6:04

GoogleCodeExporter commented 9 years ago
Upgrading to velocity 1.7 plus latest version of other dependencies does not 
completely solve this problem.  Conflicts with m2e still occur if a 
velocity-edit tab is open at the time eclipse is started.

I will happily commit my changes if granted access, or provide a patch if 
requested.

Original comment by sc...@eade.id.au on 16 Oct 2014 at 5:14