Unable to merge files in a C++ synchronized project. [message #1804446] |
Tue, 26 March 2019 08:54 |
Tom Harvey Messages: 3 Registered: January 2019 |
Junior Member |
|
|
I'm using Eclipse 4.10.0 and would like to remotely build and debug my project in a Linux Docker container. I have tried the docker tooling and it isn't quite there yet in terms of functionality and what I need it to do, so instead I am trying to create a synchronized project.
I have set up a connection to my container via ssh following this tutorial
http://umayanganie.blogspot.com/2017/05/build-debug-cc-projects-via-remote.html
When trying to "Sync all now" on the project i get an error. This is the stack trace:
java.lang.NoSuchMethodError: org.eclipse.jgit.lib.Repository.getRef(Ljava/lang/String;)Lorg/eclipse/jgit/lib/Ref;
at org.eclipse.ptp.internal.rdt.sync.git.core.JGitRepo.merge(JGitRepo.java:605)
at org.eclipse.ptp.internal.rdt.sync.git.core.GitSyncService.doSyncRL(GitSyncService.java:720)
at org.eclipse.ptp.internal.rdt.sync.git.core.GitSyncService.doSync(GitSyncService.java:627)
at org.eclipse.ptp.internal.rdt.sync.git.core.GitSyncService.synchronize(GitSyncService.java:529)
at org.eclipse.ptp.rdt.sync.core.SyncManager$SynchronizeJob.run(SyncManager.java:79)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
I am wondering why this is happening and whether this is a problem on the local or remote side. Do i maybe need to upgrade Java JDK?
Thank you in advance if any one can help,
Tom
[Updated on: Tue, 26 March 2019 09:47] Report message to a moderator
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.07115 seconds