Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Currently, I have a Maven project which inherits from a parent pom defining two aspect jars. The advice markers are displayed for both aspect jars via the m2eclipse AJDT integration.

However, in this case, I only want advice markers displayed for one of the aspect jars, but I don’t seem to be able to achieve this. I’ve looked at the ‘Configure Advice Markers’ dialog, however this only seems to allow configuration of markers related to aspects defined within that project, not ones defined in external jars.

Is there way to achieve this filtering of advice markers when using external jars?

I’m using:

  1. m2eclipse 0.9.8
  2. AJDT 2.0.0
  3. Eclipse 3.4

Thanks

share|improve this question

1 Answer

up vote 1 down vote accepted

After receiving feed back from Andrew Eisenberg here http://www.eclipse.org/newsportal/article.php?id=2130&group=eclipse.technology.ajdt, this isn't possible with the current release.

share|improve this answer
bugs.eclipse.org/bugs/show_bug.cgi?id=288451 Enhancement request raised – Kingamajick Sep 3 '09 at 10:55

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.