How can I define the order of my ClassPostProcessingCompiler
Hi All,
I just wounder if it is possible to specify the order of ClassPostProcessingCompiler plugins.
Lets assume I have a plugin which makes modifications on the manifest and I want to insure that the compiler plugin of another intellij plugin has been executed first .
thank you,
Daniel
Please sign in to leave a comment.
You can specify "id" and "order" attributes in your plugin.xml
HI Yann,
thank you for the fast answer.
Where can I find a documentation about all this plugin.xml attributes.
If no documentation exists what is the best way find supported attributes?
Actually these attributes will be autocompleted in plugin.xml (via DevKit plugin). Probably http://confluence.jetbrains.net/display/IDEADEV/IntelliJ+IDEA+Plugin+Structure is the best starting point.