aboutsummaryrefslogtreecommitdiff
path: root/usage_examples
diff options
context:
space:
mode:
authorRoel Spilker <r.spilker@gmail.com>2011-02-15 00:03:50 +0100
committerRoel Spilker <r.spilker@gmail.com>2011-02-15 00:07:34 +0100
commit2bacfa62a330e1274ee89c76fa22a36116f8fa3d (patch)
treeae91080908815ff8b92f9573ac1cfe8c3428c484 /usage_examples
parented4068d84289390c74ca2e45149c9a22f96ce764 (diff)
downloadlombok-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')
0 files changed, 0 insertions, 0 deletions