diff options
author | Roel Spilker <r.spilker@gmail.com> | 2011-02-15 00:03:50 +0100 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2011-02-15 00:07:34 +0100 |
commit | 2bacfa62a330e1274ee89c76fa22a36116f8fa3d (patch) | |
tree | ae91080908815ff8b92f9573ac1cfe8c3428c484 /usage_examples/CleanupExample_post.jpage | |
parent | ed4068d84289390c74ca2e45149c9a22f96ce764 (diff) | |
download | lombok-2bacfa62a330e1274ee89c76fa22a36116f8fa3d.tar.gz lombok-2bacfa62a330e1274ee89c76fa22a36116f8fa3d.tar.bz2 lombok-2bacfa62a330e1274ee89c76fa22a36116f8fa3d.zip |
Should be a fix for issue #177: NoClassDefFoundErrors for JavacProcessingEnvironment would occur when using the m2eclipse plugin, for example when removing an entry from the build path.
The actual change is small but this took quite some searching. m2eclipse uses plexus, and plexus uses a custom classloader, which means lombok can't find the JavacProcessingEnvironment loaded by that classloader.
We fix it here by adding lombok to that custom classloader. Perhaps more die-hard m2eclipse users find a problem with this approach, but assuming these plexus compile runs are stand-alone, this should work great.
fixed by Roel and Reinier.
Diffstat (limited to 'usage_examples/CleanupExample_post.jpage')
0 files changed, 0 insertions, 0 deletions