Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] aspect is not recognized

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


Back to the top