You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using post-compile weaving plugin and supplying inpath with *.aj files, but i am receiving error *.aj files are corrupt.
wondering if the plugin actually supports specifying *.aj files
The text was updated successfully, but these errors were encountered:
My sources have both *.java and *.aj files, but weaving is not happening.
It works fine only if i supply compiler args with list of *.aj files(traditional ant iajc task way). -argfile <file with *.aj files absolutepaths>.
I am wondering is there a better way of doing this.
I am using post-compile weaving plugin and supplying inpath with *.aj files, but i am receiving error *.aj files are corrupt.
wondering if the plugin actually supports specifying *.aj files
The text was updated successfully, but these errors were encountered: