Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install the Eclipse plugin for Symfony 2?

I want to install the Eclipse plugin for Symfony 2. But I'm stuck at the start.

I'm following the guide at http://pulse00.github.com/Symfony-2-Eclipse-Plugin/.

Prerequisites

At the current stage the Symfony Eclipse Plugin requires a nightly build of the PHP Development Tools (PDT), as there have been some changes to the way extenders can hook into PDT. This nightly build can be downloaded as a build artifact from the eclipse continuous integration site. You'll need to download a file called pdt-Update-N[TIMESTAMP]>.zip by clicking the latest build in the build history -> Build artifacts -> build/N[TIMESTAMP] .

So, I visited the "eclipse continuous integration site" at https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-indigo/ but I couldnt find the file they said: pdt-Update-N[TIMESTAMP].

I just can't find it there. I tried downloading some other files but don't know what to do with them.

like image 366
Tool Avatar asked Sep 01 '11 19:09

Tool


1 Answers

@Tool no nightly-build of PDT is needed anymore, simply add the updatesite and install the plugin: http://symfony.dubture.com/installation/

like image 149
pulse00 Avatar answered Nov 15 '22 07:11

pulse00