Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-users] A possible compiler bug when using declare error



One more quick thing. I updated my command line environment to use the exact AspectJ compiler that shipped with AJDT 1.1.12 (simple matter of copying the  
 
  I tried the same thing and they still seem to compile ok. Must be an AJDT problem then.
 
 aspectjrt.jar and aspectjtools.jar from out of the org.aspectj.ajde plug-in and into my <ASPECTJ-HOME>/lib directory) and found that I still - on the command line - cannot replicate the error you see inside AJDT. It will be interesting to see what your AJDT project build options are.

  Well, here's what I have set on Window-->Preferences-->AspectJ-->Compiler

LazyThisJoinPoint

NoInline

Reweavable

  (other options are false, no non-standard compiler options have been set)

  You can find the project that reproduces the problem as an attachment to this bug report:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=74055

 

                -Antti-

 

 

 


Back to the top