Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 05:50 Go to next message
Onkar Konge is currently offline Onkar KongeFriend
Messages: 2
Registered: September 2024
Junior Member
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 06:03]

Report message to a 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 07:34 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33224
Registered: July 2009
Senior Member
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.

Ed Merks
Professional Support: https://www.macromodeling.com/
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 10:47 Go to previous messageGo to next message
Onkar Konge is currently offline Onkar KongeFriend
Messages: 2
Registered: September 2024
Junior Member
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 15:22 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33224
Registered: July 2009
Senior Member
You could look at their documentation:

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

It's maintained here:

https://github.com/eclipse-tycho/tycho


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:Launcher unable to locate shared library
Next Topic:While building I am getting issue
Goto Forum:
  


Current Time: Fri Oct 11 08:45:26 GMT 2024

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

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

Back to the top