Hi,
Against good advice I'm using annotation-based aspects in a Scala project. I can write an @Aspect class in Scala, compile it in scalac, then weave the .class files with iajc, and it works fine. With Scala IDE's dependency on the weaving feature I was hoping it might also weave my aspects, but this doesn't seem to be the case from running my tests within Eclipse. I just wanted to check if this is something that was meant to work, or if the weaving feature is just required internally for the Scala IDE plugin?
If it's not currently a feature, do you think it's something that might get developed (or even something that could get added to AJDT)? I know it's a long shot, with traits being the preferred way of doing things round these parts.
Thanks.