New two-step build mechanic
Pre-release
Pre-release
- renamed extension parameter: ajcExtraArgs -> ajcArgs;
- split parameter: logFileName -> [transformLogFile, compilationLogFile];
- added separate compile task to build all sources under
/aspectj
folder; - aj-transformer now looks into
/build/aspectj/$variantName
folder for aspects class'; - updated ajc-version to 1.8.10;
- fixed issue with missing error printing to Messages when failing;
- added inpath/aspectpath clearance before emitting transform inputs (by @philippkumar);