Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "PDT/Installation 3.1.x"

< PDT
(Install PDT 3.1.1 Nightly)
Line 13: Line 13:
 
== Install PDT 3.1.1 Nightly ==
 
== Install PDT 3.1.1 Nightly ==
  
'''PDT 3.1 was not released in spite of [https://bugs.eclipse.org/bugs/attachment.cgi?id=216929 PHP Development Tools 3.1 Release Review].'''<br> Since PDT in Juno repository is same as old one in Indigo repository, you need to install PDT from nightly update site. It is not a formal update site, so following description will become outdated anytime in future. Be carefully.
+
PDT 3.1.1 is currently under development and will be released on 28 September, 2012. You can still give it a try to see daily progress in PDT, if you're waiting for specific bugs to be fixed, or you simply like living on the edge! Follow this steps to install it:
  
 
#Open Help-&gt;Install New Software.  
 
#Open Help-&gt;Install New Software.  

Revision as of 02:04, 14 August 2012

PDT 3.1.x / Juno (Eclipse 4.2/3.8)

Install Eclipse

  1. Download Eclipse Classic 4.2 from Eclipse Downloads.
  2. Extract it.
    • (windows) Never install under "Program Files" nor "Program Files (x86)"
  3. Start eclipse and create new workspace.

Install PDT 3.1.1 Nightly

PDT 3.1.1 is currently under development and will be released on 28 September, 2012. You can still give it a try to see daily progress in PDT, if you're waiting for specific bugs to be fixed, or you simply like living on the edge! Follow this steps to install it:

  1. Open Help->Install New Software.
  2. Input http://download.eclipse.org/tools/pdt/updates/3.1.1/nightly in 'Work with' combo-box and click 'Add'.
  3. Click 'OK' on 'Add Repository' dialog.
  4. Wait until contents will appear.
  5. Expand 'PHP Development Tools'.
  6. Check 'PHP Development Tools (PDT) Runtime Feature' on and click 'Next'.
    Screenshot2012-07-18 2038.png
  7. Proceed according to screens.

Install Eclipse Web Developer Tools

Don't forget this process. This is a workaround for the bug of PDT.

  1. Open Help->Install New Software.
  2. Select 'Juno - http://download.eclipse.org/releases/juno' in 'Work with' combo-box.
  3. Wait until contents will appear.
  4. Expand 'Web, XML, Java EE and OSGi Enterprise Development'.
  5. Check 'Eclipse Web Developer Tools' on and click 'Next'.
    Screenshot2012-07-18 2040.png
  6. Proceed according to screens.

Appendix

Update from PDT 3.0.0

If you installed PDT 3.0.0.v201201110400 already from Juno repository, you need to have a bit different steps as below.

  1. Open Help->Install New Software.
  2. Input http://download.eclipse.org/tools/pdt/updates/3.1.1/nightly in 'Work with' combo-box and click 'Add'.
  3. Click 'OK' on 'Add Repository' dialog.
  4. Wait until contents will appear.
  5. Expand 'Uncategorized'.
  6. Check 'PHP Development Tools (PDT) SDK Feature' on and click 'Next'.
    Screenshot2012-07-18 2045.png
  7. Proceed according to screens.

Update from 3.1.1.v201207110312

If you had installed 3.1.1.v201207110312 from nightly update site or pdt-Update-N201207110312.zip, you need to...

  1. Open 'Resource' perspective and close all other perspectives.
  2. Uninstall 3.1.1.v201207110312.
  3. Install new version as described above("Install PDT 3.1.1 Nightly").

Known issues

Back to the top