[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [aspectj-users] aspect is not recognized
|
- From: Andrew Eisenberg <andrew@xxxxxxxxxxxx>
- Date: Mon, 21 Sep 2009 08:20:58 -0700
- Delivered-to: aspectj-users@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:reply-to:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=eFEim2TTsiPA9q3WF36rsaD5c6yaNdR1IPo0pVisRTs=; b=S0wPixdVsnuaxr+1VR8Wwpm9TrinYPbg7I9dQylBa6C4ULgJHbsNeoNJ3Fs7Dv86GR PJ1xvj1U8S/1d8+mMCgFK+AW/bo/58PiHb0qv3k9+dhXOWIVQ213SGOWuQtJkUYn2s6x WFJJlp7+UHxSOdctIyFUdEuPjT5S/IV81tGt4=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:reply-to:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=iM6CZIcyXVL6V1r0+oI6GY+DWKsskIvBjXqMbVIolFeGY1wv61qQ6FCFUqcGjyqhfD Dynzc/UREjeQ4goccHQ/m3dV8hzaWJzmVjnhiXX2PQvNrAU6BnP+XrH/rJWgWucCatgr ZcCqSXwNzeEhD+yoRLL3OmgSO1jqn+wNxK8Ak=
Well, that looks fine to me. There are other possibilities.
1. Are you opening this file in a Java editor instead of an AJ editor?
2. Are you seeing editor problems instead of compiler problems (ie- do
these problems only appear in the editor and not in the problems
view)?
3. Are there any exceptions in the error log?
On Mon, Sep 21, 2009 at 7:00 AM, Leyzerzon, Simeon
<simeon.leyzerzon@xxxxxxxx> wrote:
> Just checked, my .project file is as follows:
>
> <?xml version="1.0" encoding="UTF-8"?>
> <projectDescription>
> <name>TestLib</name>
> <comment></comment>
> <projects>
> </projects>
> <buildSpec>
> <buildCommand>
> <name>org.eclipse.ajdt.core.ajbuilder</name>
> <arguments>
> </arguments>
> </buildCommand>
> </buildSpec>
> <natures>
> <nature>org.eclipse.ajdt.ui.ajnature</nature>
> <nature>org.eclipse.jdt.core.javanature</nature>
> </natures>
> </projectDescription>
>
>
> Thank you,
> Simeon