| ERROR [0003] : IU * has no artifacts [message #652310] |
Thu, 03 February 2011 09:42  |
David Gonzalez Messages: 23 Registered: January 2011 |
Junior Member |
|
|
Hey,
I've problem using my own generated p2 site for another buckminster build.
So, first I created Component A with all necessary plugins and features and called #site.p2 Action afterwards.
Now I want to create Component B (which needs Component A) and of course I don't want to create Component A again, I want to use the created one. So in the rmap i defined like this:
<rm:searchPath name="com.example">
<rm:provider componentTypes="osgi.bundle,eclipse.feature" readerType="p2" source="false" mutable="false">
<rm:uri format="file:///E:/test/p2"/>
</rm:provider>
</rm:searchPath>
The location to this p2 site is correct and the build works without any problems - until this happens:
| Quote: | Provider eclipse.import(file:///E:/test/p2): materializing to E:/.hudson/jobs/xslteditor/workspace/plugins/com.example.com mon.exporter/
Provider eclipse.import(file:///E:/test/p2): materializing to E:/.hudson/jobs/xslteditor/workspace/plugins/com.example.com mon.img/
Provider eclipse.import(file:///E:/test/p2): materializing to E:/.hudson/jobs/xslteditor/workspace/plugins/com.example.com mon.xslttransformer/
Provider eclipse.import(file:///E:/test/p2): materializing to E:/.hudson/jobs/xslteditor/workspace/features/com.example.co mmon.feature/
ERROR [0003] : IU com.example.common.feature.feature.group/4.0.30000.00145 has no artifacts
ERROR: IU com.example.common.feature.feature.group/4.0.30000.00145 has no artifacts
|
What does this mean, "IU has no artifacts"? And why does this error appear at the end of the process?
I don't know if it makes a difference, but I use Buckminster plugin in Hudson.
Let me know if you need more log or other stuff.
Greets
[Updated on: Thu, 03 February 2011 09:43] Report message to a moderator
|
|
|