Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Where do I specify the ajc options when using Eclipse?

Open project properties then "AspectJ Compiler" and then that page on
the right is the xlint options.  Anything not covered by a radio
button can be specified in the 'non-standard compiler options' at the
bottom of the page.

verbose is typically just for LTW scenarios.  showweaveinfo can be
used but it will produce the same output as the marker annotations you
see in the eclipse gutter.

Andy

On 8 December 2011 05:11, Mark <mark.kharitonov@xxxxxxxxx> wrote:
> I would like to troubleshoot my aspects.
> http://www.eclipse.org/aspectj/doc/released/pdguide/messages.html suggests
> to start by passing certain flags (like -verbose or -XLint or
> -showWeaveInfo) to the compiler.
>
> How do I specify these in Eclipse?
> Thanks.
>
> --
> View this message in context: http://aspectj.2085585.n4.nabble.com/Where-do-I-specify-the-ajc-options-when-using-Eclipse-tp4172684p4172684.html
> Sent from the AspectJ - users mailing list archive at Nabble.com.
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users


Back to the top