|
|
Re: Where does headless buckminster look for eclipse launchers? [message #658256 is a reply to message #657994] |
Mon, 07 March 2011 15:36 |
Josh Hester Messages: 30 Registered: July 2009 |
Member |
|
|
Do I have to define them by name? In my .target file I have:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.6"?>
<target name="Target">
<locations>
<location path="${workspace_loc}/org.myproject.site" type="Profile"/>
</locations>
<environment>
<os>win32</os>
<ws>win32</ws>
<arch>x86</arch>
<nl>en_US</nl>
</environment>
</target>
In that folder I have my plugins and features folders which contain the equinox platform launchers, but buckminster still is telling me it can't find jars that are definitely in those folders.
My rmap file looks like this for reference:
<?xml version="1.0" encoding="UTF-8"?>
<rm:rmap xmlns:bc="http://www.eclipse.org/buckminster/Common-1.0" xmlns:rm="http://www.eclipse.org/buckminster/RMap-1.0">
<rm:locator searchPathRef="resources"/>
<rm:searchPath name="resources">
<rm:provider componentTypes="osgi.bundle,eclipse.feature" mutable="true" readerType="local">
<rm:uri format="file:///{0}/{1}/">
<bc:propertyRef key="workspace.root"/>
<bc:propertyRef key="buckminster.component"/>
</rm:uri>
</rm:provider>
<rm:provider componentTypes="osgi.bundle,eclipse.feature,jar" mutable="true" readerType="url" source="false">
<rm:uri format="file:///{0}/org.myproduct.site/plugins/{1}/">
<bc:propertyRef key="workspace.root"/>
<bc:propertyRef key="buckminster.component"/>
</rm:uri>
</rm:provider>
</rm:searchPath>
</rm:rmap>
It seems like to me everything is in place, but when I execute my build in jenkins (hudson) I get:
Missing requirement: Product1.0.0.201103071035 (org.myproduct.feature.feature.group 1.0.0.201103071035) requires 'org.eclipse.core.resources.win32.x86 [3.5.100.v20100505-1345]' but it could not be found
Where should this jar be and how do I need to tell buckminster about it?
[Updated on: Mon, 07 March 2011 15:37] Report message to a moderator
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03618 seconds