5

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.

j0k
  • 22,600
  • 28
  • 79
  • 90
Tool
  • 12,126
  • 15
  • 70
  • 120

3 Answers3

5

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

pulse00
  • 1,294
  • 1
  • 16
  • 25
2

I found this post was particularly helpful for me

http://www.symfony-zone.com/wordpress/2011/11/07/how-to-build-a-great-eclipse-environment-for-symfony2-development/

As noted in the installation instructions for the Symfony2 Eclipse plugin on Github

https://github.com/pulse00/Symfony-2-Eclipse-Plugin#readme

just add the update site to your available software sites (Help > Install new software > Add)

http://p2.dubture.com

nick fox
  • 570
  • 8
  • 15
2

I was running into the same issue. I found this link which is in french, but I was able to gleam the following steps:

  1. Go here
  2. Where it says "build / N0000000000000", click the N00000000000
  3. Then look in the file list near the bottom for the archive.
sdellysse
  • 39,108
  • 9
  • 25
  • 24