Giter VIP home page Giter VIP logo

Comments (5)

rombert avatar rombert commented on July 17, 2024

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

for ( Repository repository : client.getClientData().getRepositories() ) {
Activator.getDefault().trace(TraceLocation.MAIN, "Considering repository of type " + repository.getTool() + " and path " + repository.getPath());
if ( repository.getTool() != RepositoryType.Subversion )
continue;
hasSvnRepos = true;
if ( localRepositoryUuid.equals(repository.getRepositoryInfo().get(Repository.PN_UUID)) ) {
reviewBoardRepository = repository;
taskRepository = repositoryCandidate;
rbClient = client;
break;
}
}
}

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

from ereviewboard.

ruchithakur639 avatar ruchithakur639 commented on July 17, 2024

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.

from ereviewboard.

rombert avatar rombert commented on July 17, 2024

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

  • clone the repository ( git clone https://github.com/rombert/ereviewboard.git )
  • build the repository locally ( cd ereviewboard; mvn clean verify )
  • import into Eclipse ( File -> Import Existing Maven Project ) ; import all the projects
  • set the Eclipse target platform to ereviewboard.target ( in Eclipse -> Preferences -> Plugin-in Development -> Target platform )

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.

from ereviewboard.

ruchithakur639 avatar ruchithakur639 commented on July 17, 2024

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.

from ereviewboard.

rombert avatar rombert commented on July 17, 2024

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

from ereviewboard.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.