Seriously though... Anybody know how to do this?
Project A creates a jar - projectA.jar
Project B wants to weave into projectA.jar
Where do I list this? What property do I set in project.properties or project.xml to make this happen? Two months ago I hacked apart the aspectj plugin.jelly and then added <aspectj.injar> as a property of the <dependency> jars. I lost that work because I didn't save it anywhere.
Is there a correct way to do this? The only place in plugin.jelly that has inJars it has it set to "maven.aspectj.injar.nonweaved". That doesn't make any sense. When I set that variable maven creates two jars, one with the aspects in it, and one without. Neither of which includes projectA.jar.
Any ideas at all would be extremely helpful.
Thanks again.
Charlie
Charles N. Harvey III wrote:
Hello. I have a jar from one project that I need woven, but not until it is included in the next project. As in, I don't always want it woven. AspectJ has an <injars> feature, does the aspectj-plugin have the same feature? And if it does, how do I specify a jar that I want woven?
Thanks a lot.
Charlie
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
