Skip to main content

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

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


Back to the top