There really aren't any config properties for fileinstall that accept multiple values as far as I know. If you need to monitor multiple directories you can create multiple config files as shown in the fileinstall docs here: http://felix.apache.org/site/apache-felix-file-install.html#ApacheFelixFileInstall-WatchingmultipledirectorieswithFileInstall
Chris <http://felix.apache.org/site/apache-felix-file-install.html#ApacheFelixFileInstall-WatchingmultipledirectorieswithFileInstall> -- Chris Custine FUSESource :: http://fusesource.com My Blog :: http://blog.organicelement.com Apache ServiceMix :: http://servicemix.apache.org Apache Felix :: http://felix.apache.org Apache Directory Server :: http://directory.apache.org On Wed, Mar 17, 2010 at 7:07 PM, Justin Edelson <[email protected]>wrote: > What is the correct syntax for multi-valued properties in a fileinstall > cfg file? I tried a few variations on: > > name=value1 \ > value2 \ > value3 > > but they didn't work. > > Thanks, > Justin > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

