Docs: note that plugins are loaded in a parent loader of build code

This commit is contained in:
Mark Harrah 2012-12-19 10:17:56 -05:00
parent 329b42453b
commit 6c748d97c5
1 changed files with 3 additions and 0 deletions

View File

@ -79,6 +79,9 @@ definition project like a normal project. ``reload return`` changes back
to the original build. Any session settings for the plugin definition
project that have not been saved are dropped.
*Note*: At runtime, all plugins for all builds are loaded in a separate, parent class loader of the class loaders for builds.
This means that plugins will not see classes or resources from build definitions.
Global plugins
--------------