Before I file a JIRA and think I'm debugging a problem:
<_consumer-policy>\${range;[===,+)}</_consumer-policy>
results in
-consumer-policy=\\${range;[\=\=\=,+)}
in the bnd file written out by the plugin, and a literally
${range[===,+]} in the produced manifest.
<_consumer-policy>${range;[===,+)}</_consumer-policy>
results in
-consumer-policy=
in the bnd file, and an error from bnd.
Is there a way around this that I'm missing, or is this a bug in the plugin?
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
For additional commands, e-mail: users-help@felix.apache.org
|