Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ajdt-dev] Re-enabling an aspect in AJDT 1.6.3

Hi Andrew,

Thanks for the quick answer.

I will try AJDT 1.6.4 dev ASAP.

One more thing: I noticed that when a declare error or warning is made, the matches do not appear in the cross reference view.

Is it on purpose because the markers appear on the problems view?

	Daniel

Andrew Eisenberg a écrit :
On Thu, Mar 5, 2009 at 3:12 AM, Daniel Le Berre
<leberre@xxxxxxxxxxxxxxxxxxx> wrote:
Hi Andrew,

I found the problem: I got JEE installed on that version of Eclipse.

If I work on my aspects within the JEE perspective, I do not get the
buildpath include action.

Switching to Java perspective fixes the problem.

However, I got a few others problems (AJDT 1.6.3, Eclipse 3.4.0, 3.4.1,
3.4.2):
- for some reasons it looks like it is no longer possible to have two
declare warning in the same aj file (The error message talk about two
attributes called warning in the same class???). However, It is possible to
multiple declare error.

Fixed in 1.6.4.

- the content assist feature does displays correctly autocompletion
alternatives but there is no way to select any of them.

Should be fixed in 1.6.4.  If not, please let me know here or raise a bug.

- I do not have access to the shorcuts for organize imports or code format
(but I can run those actions using the contextual menu).

Right.  The menus don't match.  That's something I haven't worked on
yet.  You can raise a bug for this to make sure I don't forget.

Maybe I should say that I am running Linux (Mandriva 2009 or Ubuntu 8.10).

Last year I was using AJDT 1.5.4 and experienced basically no problem.

From a user point of view, AJDT 1.6.x looks less stable than 1.5.x :(

       Daniel

Daniel Le Berre a écrit :
Hi Andrew,

Andrew Eisenberg a écrit :
That is a little strange.  I assume you are right clicking on the aspect

Build Path -> Exclude
correct.

but then you don't see any

Build Path -> Include?
correct.

Is this on a particular project?  Can you try this out in a non-AJ
project?  This feature is from JDT (even though there is some tweaking
we do to fit it in an AJ context).  So the first thing to do would be
to see if it is broken in JDT.
It looks like my Eclipse install is broken. It does not work on Java
files either :(

I tried AJDT 1.7.0 on yesterday Eclipse 3.5 IBuild and it works fine.

I will try again on a fresh version of Eclipse.

Thanks for your help,

Cheers,

       Daniel

Also, look at the error log.  Any errors?

If neither are enlightening, then can you send me a small sample
project that is not working for you?

On Wed, Mar 4, 2009 at 8:09 AM, Daniel Le Berre
<leberre@xxxxxxxxxxxxxxxxxxx> wrote:
Hi all,

I am using AJDT 1.6.3 with Eclipse 3.4.2.

I use AJDT every now and then (teaching).

I would like to report a behavior that looks strange from a user point
of view.

I got a bunch of aspects to pass the AspectJ tutorial tests.

- To avoid having them all active, I deactivate some of them by removing
them from the build pass (just one right clic away).


- The problem is when I want to reactivate a particular deactivated
aspect: I need to remove it from the build path exclude filter in the
project properties. Using right click on a deactivated aspect does not
provide the "Include in classpath" option.

I am almost sure that in previous releases of AJDT it used to work.

Am I doing someting wrong?

      Daniel
--
           Daniel Le Berre mailto:leberre@xxxxxxxxxxxxxxxxxxx
           MCF,    CRIL-CNRS UMR 8188,    Universite d'Artois
           http://www.cril.univ-artois.fr/~leberre
_______________________________________________
ajdt-dev mailing list
ajdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ajdt-dev

_______________________________________________
ajdt-dev mailing list
ajdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ajdt-dev




--
            Daniel Le Berre mailto:leberre@xxxxxxxxxxxxxxxxxxx
            MCF,    CRIL-CNRS UMR 8188,    Universite d'Artois
            http://www.cril.univ-artois.fr/~leberre
_______________________________________________
ajdt-dev mailing list
ajdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ajdt-dev

_______________________________________________
ajdt-dev mailing list
ajdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ajdt-dev



--
             Daniel Le Berre mailto:leberre@xxxxxxxxxxxxxxxxxxx
             MCF,    CRIL-CNRS UMR 8188,    Universite d'Artois
             http://www.cril.univ-artois.fr/~leberre


Back to the top