Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Problem satisfying a manifest dependency

Hello,

thank you for your help. As the org.eclipse.bpmn2 library 0.7.0 isn't
contained in any p2 repository I know of, how would I create my own p2
repository containing the library?

Thanks in advance,
Daniel W.

2012/4/13 Paul Webster <pwebster@xxxxxxxxxxxxxxxxxxx>:
> On Fri, Apr 13, 2012 at 8:52 AM, Daniel Warzecha <danowar2k@xxxxxxxxxxxxxx>
> wrote:
>>
>> [INFO] Cannot complete the request.  Generating details.
>> [INFO] Cannot complete the request.  Generating details.
>> [INFO]
>> {org.osgi.framework.executionenvironment=OSGi/Minimum-1.0,OSGi/Minimum-1.1,
>> osgi.ws=gtk, osgi.arch=x86, osgi.os=linux,
>> org.eclipse.update.install.features=true,
>> org.osgi.framework.system.packages=}
>> [ERROR] Cannot resolve project dependencies:
>> [ERROR]   Software being installed: testSource 1.0.0.qualifier
>> [ERROR]   Missing requirement: testSource 1.0.0.qualifier requires
>> 'bundle org.eclipse.bpmn2 0.7.0' but it could not be found
>> [ERROR]
>
>
> This looks like a message from the p2 resolver used by tycho.  In order to
> consume org.eclipse.bpmn2 you need to include a p2 repository that contains
> it.  AFAIK tycho won't use maven dependencies to find anything, only p2
> repositories.
>
>
> Later,
> PW
>
> --
> Paul Webster
> Hi floor.  Make me a sammich! - GIR
>
> _______________________________________________
> tycho-user mailing list
> tycho-user@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/tycho-user
>


Back to the top