I’m trying to compile a program using JAspect in InelliJ, but I’m getting the error message “ajc: unrecognized single argument: “-proc:none””. I’m also getting an error message that says “Internal Error: Bad Args”, though I assume that one of these errors is downstream of the other.
“-proc:none” does not appear anywhere in my project, and I don’t see what I can edit to effect this.
My pointcut is
@AfterReturning(pointcut = "execution(Square[][] Main.gameplayLoop ())", returning = "grid")
if that matters.
New contributor
William Rave is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.