Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-users] Help required in getting started with aspectJ

If that's not the problem, you are probably seeing an artifact from the Java
eager parser.  To enable the AspectJ outline view and compiler press the
"AJ" button in the toolbar.  Once you've done a successful compile you
should see the AspectJ outline view. 

Mik

> -----Original Message-----
> From: aspectj-users-admin@xxxxxxxxxxx [mailto:aspectj-users-
> admin@xxxxxxxxxxx] On Behalf Of Louth, William
> Sent: Tuesday, December 16, 2003 4:43 AM
> To: aspectj-users@xxxxxxxxxxx
> Subject: RE: [aspectj-users] Help required in getting started with aspectJ
> 
> Have you turned off compile before running?
> 
> I do not use AspectJ in a IDE environment (need to wait for IntelliJ to
> get back on track with aspectj) so maybe I am not correct here.
> 
> Regards,
> 
> William
> 
> -----Original Message-----
> From: aspectj-users-admin@xxxxxxxxxxx
> [mailto:aspectj-users-admin@xxxxxxxxxxx] On Behalf Of Hinna Javaid
> Sent: Tuesday, December 16, 2003 10:27 AM
> To: aspectj-users@xxxxxxxxxxx
> Subject: [aspectj-users] Help required in getting started with aspectJ
> 
> 
> Hi all
> I am again in need of help. I cannot run a sample application in
> aspectJ. I followed the exact instructions written in the "AspectJ for
> JBuilder" document. The project compiles fine, but when I run it,
> jbuilder gives an error on "aspect " keyword. The classpaths have been
> set properly.
> error:
> "MannersAspect.java": 'class' or 'interface' expected at line 1, column
> 8
> 
> please reply soon. Otherwise I won't be able to start my project.
> 
> Thankyou
> Hinna
> 
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/aspectj-users
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/aspectj-users



Back to the top