Hi By default the bundle plugin builds your bundle such that any dependencies are referred to by Import-Package statements and thus the dependency is expected to be provided in the OSGi framework -- usually as another bundle being deployed.
You might want to use the <Embed-Dependency> directive, though, to embed the FreeTTS library in your bundle. This will prevent creating the imports for FreeTTS (though others might be created for the FreeTTS library dependencies). Hope this helps. Regards Felix Am 18.10.2013 um 12:06 schrieb richard.senior: > Hi, > > I'm trying to create a bundle which uses FreeTTS (a text to speech library). > FreeTTS needs to deployed on the disk in order to work, but I need to > include references to it in my Maven dependencies in order for my code to > compile. > When I do this, the maven-bundle-plugin references these libraries in the > OSGi manifest. > Then when I try to deploy my bundle, I'm told that I have unresolved > constraints. > > Does anyone know how I should be dealing with this? > > > > -- > View this message in context: > http://apache-felix.18485.x6.nabble.com/How-to-handle-JVM-Extension-libraries-tp5005648.html > Sent from the Apache Felix - Users mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >
smime.p7s
Description: S/MIME cryptographic signature

