should I be able to do this: use Eclipse maven plugin create maven Spring-OSGi DM project that uses JavaCC and AspectJ plugins I want to make an OSGi bundle that implements a JavaCC grammar and generates the AST classes and uses AspectJ introduction to define behavior on the generated JavaCC AST node classes?
I almost have this working, but I need to make the generated JavaCC classes compile with AspectJ as opposed to Java, then I think I should have it.