Hi, On Fri, Oct 9, 2009 at 2:01 PM, Edelson, Justin <[email protected]> wrote: > ...I can look at creating some patches against Sling that do the following:... > * Add SNAPSHOT version support (i.e. always upgrade SNAPSHOTs)...
Sling's OSGi installer module (similar to fileinstall, but using bundles from a JCR repository [1]) does this, and note that there's a small gotcha: always updating snapshots can slow down startup significantly if you have many bundles, which is suboptimal for testing. That module solves the problem by storing the modification dates of the snapshots, and not upgrading bundles if those dates don't change. -Bertrand [1] http://sling.apache.org/site/jcr-installer-jcrjcrinstall-and-osgiinstaller.html --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

