Home » Eclipse Projects » Oomph » Slicer mode for target platform?
|
Re: Slicer mode for target platform? [message #1699588 is a reply to message #1699537] |
Thu, 25 June 2015 09:18 |
Ed Merks Messages: 33264 Registered: July 2009 |
Senior Member |
|
|
Kai,
No, there's nothing for that yet, but certainly we could add a bit more
annotation magic to specify that. Please open an enhancement request.
On 24/06/2015 10:26 PM, Kai Kreuzer wrote:
> Hi,
>
> I am using Oomph to define my target platform and also to generate my
> .target file through the TargetDefinitionGenerator.
>
> Up to now, I manually maintained the .target file and I am using the
> "slicer" mode in it, i.e. it does not require all dependencies to be
> available. When generating the file through Oomph, it uses "planner"
> instead, which makes my resolution fail (because I include Jetty 9.2,
> which has dependencies that are not available in Orbit or an other p2
> repo, see
> https://dev.eclipse.org/mhonarc/lists/jetty-users/msg04454.html).
>
> Is there any way to make Oomph use the slicer mode as well?
>
> Best regards,
> Kai
Ed Merks
Professional Support: https://www.macromodeling.com/
|
|
| |
Re: Slicer mode for target platform? [message #1699733 is a reply to message #1699588] |
Fri, 26 June 2015 08:56 |
|
Guys,
Actually this annotation detail is already available:
<?xml version="1.0" encoding="UTF-8"?>
<base:StringToStringMapEntry
xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI"
xmlns:base="http://www.eclipse.org/oomph/base/1.0"
key="includeMode">
<value>slicer</value>
</base:StringToStringMapEntry>
You can copy this XML snippet and paste it directly on the TargetDefinitionGenerator annotation ;-)
Cheers
/Eike
----
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper
Am 25.06.2015 um 11:18 schrieb Ed Merks:
> Kai,
>
> No, there's nothing for that yet, but certainly we could add a bit more annotation magic to specify that. Please open
> an enhancement request.
>
> On 24/06/2015 10:26 PM, Kai Kreuzer wrote:
>> Hi,
>>
>> I am using Oomph to define my target platform and also to generate my .target file through the
>> TargetDefinitionGenerator.
>>
>> Up to now, I manually maintained the .target file and I am using the "slicer" mode in it, i.e. it does not require
>> all dependencies to be available. When generating the file through Oomph, it uses "planner" instead, which makes my
>> resolution fail (because I include Jetty 9.2, which has dependencies that are not available in Orbit or an other p2
>> repo, see https://dev.eclipse.org/mhonarc/lists/jetty-users/msg04454.html).
>>
>> Is there any way to make Oomph use the slicer mode as well?
>>
>> Best regards,
>> Kai
>
Cheers
/Eike
----
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper
|
|
| |
Goto Forum:
Current Time: Sat Dec 14 14:38:42 GMT 2024
Powered by FUDForum. Page generated in 0.03245 seconds
|