Open GoogleCodeExporter opened 9 years ago
Original comment by marc.von...@gmail.com
on 12 Apr 2012 at 8:04
For which project should a bundle be created? hamcrest-integration? (And this
should include all the hamcrest dependencies in one jar?)
Sorry, I have not worked with OSGI before. What packages should be exported?
Simply all? Is an Activator mandatory or optional? If you have already done
this for hamcrest, could you send be a sample configuration?
Original comment by marc.von...@gmail.com
on 12 Apr 2012 at 10:32
[deleted comment]
[deleted comment]
Hi,
I haven't done it myself but I'm using the ones supplied by Eclipse Orbit:
http://download.eclipse.org/tools/orbit/downloads/drops/S20120308061416/
As you can see in the list, the hamcrest bundles are for version 1.1.0, but you
can watch the pom examples there.
let me know if you need more information.
Original comment by cvgav...@gmail.com
on 12 Apr 2012 at 11:05
tagged Java
Original comment by t.denley
on 12 May 2012 at 10:13
Correct me if I'm wrong, but isn't this just a matter of including the
appropriate properties in the MANIFEST.MF of each of the hamcrest jars?
Something like this perhaps:
Bundle-ManifestVersion: 2
Bundle-Name: Hamcrest Core
Bundle-Description: Core Hamcrest classes
Bundle-SymbolicName: org.hamcrest.core
Bundle-Version: 1.3
Bundle-Vendor: Hamcrest
Export-Package: org.hamcrest;version="1.3"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy
Original comment by t.denley
on 20 May 2012 at 7:53
[deleted comment]
Strange I wasn't notified in your last comment. So, sorry for late answer.
It is exactly the goal...
Using the plugin is just to automate the creation of the MANIFEST.MF and its
maintenance when using maven to build the projects...
Original comment by cvgav...@gmail.com
on 30 May 2012 at 9:43
Original issue reported on code.google.com by
cvgav...@gmail.com
on 29 Jan 2012 at 4:32