rtcTo / rtc2gitcli

An IBM's RTC SCM tool extension to migrate an RTC repository into a Git repository
https://rtc.to
MIT License
28 stars 34 forks source link

Not getting hamcrest jar file in the lib by default #26

Closed Srinath-MS closed 8 years ago

Srinath-MS commented 8 years ago

I tried cloning the project and also downloading the project. Neither of them gave me the hamcrest jar file. I want to set break points and debug the code to learn how it works. Right now, I am facing failure with NoClassDefFoundError for the org.hamcrest class. I manually added the library and still getting the error. Could you please let me know what should be done to get the project loaded to eclipse properly and debug hassle free?

Have attached a couple of screenshots for your reference:

error error_1

fbuehlmann commented 8 years ago

This is an osgi plugin. Therefore you should debug and run it as an eclipse plugin. There is a run configuration for run/ debug of the project.

ghost commented 4 years ago

@Srinath-MS :Have u explored this solution ,able to load project propelry?