Hi all,
I have a question about the "versionX.X" directories inside the Felix bundle cache. I am using Felix 2.0.0, and I often see something like the following in my bundle cache directory: > ls -l bundle0 bundle1 ... > cd bundle0 > ls -l version0.1 version0.0 bundle.location bundle.startlevel bundle.lastmodified bundle.id bundle.state > ls -l version0.0 bundle.jar > ls -l version0.1 bundle.jar What I mean to be pointing out here are the two "bundle.jar" files in two different "versionX.X" directories in the cache area for one bundle. What is the reason that I might get more than one of these? How can I avoid that? I have limited space on the device our product runs on, and even the size of these jar files can make a difference. Note that I am using the autodeploy feature with actions "install,start,update". Sometimes the original bundle jars in the autodeploy directory change from one run to the next. Thanks, Matt

