Hi there, I played a bit with installing/uninstalling osgi bundles via (Gradle) scripts and used similar to tomeks approach "Apache Felix File Install" to manage my bundles via copying to a specific directory. more infos at http://felix.apache.org/site/apache-felix-file-install.html . It works well for me with felix and equinox.
regards, René Am 01.09.10 11:27, schrieb Tomek Kaczanowski: > Hello Phil, > >> Has anyone written a gradle task that deploys and OSGi bundle to an >> OSGi container? >> this would require: >> 1) copying bundle to file location >> 2) telnet into container >> 3) run commands in telnet session > Some OSGi containers picks JARs (bundles) automatically when they are > copied into a specific folder. For example I use Fuse ESB (which uses > Karaf beneath) and all my gradle script does it copying. Fuse does the > rest (2 and 3). > -- ------------------------------------ Rene Groeschke [email protected] http://www.breskeby.com http://twitter.com/breskeby ------------------------------------ --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
