How to connect with github repository in eclipse? - github

I have created a repository in https://github.com. And installed eclipse Kepler as the editor. I want to commit my local file to this remote repository. How to achieve this?
Any help will be appreciated.
Thanks in advance.
EDIT
I followed your links and got the following error. Can you assist further please?

I've just done this for the first time myself and found these two tutorials very helpful. They both refer to EGit which I believe comes bundled with Kepler, I certainly didn't have to install it myself.
http://wiki.eclipse.org/EGit/User_Guide
http://benjsicam.me/blog/how-to-setup-eclipse-git-plugin-egit-for-github-part-1-tutorial/ (Link dead, a copy of the article can be found here or on the wayback machine)

Related

Creating Nacl Cryptography library project in Eclipse on Ubuntu

I want to create an Eclipse project of the NaCl cryptographic library. I have installed it using the commands mentioned on the website, but I don't know how should I properly include all those files in my eclipse project so that I can use it to develop my own main function.
Can anyone help me on this? The githut repository is located at Nacl Github and the project installation details are available at Nacl Install
I am completely new to this and hence have no idea. If you need any further information, please tell me.
Thanks in advance.

Unable to install PMD in Spring tool suite

I am unable to install PMD plug-in for STS (build on top of Luna).
Could someone please give the steps to do it?
Try this http://sourceforge.net/projects/pmd/files/pmd-eclipse/update-site/ and install for Eclipse 4.
I'm the developer of eclipse-pmd, one of the two PMD plugins you mentioned in your question. If your installing the plugin through the Eclipse Marketplace then you're doing everything right. Once the installation is finished the getting started guide will help you with setting up eclipse-pmd.
You are, however, not the first who has a problem getting eclipse-pmd 1.4 to work with the Spring Tool Suite. Unfortunately we have not yet found the cause of the problem and are still looking for a solution. If you'd like to help or would like to follow the issue's progress then head over to the eclipse-pmd issue tracker at Github.
Update: the issue has been fixed and it had nothing to do with STS.
If your problem is something different then I need more information on what exactly does not work, e.g. does the installation give you an error message or doesthe installation work and you get an error message when running PMD?
Please follow below steps to install PMD in STS.
Download PMD from https://sourceforge.net/projects/pmd-eclipse/files/ & Extract it.
Copy net.sourceforge.pmd.eclipse_1.8.0 folder into ..\sts-bundle\sts-3.9.6.RELEASE\plugins\
then Install eclipse PMD from Eclipse Market Place you will find in Help this option.
Restart your STS.

CA-SCM integration in to eclipse juno

I am Using eclipse juno.I need to integrate Harvest(CA-SCM) plugin into eclipse.I followed the Harvest Documentation but CA-SCM plugin was not integrated properly in eclipse.
Anyone please guide me to integrate CA-SCM with eclipse Juno.
I'm getting the following error in CA-SCM console.
Unable to intialize CA SCM. Please ensure that all required components are installed.
Please help me to resolve the error.
I know this is a little late but maybe it will help anyone else with the same issue. In order to fix this you also need to install the CA SCM Workbench (the standalone tool). The Eclipse plugin looks for certain libraries on your PATH that are only installed with the SCM Workbench.
Problem resolved! I've got a very good answer from the Harvest guys. Those are the 3 possible reasons for the problem- check that:
1) Are scm related variables in the beginning of the path variable?
2) If SCM installed is 32 bit, you have to use 32 bit eclipse and if you have SCM 64 bit, you need to use 64 bit eclipse. (that was my problem)
3) The final one is SCM plugin for eclipse should be the same version as SCM client.
The needed path variables:
are also listed here: https://docops.ca.com/ca-harvest-scm/13-0/en/installing/install-the-ca-harvest-scm-web-interface
but mainly it seems that those 3 are important:
for version 13:
SCM Home : C:\Program Files\CA\SCM
PEC: C:\Program Files (x86)\CA\SharedComponents\PEC\bin;
If you are in r12.6 add the below one also in the beginning of PATH:
ETPKI
Restart the windows ,if possible open eclipse with a new workspace (beware of data loss)

How to see egit console output

I want to see the output of the egit (eclipse plugin for git) when doing some operations like pulling, pushing in eclipse, just like the SVN plugin. Anyone knows how to do it?
I'm using Elcipse Kepler which already contains egit.
Thanks in advance.
You can install additional tool from opensource contribution
http://rherrmann.github.io/gonsole/repository/
Look at post http://www.codeaffine.com/2014/07/09/gonsole-weeks-a-git-console-for-eclipse/
The simple answer is that this is not yet implemented in EGit, see bug 349551.

