This repository has been archived by the owner on Feb 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
[R7] Simple way of including specific R7 packages #4
Comments
Just for info, I tried playing around with Import-Package:
Sadly, that did not work. Eclipse still references the 1.0 version of the package. |
Did you try to create a new version of the enroute base api?
For each OSGi API there is now a new single jar. You can always put this one in front of the current base API.
Sigh, I really need to find time to set this up :-(
Kind regards,
Peter Kriens
… On 14 Aug 2018, at 08:10, David Leangen ***@***.***> wrote:
Hi Peter,
Is there a way to include a specific R7 package in my enRoute workspace?
The reason I ask is: I have considered attempting to update to R7 in enRouteV2, but each time I open it up, it ends up turning into something pretty big.
I just want to be able to use a few packages (like R7 Promises, Converter...) without having to undertake a multi-day job.
Blacklisting is for bundles, not packages. I don't want to blacklist the entire enRoute base API. I just want to use specific packages from R7.
Is that possible? Or am I asking for trouble?
Cheers,
=David
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#4>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AAMPLhII-ryLZXT3iHgVQPJF5O5Nj214ks5uQmnugaJpZM4V72CL>.
|
Sorry, not in front of my machine right now, so my question may be extra dumb...
I tried to figure out how the api was constructed. Did you just copy the contents into the base api project?
What do you mean by “put it in front”?
Once I get it, I should be able to be more helpful. 😀
=David (mobile)
… On Aug 14, 2018, at 16:33, Peter Kriens ***@***.***> wrote:
Did you try to create a new version of the enroute base api?
For each OSGi API there is now a new single jar. You can always put this one in front of the current base API.
Sigh, I really need to find time to set this up :-(
Kind regards,
Peter Kriens
> On 14 Aug 2018, at 08:10, David Leangen ***@***.***> wrote:
>
> Hi Peter,
>
> Is there a way to include a specific R7 package in my enRoute workspace?
>
> The reason I ask is: I have considered attempting to update to R7 in enRouteV2, but each time I open it up, it ends up turning into something pretty big.
>
> I just want to be able to use a few packages (like R7 Promises, Converter...) without having to undertake a multi-day job.
>
> Blacklisting is for bundles, not packages. I don't want to blacklist the entire enRoute base API. I just want to use specific packages from R7.
>
> Is that possible? Or am I asking for trouble?
>
> Cheers,
> =David
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub <#4>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AAMPLhII-ryLZXT3iHgVQPJF5O5Nj214ks5uQmnugaJpZM4V72CL>.
>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
On 14 Aug 2018, at 11:25, David Leangen ***@***.***> wrote:
Sorry, not in front of my machine right now, so my question may be extra dumb...
I tried to figure out how the api was constructed. Did you just copy the contents into the base api project?
I carefully constructed a -buildpath and the even more carefully exported the proper packages.
See the osgi.enroute.base.api project. I just made sure that all metadata in the base api was perfect. The distro is then the second problem but we now have tools to help.
…
What do you mean by “put it in front”?
Once I get it, I should be able to be more helpful. 😀
=David (mobile)
> On Aug 14, 2018, at 16:33, Peter Kriens ***@***.*** ***@***.***>> wrote:
>
> Did you try to create a new version of the enroute base api?
>
> For each OSGi API there is now a new single jar. You can always put this one in front of the current base API.
>
> Sigh, I really need to find time to set this up :-(
>
> Kind regards,
>
> Peter Kriens
>
> > On 14 Aug 2018, at 08:10, David Leangen ***@***.*** ***@***.***>> wrote:
> >
> > Hi Peter,
> >
> > Is there a way to include a specific R7 package in my enRoute workspace?
> >
> > The reason I ask is: I have considered attempting to update to R7 in enRouteV2, but each time I open it up, it ends up turning into something pretty big.
> >
> > I just want to be able to use a few packages (like R7 Promises, Converter...) without having to undertake a multi-day job.
> >
> > Blacklisting is for bundles, not packages. I don't want to blacklist the entire enRoute base API. I just want to use specific packages from R7.
> >
> > Is that possible? Or am I asking for trouble?
> >
> > Cheers,
> > =David
> >
> > —
> > You are receiving this because you are subscribed to this thread.
> > Reply to this email directly, view it on GitHub <#4 <#4>>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AAMPLhII-ryLZXT3iHgVQPJF5O5Nj214ks5uQmnugaJpZM4V72CL <https://github.com/notifications/unsubscribe-auth/AAMPLhII-ryLZXT3iHgVQPJF5O5Nj214ks5uQmnugaJpZM4V72CL>>.
> >
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub, or mute the thread.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#4 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AAMPLv0n8qWgm2YhI6wzuKa86nfEEuFoks5uQpdvgaJpZM4V72CL>.
|
Thanks for the hints Peter. I'll try to take another look soon to see if I can figure out how that works. Right now I'm caught up in a few urgent tasks. Cheers, |
Hi @pkriens, I spent a few more unproductive hours trying to figure out the magic that makes this work, but was unsuccessful. If I can see even one successful example by you I'm sure I could figure it out, and could help include some other R7 packages. :-) Cheers, |
I try to find a few hours this weekend … It has been a bit crazy here this August but all guests are gone now.
… On 24 Aug 2018, at 05:26, David Leangen ***@***.***> wrote:
Hi @pkriens <https://github.com/pkriens>,
I spent a few more unproductive hours trying to figure out the magic that makes this work, but was unsuccessful. If I can see even one successful example by you I'm sure I could figure it out, and could help include some other R7 packages. :-)
Cheers,
=David
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#4 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AAMPLmA0xF5kIlGU0vIkFbHsc2E0Zs4fks5uT3J4gaJpZM4V72CL>.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi Peter,
Is there a way to include a specific R7 package in my enRoute workspace?
The reason I ask is: I have considered attempting to update to R7 in enRouteV2, but each time I open it up, it ends up turning into something pretty big.
I just want to be able to use a few packages (like R7 Promises, Converter...) without having to undertake a multi-day job.
Blacklisting is for bundles, not packages. I don't want to blacklist the entire enRoute base API. I just want to use specific packages from R7.
Is that possible? Or am I asking for trouble?
Cheers,
=David
The text was updated successfully, but these errors were encountered: