Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: Loss of Gradle import functionality when eclipse is copied to a new machine

  1. #11
    Join Date
    May 2010
    Posts
    412

    Default

    Hi Sham,

    The errors in your log file seem pretty harmless. (The 'Fatal' error is some Eclipse/STS component trying to parse an empty .xml file somewhere, and it is being very vocal about this. The error is there all the time and not really an indication of a problem).

    Unfortunately this leaves us with little info to diagnose a problem. The logs seems to say everything is ok. But what behavior you are describing seems to suggest that Gradle plugins are just not installed/active.

    At this point I don't really have a good idea on what to do to diagnose it further. I'd recommend just trying to re-install the gradle plugins again, or is there a reason why you can't?

    Kris
    Kris De Volder -- SpringSource

  2. #12
    Join Date
    May 2012
    Location
    Regina, Saskatchewan
    Posts
    8

    Default

    Low Bandwidth & firewall rules does not allow me to do so on site. I will have to try again from my home where I got it working in the first place.

  3. #13
    Join Date
    May 2010
    Posts
    412

    Default

    Hi Sham,

    Perhaps the solution for you is to install the Gradle plugins from a zipped up copy of the update site.
    Here's one that you can try to use:
    http://dist.springsource.com/snapsho...updatesite.zip

    To install it go to "Help >> Install New Software". Then click the 'Add' button to add an update site. And add this zip as an update site. You shoyld then be able to install from the zip just like from an update site on the internet.

    Note that this zip is actually a 3.0.0 snapshot build but it should be compatible with 2.9.1 STS (the gradle tooling doesn't have strong ties to any STS specific APIs, just Eclipse 3.7.2 APIs).

    I would give you a pointer to a 2.9.1 version of the zip but I'm not sure where to find it ATM. When I find out I'll update this thread with the info.

    Kris
    Kris De Volder -- SpringSource

  4. #14
    Join Date
    May 2012
    Location
    Regina, Saskatchewan
    Posts
    8

    Default

    Amazingly, that did not work either (at my workplace). I'll also try this zip from home to ensure I'm not going insane. I can't think for a moment how I can be having such problems with a copy of an eclipse that works fine on my home system, yet refuses to work on this system (and have no tangible error log with which I can infer issues from). I'll get back to you.

    Thanks for your attention.

  5. #15
    Join Date
    May 2010
    Posts
    412

    Default

    > ... did not work either

    Frustrating.

    Did you get errors when you tried to install it?

    Kris
    Kris De Volder -- SpringSource

  6. #16
    Join Date
    May 2012
    Location
    Regina, Saskatchewan
    Posts
    8

    Default

    Nothing that was logged, and there were no pop-up errors at all.

Tags for this Thread

Posting Permissions

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