Skip to main content



      Home
Home » Newcomers » Newcomers » Error while developing in house plugin with the help of Eclipse Commiters. (In our organization we already develop some inhouse plugin in Eclipse commiters. Facing the error of org.hamcrest.Matcher cannot be resolved while exporting the zip file of plugin.)
Error while developing in house plugin with the help of Eclipse Commiters. [message #1870767] Mon, 09 September 2024 01:50 Go to next message
Eclipse UserFriend
Hello,

We are encountering an issue with an in-house plugin developed for our organization using Eclipse Committers 4.32.0. After cloning the Eclipse Build Plugin project and updating some of the plugins and their versions, we are facing an error when attempting to export the ZIP file of the developed plugin.

The primary error is: "The type org.hamcrest.Matcher cannot be resolved. It is indirectly referenced from required type org.junit.Assert." Already added the hamcrest-all-1.3.jar and org.junit_4.13.2.jar. as external jars. I have attached a screenshot of the error for reference.

Here is the process we follow:

Develop the plugin in Eclipse Committers.
Export the plugin as a ZIP file.
Install the plugin using the "Install New Software" option in Eclipse IDE for C/C++ Developers.
Could anyone provide guidance on how to resolve this issue?

Thank you in advance for your assistance.

Best regards,
Onkar Konge

[Updated on: Mon, 09 September 2024 02:03] by Moderator

Re: Error while developing in house plugin with the help of Eclipse Commiters. [message #1870770 is a reply to message #1870767] Mon, 09 September 2024 03:34 Go to previous messageGo to next message
Eclipse UserFriend
The PDE support for exporting to a zip is not well tested and not well supported. Better to bite the bullet and use Tycho to build an update site.
Re: Error while developing in house plugin with the help of Eclipse Commiters. [message #1871067 is a reply to message #1870767] Fri, 13 September 2024 06:47 Go to previous messageGo to next message
Eclipse UserFriend
What I have to do in it?? Could you please tell me the exact steps to follow.
Re: Error while developing in house plugin with the help of Eclipse Commiters. [message #1871079 is a reply to message #1871067] Fri, 13 September 2024 11:22 Go to previous message
Eclipse UserFriend
You could look at their documentation:

https://tycho.eclipseprojects.io/doc/latest/

It's maintained here:

https://github.com/eclipse-tycho/tycho
Previous Topic:Launcher unable to locate shared library
Next Topic:While building I am getting issue
Goto Forum:
  


Current Time: Sun Apr 27 13:30:46 EDT 2025

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

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

Back to the top