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]

