On 17 Oct 2019, at 02:47, Scott Lewis <scott...@gmail.com> wrote:Thanks for the support for startlevels in 4.3...i.e as documented for bnd here:wrt the -runstartlevel instruction as documented here: https://bnd.bndtools.org/instructions/runstartlevel.html1) Is it possible to define the -runbundles contents (including startlevels) by hand?...i.e. rather than using one the bnd/bndtools resolve and the order types?
2) If the answer is 'yes' about hand-creating the start-levels and other info in -runbundles: Is there some way to prevent the subsequent over-writing of the -runbundles information...whether resolution is done by command line bnd or bndtools (e.g. disable the Resolve)? As if hand-created one possibly wouldn't want the next Resolve to write over.
3) Is there a way to introduce new/other order types?
Thanksinadvance.--
You received this message because you are subscribed to the Google Groups "bndtools-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bndtools-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bndtools-dev/fed119e4-2105-4d56-a3f3-cd5201ddb876%40googlegroups.com.
<stuff deleted>
Well, you can set -runbundles.manual for example. However, if you accidentally use the resolve function you will get the value of -runbundles.manual and -runbundles.
Yes, file an issue :-) The ordering requires code and is therefore restricted to changes in the code base.3) Is there a way to introduce new/other order types?
On 21 Oct 2019, at 23:25, Scott Lewis <scott...@gmail.com> wrote:On Sunday, October 20, 2019 at 11:36:18 PM UTC-7, peter.kriens wrote:<stuff deleted>2) If the answer is 'yes' about hand-creating the start-levels and other info in -runbundles: Is there some way to prevent the subsequent over-writing of the -runbundles information...whether resolution is done by command line bnd or bndtools (e.g. disable the Resolve)? As if hand-created one possibly wouldn't want the next Resolve to write over.Well, you can set -runbundles.manual for example. However, if you accidentally use the resolve function you will get the value of -runbundles.manual and -runbundles.I can't immediately find the docs on the behavior of -runbundles.manual. Are there docs for it somewhere?
Yes, file an issue :-) The ordering requires code and is therefore restricted to changes in the code base.3) Is there a way to introduce new/other order types?How about supporting a properties file...e.g.:org.my.company.foo=20where 20 is the start-level for org.my.company.foo bundle? Or maybe even:org.my.*=25
Possibly in combination with the existing ones? (e.g. done after the whatever auto-generation is selected)? I imagine bundle version needs to be supported for generality.I'm open to alternatives about this if they fit better with bnd/bndtools, and willing to assist in impl if you point me in the right code directions. I'm just looking for something that won't force existing working apps to rework their start levels in order to use bndtools to develop and test new bundles.Scott
--
You received this message because you are subscribed to the Google Groups "bndtools-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bndtools-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bndtools-dev/7e16aedb-efe5-45e9-acde-29abca9bb781%40googlegroups.com.