Filippo Diotalevi wrote:
On Tue, Mar 24, 2009 at 12:52 PM, Sahoo <sa...@sun.com> wrote:
I am also using the SNAPSHOT without any issues. It would be good to have a
fix for #983 before releasing.

Hi Sahoo,
  just to check if I understood your use case correctly; you would
like to specify a in system.properties a property like

myBundleFolder=/Users/mybundles

and then, in the fileinstall configuration file, something like:

felix.fileinstall.dir=${myBundleFolder}

is it correct? do you think this substitution is needed for all the
(new and old) fileinstall properties?

Yes, that's the correct usecase. If we can solve for one property, we can solve for all. If you want to be inspired by existing code that does this kind of property substitution, take a look at org.apache.felix.framework.util.Util.substVars method in Felix workspace. I don't think fileinstall should have a dependency on that package, so we may have to duplicate the logic.

Thanks,
Sahoo

Reply via email to