Skip to main content



      Home
Home » Eclipse Projects » Equinox » Eclipse-milo client example(To set manifest.mf for plug-in project)
Eclipse-milo client example [message #1826954] Tue, 05 May 2020 05:59 Go to next message
Eclipse UserFriend
Hi,
I am trying to make an OSGi bundle of this eclipse milo client examples and run the example as a bundle (eg: ReadExample bundle). So far I have tried different ways but I am not able to set manifest.mf. as we have attached maven dependencies I would like to add plug-in project dependencies. I tried to add but it shows error --> No available bundle exports package 'org.eclipse.milo:sdk-client' MANIFEST.MF /OPCUA-Example/META-INF line 11 Plug-in Problem
I have attached a screenshot for better understanding.
Let me know how to proceed :)
Stay Safe & Healthy,
Best regards,
Ahmed

index.php/fa/38045/0/
  • Attachment: Manifest.jpeg
    (Size: 132.73KB, Downloaded 486 times)
  • Attachment: Manifest.jpeg
    (Size: 132.73KB, Downloaded 105 times)

[Updated on: Tue, 05 May 2020 15:26] by Moderator

Re: Eclipse-milo client example [message #1826984 is a reply to message #1826954] Tue, 05 May 2020 13:23 Go to previous messageGo to next message
Eclipse UserFriend
I don't see an attachment. It sounds like you added a package requirement not a bundle requirement...
Re: Eclipse-milo client example [message #1826990 is a reply to message #1826984] Tue, 05 May 2020 15:31 Go to previous messageGo to next message
Eclipse UserFriend
I have updated the post, I have updated the post.
index.php/fa/38047/0/
Re: Eclipse-milo client example [message #1827012 is a reply to message #1826990] Wed, 06 May 2020 02:50 Go to previous messageGo to next message
Eclipse UserFriend
Are bundles such as org.eclipse.milo.sdk-client in your target platform?
Re: Eclipse-milo client example [message #1827040 is a reply to message #1827012] Wed, 06 May 2020 07:34 Go to previous messageGo to next message
Eclipse UserFriend
No, I just used it as a maven dependency now trying to convert my project into plugin project to make a bundle
<dependency>
<groupId>org.eclipse.milo</groupId>
<artifactId>sdk-client</artifactId>
<version>0.4.1</version>
</dependency>
Re: Eclipse-milo client example [message #1827042 is a reply to message #1827040] Wed, 06 May 2020 07:39 Go to previous messageGo to next message
Eclipse UserFriend
Did you install m2e? Eclipse by itself won't know anything about your POMs.
Re: Eclipse-milo client example [message #1827051 is a reply to message #1827042] Wed, 06 May 2020 08:21 Go to previous messageGo to next message
Eclipse UserFriend
Yes, it is already installed. when I am trying to export as Deployable plug-ins and fragments, it shows this error--> The import org.eclipse.milo cannot be resolved ?? :/
Re: Eclipse-milo client example [message #1827059 is a reply to message #1827051] Wed, 06 May 2020 09:38 Go to previous message
Eclipse UserFriend
I can't guess. Everything suggests it's not available. And I'm no expert how m2e is supposed to work, nor is that the topic of this forum. You might look to this page for where to ask about m2e:

https://www.eclipse.org/m2e/m2e-community.html
Previous Topic:Using composites to resolve dependencies
Next Topic:Axis2 plugin Installation problem
Goto Forum:
  


Current Time: Wed Apr 30 14:06:10 EDT 2025

Powered by FUDForum. Page generated in 1.30629 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top