Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] AspectJ weaving with org.eclipse.equinox.weaving.hook and frameworkextension

Have you solved it? I am trying to achieve the same thing, but weaving doesn't happen in my tests..

thanks,
iulian

On Wed, May 18, 2011 at 1:49 PM, Markus Alexander Kuppe <tycho-user_eclipse.org@lemmster.de> wrote:
Hi,

how does one set up Equinox AspectJ weaving for maven-osgi-test-plugin?
There is little documentation on the web for how EclEmma can be
integrated via the frameworkextension directive, but it requires a maven
repo to host the hook jar. Is it possible to avoid a custom repo and use
the hook bundle materialized by Tycho?

E.g. like:

<frameworkExtensions>
 <frameworkExtension>
 <groupId>p2.osgi.bundle</groupId>
 <artifactId>org.eclipse.equinox.weaving.hook</artifactId>
 <version>0.0.0</version>
 </frameworkExtension>
</frameworkExtensions>

Thanks
Markus
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user



--
« Je déteste la montagne, ça cache le paysage »
Alphonse Allais

Back to the top