With the eclipse indigo release around the corner, I checked the download page. It does not seem to have a link to PDT. Does this mean there wont be a new PDT version anytime soon? Cant find anything in google.
Here you can find nice tutorial with screenshots how to
Installing PDT 3 on Eclipse 3.7 Indigo
http://download.eclipse.org/tools/pdt/updates/3.0/milestones/
In short - put this url as update source http://download.eclipse.org/tools/pdt/updates/3.0/milestones/
"Eclipse for PHP Developers" package will not be released since EPP(Eclipse Packaging Project) removed it.
PDT 3.0 for Indigo itself will be released on time.
Due to lack of a package maintainer for the Indigo release there will be no PHP (PDT) package. If you would like to install PDT into your Eclipse installtion you can do so by using the Install New Software feature from the Help Menu and installing the PHP Development Tools (PDT) SDK Feature from the Eclipse Indigo Repo >> http://download.eclipse.org/releases/indigo
http://www.eclipse.org/downloads/php_package.php
Related
Looking at the WSO2 Developer Studio Downloads website, the latest version of Eclipse they use is Eclipse JavaEE luna which was released in 2014.
http://wso2.com/products/developer-studio/
It seems rather out of date. However, I can't find any information on future plans for the next release date?
Anyone know any more about this?
The tooling is found for download here now:
http://wso2.com/products/enterprise-service-bus/#download
Click on download tooling to obtain the tooling.
Currently the tooling is shipped with Eclipse Mars and not Eclipse Luna
I cannot install SonarQube plugins in Eclipse Mars (tested with Java, RCP and Modeling versions).
When I search for SonarQube in 'Help' / 'Eclipse Marketplace' then the result list is empty. I can click at the link 'Browse for more solutions' which opens the marketplace site on the internet. There, I see SonarQube with the link 'Install' but when I click on it I get the error "The following solutions (SonarQube) are not compatible with this version of Eclipse"!
Any ideas how the problem can be solved?
Eclipse SonarQube plugin 3.4 is definitely compatible with Eclipse Mars.
Unfortunately, you cannot install it from the Eclipse Marketplace - probably because we need to update the compatibility information there. As mentionned by Freddy in his comment, SONARCLIPS-446 was created for this purpose.
Meanwhile, please follow the instructions described on "Install SonarQube in Eclipse" to manually install the plugin.
UPDATE July 21rst, 2015: the Marketplace has been updated so anybody using Mars can install the plugin through the Marketplace.
I'm sorry, but SonarQube is not really compatible.
If you install SonarQube 3.4.0 from marketplace to a brand new mars (eclipse-jee-mars-R-win32-x86_64.zip) and then start the eclispe with -clean, the menuitem marketplace is gone.
Seems that there are not some other plugins don't match.
See https://bugs.eclipse.org/bugs/show_bug.cgi?id=473495
Using the following update sites:
http://download.eclipse.org/releases/juno/
http://download.eclipse.org/eclipse/updates/4.2/
Eclipse 4.2.0 Juno installs PDT 3.0.1.
The nightly developer builds, currently 3.1.1, can be installed through the update site:
http://download.eclipse.org/tools/pdt/updates/3.1.1/nightly
How can I install the stable version of PDT 3.1.0?
Go to Help->Install new software and there put this url :
http://download.eclipse.org/releases/juno
Now in search for php and select those packets , push over next button and finalice the install. After that reset Eclipse-Ide and you will have the php plugin :)
It's very possible that you can't.
Yes you can. Choose PDT from the following link.
http://download.eclipse.org/releases/indigo/
Attempting to install Mercurial on Eclipse Java EE IDE Juno from
http://cbes.javaforge.com/update in the Install new software...
but,
"Cannot complete the install because one or more required items could not be found. Software being installed: codeBeamer Eclipse Studio (with Mylyn) 3.1.0.v201011161842 (org.codebeamer.eclipse.mylyn_feature.feature.group 3.1.0.v201011161842) Missing requirement: codeBeamer Eclipse Studio (with Mylyn) 3.1.0.v201011161842 (org.codebeamer.eclipse.mylyn_feature.feature.group 3.1.0.v201011161842) requires 'org.eclipse.mylyn_feature.feature.group 3.3.0' but it could not be found
I tried on Windows 7_64 and ubuntu 12.04_64. I even installed mylyn using the latest stable releases from http://download.eclipse.org/mylyn/releases/latest
Any Ideas?
Already browsed web and this site.
You could also try the update URL from the Google Code repository instead, which installs only MercurialEclipse.
+1 to installing from Google Code Repository.
Initially Eclipse wouldn't start because of problems with the older version of the plugin so to get past this simply removed the jar com.vectrace.MercurialEclipse_1.9.1.v201111302231.jar from the Eclipse plugins directory then uninstalled the existing plugin and re-installed from the link in smooth reggae's post.
All seems good so far.
The problem is, that the codeBeamer Eclipse Studio requires an older version of Mylyn (3.3.0), which isn't available for Juno.
But AFAIK you don't need the whole CBES, if you only need the Mercurial features. Try to select only MercurialEclipse, it should also be available in that update site.
Admittedly I am new to Eclipse. I have it configured properly for Android development but I want to add the PDT plug-in for PHP development. I have followed the instructions for updating PDT for the Galileo version of Eclipse located here ...
http://wiki.eclipse.org/PDT/Installation
When I search through the available PHP tools the only option is the PDT SDK feature. I was looking for the runtime option instead of the SDK. I don't want to install the SDK for PDT as I just want to use it and not modify it. The PDT 2.2 instructions seem to have a runtime option but I want to install PDT 2.1 instead of 2.2 as PDT 2.2 has not been released yet. Am I missing something? Thanks.
I am answering my own question. I found the following URL and used it as the URL to "work with" in the Eclipse updater ...
http://download.eclipse.org/tools/pdt/updates/2.0/interim/
This repository gave me the PDT 2.1 runtime I was looking for. I hope this helps someone else.