Skip to content
Adrian Papari edited this page Feb 24, 2015 · 14 revisions

Getting started with weaving

Pick your project build automation tool:

IDE Support

Most IDE editors are tightly coupled with the compiler. Eclipse tends to bail out once it notices that fields have gone missing, but still thinks that classes are trying to invoke those.

At the moment, it is recommended to only perform weaving when building the full project (ie, building from command line or similar).

Clone this wiki locally