Getting "No Repository Found" error in Eclipse (Ganymede) while trying to install google plugins (GWT)

I'm trying to install the Google Web Toolkit for Eclipse (Ganymede), and I'm getting the following error.
An error occurred while collecting items to be installed
No repository found containing: org.eclipse.emf.common/osgi.bundle/2.4.0.v200808251517
No repository found containing: org.eclipse.emf.ecore/osgi.bundle/2.4.1.v200808251517
No repository found containing: org.eclipse.emf.ecore.change/osgi.bundle/2.4.0.v200808251517
No repository found containing: org.eclipse.emf.ecore.edit/osgi.bundle/2.4.1.v200808251517
No repository found containing: org.eclipse.emf.ecore.xmi/osgi.bundle/2.4.1.v200808251517
No repository found containing: org.eclipse.emf.edit/osgi.bundle/2.4.1.v200808251517
No repository found containing: org.eclipse.wst.common.emf/osgi.bundle/1.1.202.v200809111955
No repository found containing: org.eclipse.wst.common.emfworkbench.integration/osgi.bundle/1.1.201.v200808071700
No repository found containing: org.eclipse.wst.common.frameworks/osgi.bundle/1.1.200.v200805140020
No repository found containing: org.eclipse.wst.common.project.facet.core/osgi.bundle/1.3.3.v200809102124
No repository found containing: org.eclipse.wst.sse.core/osgi.bundle/1.1.302.v200808260045
No repository found containing: org.eclipse.wst.sse.ui/osgi.bundle/1.1.2.v200809120159
No repository found containing: org.eclipse.wst.validation/osgi.bundle/1.2.2.v200809050219
No repository found containing: org.eclipse.wst.xml.core/osgi.bundle/1.1.305.v200809120354
What could this error mean, and how do I install the plugins.
It's a new install of Eclipse and Vista 64bit.
I used "http://dl.google.com/eclipse/plugin/3.4" as the google plugin location.
I had this problem today. I found this helpful link which helped. Basically make sure all your sources' URLs end in a slash (/), and add them if they are missing.
I also went through all the sites and clicked the Test Connection button (I think that's what it's called) on each one to see if there was something wrong, and they all returned a successful result.
After that, suddenly I was able to install the features and plugins that had failed with the "No repository found" errors before.
OK I got it.
I'd installed Eclipse Classic, and it didn't like it.
Since then, I've uninstalled classic and installed "Eclipse Java EE" and the update worked.
In my case I have archive software sites witch be deleted and updater say about this.
Check Windows -> Preferences -> Available Software Sites. In this list should not be archive sites witch deleted. Then restart eclipse.
I just clean eclipse and run it worked.
in command prompt type eclipse -clean
This cleans the installation of eclipse and helps to run
No necessarily to do all those import export and stuff.
Eclipse has a problem with itself. But it can be solved with a simple startup of
cmd> eclipse.exe -clean
it will take awhile to startup but eventually it worked for me. coz partially sometimes eclipse has problem unzipping files or so n partial files unzipped.
I had the same problem, what fixed it is to change the updating system that Eclipse used. I am using Eclipse 3.5 and the default updating system is P2 (http://wiki.eclipse.org/Equinox_p2_Getting_Started). Try going into Prefereces->General->Capabilities-> check the box next to Classic Update. This fixed it for me.
Looks like your eclipse mirror was corrupt. Use another one.
I got this error when trying to update the Google plugin (clicking on the 'updates available' popup).
Reviewing my update sites, it turned out that the main Google update site (http://dl.google.com/eclipse/plugin/3.5) was missing, although I doubt I had removed it.
Simply re-adding it solved the problem.
To be honest it doesn't work for me, until I removed all oracle's url from Available Software Sites as motioned in eclipse forum, I still have some URLs without / at the end though.
I got a similar error message while installing the Jboss Tools.
In the install dialog, I unchecked the option "Contact all update sites during install to find required software" which solved the problem.
I needed to remove an Oracle URL from update sites as well to get GWT plugin to update. I am using Eclipse Kepler with the following URL for GWT - https://dl.google.com/eclipse/plugin/4.3
In case it helps anyone, none of the solutions provided here worked for me (on Eclipse Luna). Had to update plugin via Marketplace.