Results 1 to 4 of 4

Thread: Doesn't STS support the "dropins" folder?

  1. #1
    Join Date
    Jun 2005
    Location
    São Paulo, Brasil
    Posts
    86

    Default Doesn't STS support the "dropins" folder?

    I'm trying to install a plugin that doesn't provide an update site (ER Master). In "plain" Eclipse, I can copy the plugin's JAR to $ECLIPSE_HOME/dropins/ and it will be picked up on startup.

    In STS, I copied the exact same JAR to dropins/ but STS didn't pick it up. Following the instructions on Eclipsepedia's "Debugging dropins"[1], I created a .options file and started STS with -debug.

    STS found the .options file but not the plugin inside dropins, see attached P2 log[2].

    [1] http://wiki.eclipse.org/Equinox_p2_G...ugging_dropins
    [2] sts-p2-log.txt
    Last edited by dserodio; Jul 10th, 2012 at 02:59 PM.
    Simplicity is prerequisite for reliability. — Edsger W. Dijkstra

  2. #2
    Join Date
    Aug 2008
    Location
    Vancouver, BC
    Posts
    750

    Default

    The dropins folder should be working since STS is based on Eclipse. What plugin are you trying to install?
    Andrew Eisenberg, Ph.D.
    SpringSource, a division of VMware
    SpringSource Tools Team
    More about AJDT, Groovy-Eclipse, and Grails tooling

  3. #3
    Join Date
    Jun 2005
    Location
    São Paulo, Brasil
    Posts
    86

    Default

    I'm trying to install ER Master[1]. I was able to install it on "vanilla" Eclipse 4.2 with the exact same setup (dropins/, .config, etc)

    [1] http://ermaster.sourceforge.net/

  4. #4
    Join Date
    Aug 2008
    Location
    Vancouver, BC
    Posts
    750

    Default

    I was just able to install this into my STS M3 and it appears to be working.

    Make sure that your STS is in a directory that is writable by the current user. Permissions sometimes cause things to go haywire.

    Also, in the longer term, I'd try to convince the owner of this plugin to produce a p2-aware variant of the update site. It is quite simple to do using an ant task or a shell script.

    If the plugin designer needs help ask him/her to post to this forum and I can provide help.
    Andrew Eisenberg, Ph.D.
    SpringSource, a division of VMware
    SpringSource Tools Team
    More about AJDT, Groovy-Eclipse, and Grails tooling

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •