workspace.root resolution [message #542063] |
Wed, 23 June 2010 13:07  |
Eclipse User |
|
|
|
Hello,
In my rmap I define provider like this:
Quote: |
<provider readerType="local" componentTypes="osgi.bundle"
mutable="true" source="true">
<uri format="file:///{0}/user/{1}">
<bc:propertyRef key="workspace.root" />
<bc:propertyRef key="buckminster.component" />
</uri>
</provider>
|
When I run this on windows workspace.root resolves correctly to my hudson workspace location, on linux however I get error:
Quote: |
ERROR [0001] : Resolution attempt ended with exception: java.net.UnknownHostException: home
|
If I change uri format to
Then on linux it workspace.root resolves correctly, but on windows I get similar exception:
Quote: |
ERROR [0001] : Resolution attempt ended with exception: java.net.UnknownHostException: F
|
thanks,
Alex
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.09198 seconds