-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Randomly selection of Repository in Eclipse #145
Comments
Not sure if you asked for the implementation details, but here they are Lines 230 to 247 in 42d4f5f
It matches the remote (ReviewBoard) repository with a local (Eclipse) repository based on UUID values. |
Hi, 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. |
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. |
Hi Robert, I am very new to Plug-in development. I am done with the installations in my machine. 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. |
Can you confirm what the target platform selection is? in Eclipse -> Preferences -> Plugin-in Development -> Target platform |
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.
The text was updated successfully, but these errors were encountered: