6

I recently upgraded from Eclipse (for Java/EE developers, x64) "Indigo" to "Juno". Unluckily the PMD-Plugin (http://marketplace.eclipse.org/content/pmd-eclipse) does not seems to be available for this product.

I was unable to find another way of installing this product into my new eclipse, can anyone help on this issue?

Robert Heine
  • 1,820
  • 4
  • 29
  • 61
  • I opened a ticket at https://sourceforge.net/tracker/?func=detail&aid=3545849&group_id=56262&atid=479924 . Looks like I'm a bit toooo early for this feature. :) – Robert Heine Jul 19 '12 at 11:53

4 Answers4

4

Version for Juno now available.

dda
  • 6,030
  • 2
  • 25
  • 34
  • 2
    Explain your answer - rather than just providing a link... That way, it will be more applicable to far more users. – nickhar Nov 25 '12 at 03:39
  • 1
    Add this Update site to your eclipse: http://sourceforge.net/projects/pmd/files/pmd-eclipse/update-site/ (That is the linke above) – MrSmith42 Mar 05 '13 at 12:23
3

I'm using PMD 3.2.6 with Juno without any difficulties. Have you tried pointing to the "PMD for Eclipse 3" repository? (I upgraded by letting Eclipse upgrade my plugins, but I think that is equivalent to installing from scratch for the purposes of this question.

Jeanne Boyarsky
  • 12,156
  • 2
  • 49
  • 59
  • Ok, so just to be >=100% sure: you suggest using the "PMD for Eclipse 3" repository for an Eclipse 4, which works with your installation? – Robert Heine Jul 22 '12 at 14:59
  • 1
    Right. While I didn't install explicitly (because Eclipse migrated the plugin from Indigo (3.7), it is clearly working in Juno (4.2). At worst, the installer won't like it. But the plugin itself works. So if you get past the installer, you will be set! – Jeanne Boyarsky Jul 22 '12 at 15:37
  • After complaining a lot about ssl-certificates, it worked pretty well. I'll leave the ticket at sourceforge open as well and hope, that PMD will install some day through marketplace. :) – Robert Heine Jul 22 '12 at 16:12
3

I have found the update site for the juno version of the plugin. It is no longer on the old update site. http://sourceforge.net/projects/pmd/files/pmd-eclipse/update-site/

jelle
  • 770
  • 7
  • 26
1

What about installng through a regular Eclipse update site? See http://pmd.sourceforge.net/eclipse/

Tom Seidel
  • 9,525
  • 1
  • 26
  • 38