Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [buckminster-dev] Relative URI for local readerType in provider search path

Sorry, I sent this too early.

You can set the workspace.root to the intended location even though the workspace isn't there yet. Buckminster will need the workspace.root to be set in order to do the import in any case.

The workspace root is set when you pass the -data <path> to the Buckminster import command.

- thomas

On 05/12/2010 08:53 AM, Thomas Hallgren wrote:
On 05/11/2010 08:11 PM, McKibben, Michael wrote:
...
I was hoping I could write something similar to the following, but it
doesn't seem possible:

<searchPath name="localbundles">
<provider componentTypes="osgi.bundle" readerType="local"
source="true" mutable="true">
<uri format="{0}/../bundles/{1}">
<bc:propertyRef key="basedir"/> <!-- what do I use here??? -->

Try "workspace.root"

HTH,
- thomas



Back to the top