rombert / ereviewboard

A mylyn-based Eclipse integration for Review Board
46 stars 31 forks source link

Randomly selection of Repository in Eclipse #145

Open ruchithakur639 opened 9 years ago

ruchithakur639 commented 9 years ago

Hi, Repository is getting selected by default randomly in my Eclipse. Please let me know about the logic by which Repository is coming while creating review request.

Please help me out to choose the correct repository.

rombert commented 9 years ago

Not sure if you asked for the implementation details, but here they are

https://github.com/rombert/ereviewboard/blob/42d4f5f725dec7ccef6980bdfbde27bf0cb20a87/org.review_board.ereviewboard.subclipse.ui/src/org/review_board/ereviewboard/subclipse/internal/wizards/DetectLocalChangesPage.java#L230-L247

It matches the remote (ReviewBoard) repository with a local (Eclipse) repository based on UUID values.

ruchithakur639 commented 9 years ago

Hi, Thanks a lot for the code details. I feel, ereviewboard is the future. Here. all are following it. I want to set up configuration to build the code present in github and contribute.

Please let me know if some reference documents are present. So that, I can follow to build in my machine. I am using Windows7 OS.

rombert commented 9 years ago

I want to set up configuration to build the code present in github and contribute.

Great! As prerequisites, you need to have a recent version of Eclipse with m2e integration, Maven and git installed. Then you can

At this point the project should compile in Eclipse and you should be ready to go. Feel free to post questions in the discussion group about this process.

ruchithakur639 commented 9 years ago

Hi Robert,

I am very new to Plug-in development. I am done with the installations in my machine. While building the project, I am getting following errors in Eclipse:

image

Please let me know how to resolve those. Are we missing any jar files ?

After completion of successful building this project, please guide me how to go ahead with the plug-in development and installing the developed Plug-in in current Eclipse?

Thank you so much in advance.

rombert commented 9 years ago

While building the project, I am getting following errors in Eclipse:

Can you confirm what the target platform selection is? in Eclipse -> Preferences -> Plugin-in Development -> Target platform