I get an error when trying to install both AJDT and Scala 2.7.5 plugin into Eclipse 3.5.
I remember seeing a message at one point that there was a known problem with the two being installed, and the solution was to install a pre-release version of Scala plugin, from May I believe, then install AJDT.
But, I don't remember which version ...
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 ‘...
Hi,
I am trying to use AspectJ on my java beans, which I will use eventually in a JSP.
Can anybody lead me to do this? Because I really cannot succeed, even though the thing seems to be trivial!
Also, the tomcat is telling me org.aspectj.lang.NoAspectBoundException
Thanks in advance!
...
Hi guys,
I've got a Roo project where I've made a couple of entities, and when I load up the project in Eclipse it loads up fine, but if I i.e. make an instance MyEntity entity and then write entity. I don't get any of my properties (i.e. getMyField) in the autocompletion list. If I write entity.getMyField() it compiles fine, that is ta...
I have a command line script that creates a (mostly) ready-to-go Eclipse project for me. It uses Maven's eclipse plugin, and has some other scripted steps such as copying our code standard settings from our repo into .settings. This is very handy, since I need to spin up new projects often, from this one template. (For branch work, one-o...
This should be simple.
Question
How do you get a pointcut in one project to advise the code/classes within another project?
Context
I'm working in eclipse with two projects. For ease of explanation, let's call one science project and the other math project and say the science project relies on the math project and I'm developing in bo...
Hi,
I am using m2eclipse 0.10.2 and eclipse helios/ajdt.
I remember that m2eclipse is managing the inpath for eclipse configuration (at least in eclipse galileo)
right now, it doesn't manage it for me any more and I don't know why. This is my plugin configuration:
<plugin>
<groupId>org.codehaus.mojo</groupId>
...