I know that you can use system properties in a felix configuration...
does any version of felix let me substitute other properties in the
same file into a felix property?  For example, this would be cool &
handy:

# config snippet:
myapp.base.url=http://mywebserver/bundles
myapp.version=1.13.0-SNAPSHOT

felix.auto.start.3= \
 ${myapp.base.url}/org.happyplace.common-${myapp.version}.jar \
 ${myapp.base.url}/org.bjc.osgi.foundation.cache-${myapp.version}.jar
# end config snippet

I know it's wrong but it feels so right!  It would reduce the amount
of searches and replaces we'd have to do.

Pat.

-- 
Defy mediocrity.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to