Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ajdt-dev] Cross references for classes woven from external jars (via in-path)

thanks again for your work on this problem.

-matt

On Fri, Aug 1, 2008 at 7:37 AM, Andrew Eisenberg <andrew@xxxxxxxxxxxx> wrote:
I have created two failing tests for this problem.  From now on, this
feature can be tracked on bugzilla.

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

On Thu, Jul 31, 2008 at 10:54 PM, Andy Clement <andrew.clement@xxxxxxxxx> wrote:
> Hmmm - i've been looking into this and I may have spoken too soon. It works
> the other way around - that may be what I was remembering.  If you have
> aspects on the aspectpath and they advise code in your project, navigation
> is OK as the model for the binary aspect is faulted in and relationships for
> the advice are added - this is what the xref view uses for navigation and
> you can navigate to the aspect that advised your files.
>
> I've tried with code on the inpath and aspects from the current project in
> AspectJ1.6.1 and 1.6.0 and that doesn't work.  So it doesn't look like it is
> a regression, it looks like it hasn't been implemented yet.  In fact it
> might be bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=117911
>
> sorry for the confusion,
> Andy.
>
> 2008/7/31 Andy Clement <andrew.clement@xxxxxxxxx>
>>
>> Going back to AJDT 1.5.2 might be a workaround for now.
>> Andy.
>>
>> 2008/7/31 Andy Clement <andrew.clement@xxxxxxxxx>
>>>
>>> It should not have been deactivated, we'll fix it in a dev build shortly.
>>> Andy.
>>>
>>> 2008/7/31 Matt Brown <softmechanics@xxxxxxxxx>
>>>>
>>>> Hi Andrew,
>>>>
>>>> Can I build from sources with the feature enabled?
>>>>
>>>> thanks for the help
>>>> -Matt
>>>>
>>>> On Thu, Jul 31, 2008 at 8:59 AM, Andrew Eisenberg <andrew@xxxxxxxxxxxx>
>>>> wrote:
>>>>>
>>>>> Hi Matt,
>>>>>
>>>>> We are investigating this issue.  It seems like this feature has been
>>>>> turned off in a recent build.  Thank you for bringing it to our
>>>>> attention.
>>>>>
>>>>> --a
>>>>>
>>>>> On Thu, Jul 31, 2008 at 4:48 AM, Matt Brown <softmechanics@xxxxxxxxx>
>>>>> wrote:
>>>>> > Hello all,
>>>>> >
>>>>> > I'm having some trouble getting cross reference information for my
>>>>> > project.
>>>>> > All my aspects are defined in a single project, and all the classes
>>>>> > being
>>>>> > woven are loaded from an external jar.  I've configured it via
>>>>> > "Properties"
>>>>> > -> "AspectJ Build" -> "Inpath".  I've also attached the source for
>>>>> > the jar
>>>>> > from "Properties" -> "Java Build Path" -> "Libraries".
>>>>> >
>>>>> > Everything seems to work, except for the cross reference view.  It
>>>>> > shows the
>>>>> > name of my aspect at the top, but nothing else.  I've compared my
>>>>> > configuration to the AJDT examples, for which cross reference works
>>>>> > fine,
>>>>> > but I can't see any difference other than the Inpath settings.  Am I
>>>>> > doing
>>>>> > something wrong, or is this a limitation of AJDT?
>>>>> >
>>>>> > thanks
>>>>> > -Matt Brown
>>>>> >
>>>>> > _______________________________________________
>>>>> > 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
>>>>
>>>>
>>>> _______________________________________________
>>>> 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
>
>
_______________________________________________
ajdt-dev mailing list
ajdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ajdt-dev


Back to the top