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

Thread: STS & GGTS 3.0.0 released

  1. #11

    Default

    I installed GGTS 3.0.0.RELEASE some days ago. Now it fails installing updates complaining
    Cannot complete the install because of a conflicting dependency.
    Software being installed: Groovy/Grails Tool Suite 3.0.0.201208091152-RELEASE-e37 (org.springsource.ggts.ide 3.0.0.201208091152-RELEASE-e37)
    Only one of the following can be installed at once:
    Text Editor Framework 3.8.0.v20120523-1310 (org.eclipse.ui.workbench.texteditor 3.8.0.v20120523-1310)
    Text Editor Framework 3.7.0.v20110928-1504 (org.eclipse.ui.workbench.texteditor 3.7.0.v20110928-1504)
    Cannot satisfy dependency:
    From: Java Development Tools UI 3.8.0.v20120524-1551 (org.eclipse.jdt.ui 3.8.0.v20120524-1551)
    To: bundle org.eclipse.ui.workbench.texteditor [3.8.0,4.0.0)
    Cannot satisfy dependency:
    From: JAX-WS DOM Tools 1.0.200.v201109042201-5-F8NAkF7BB7U8PEK8K (org.eclipse.jst.ws.jaxws.dom.feature.feature.grou p 1.0.200.v201109042201-5-F8NAkF7BB7U8PEK8K)
    To: org.eclipse.jdt.ui 0.0.0
    Cannot satisfy dependency:
    From: Eclipse Platform 3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q (org.eclipse.platform.feature.group 3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q)
    To: org.eclipse.ui.workbench.texteditor [3.7.0.v20110928-1504]
    Cannot satisfy dependency:
    From: Groovy/Grails Tool Suite 3.0.0.201208091152-RELEASE-e37 (org.springsource.ggts.ide 3.0.0.201208091152-RELEASE-e37)
    To: org.springsource.ggts.package.feature.group [3.0.0.201208091152-RELEASE-e37]
    Cannot satisfy dependency:
    From: Groovy/Grails Tool Suite Package 3.0.0.201208091152-RELEASE-e37 (org.springsource.ggts.package.feature.group 3.0.0.201208091152-RELEASE-e37)
    To: org.eclipse.jst.ws.jaxws.dom.feature.feature.group 0.0.0
    Cannot satisfy dependency:
    From: Groovy/Grails Tool Suite Package 3.0.0.201208091152-RELEASE-e37 (org.springsource.ggts.package.feature.group 3.0.0.201208091152-RELEASE-e37)
    To: org.eclipse.platform.feature.group [3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q]

  2. #12
    Join Date
    Sep 2008
    Location
    Hamburg, Germany
    Posts
    1,637

    Default

    Hey!

    Did you install GGTS 3.0.0 from the distribution downloads? Or did you install it into an existing Eclipse?
    From the error message it looks like there is a conflict between different Eclipse versions going on. Can you tell me what Eclipse version you used to install and how you installed GGTS then? And what other update sites are active on your installation?

    -Martin
    Martin Lippert
    SpringSource, a division of VMware
    SpringSource Tools Team
    http://www.springsource.com
    http://twitter.com/martinlippert

  3. #13

    Default

    Quote Originally Posted by Martin Lippert View Post
    Hey!
    Can you tell me what Eclipse version you used to install and how you installed GGTS then? And what other update sites are active on your installation?
    -Martin
    I installed a clean GGTS copy decompressing the distribution archive from http://download.springsource.com/rel...nux-gtk.tar.gz
    Then (and maybe this is my fault) I installed some plugins using |File||Import|Install|From existing installation| taking them from the previous STS 2.9 installation. No warning. No alert. No update sites added. Plugins were installed successfully. Then I installed some other plugins (like the fullscreen plugin) that in the meantime I removed just to check if they were responsible for this problem.

    This is the list of currently enabled update sites:
    * http://download.eclipse.org/releases/juno
    * http://dist.springsource.com/release...LS/update/e4.2
    * http://subclipse.tigris.org/update_1.6.x
    * http://subclipse.tigris.org/update_1.8.x
    * http://dist.springsource.com/release...0.RELEASE/e3.7

    UPDATE: I forgot to mention that after the clean install I also added some extensions from the dashboard: namely "gradle support", "subclipse" and the "performance patch for Bug 386070". Installing these extensions seems enough to reproduce the problem... I'll give you more info asap
    Last edited by d_cavestro; Aug 27th, 2012 at 07:58 AM. Reason: additional info about installed extensions

  4. #14

    Default

    @Martin
    Now I'm sure enough: decompressing the distribution archive from http://download.springsource.com/rel...nux-gtk.tar.gz and then installing "Gradle Support" from the Dashboard "Extensions" tab is enough to reproduce the problem.

    I saw installing Gradle support introduces the following components:
    Gradle IDE 3.0.0.201208090949-RELEASE org.springsource.ide.eclipse.gradle.feature.featur e.group
    Gradle Tooling Api 3.0.0.201208090949-RELEASE org.gradle.toolingapi.feature.feature.group


    Please tell me if you need more info.

  5. #15
    Join Date
    Sep 2008
    Location
    Hamburg, Germany
    Posts
    1,637

    Default

    Hey!

    I looked into this in more detail and have identified the issue:
    The extension install item for Gradle pointed to the Eclipse 3.7-based update site and didn't distinguish this depending on the platform that you are running on. This caused this update site to creep in:
    http://dist.springsource.com/release...0.RELEASE/e3.7

    I fixed this and the Gradle extension is now correct and should always install from the correct update site. In case you already installed it from the wrong update site, you should just delete the mentioned update site from the list of available update sites (Preferences -> Install/Update -> Available Update Sites). After that, installing updates should work again.

    HTH,
    Martin
    Martin Lippert
    SpringSource, a division of VMware
    SpringSource Tools Team
    http://www.springsource.com
    http://twitter.com/martinlippert

  6. #16

    Default

    Quote Originally Posted by Martin Lippert View Post
    ... you should just delete the mentioned update site from the list of available update sites (Preferences -> Install/Update -> Available Update Sites). After that, installing updates should work again.
    yes, I've simply disabled http://dist.springsource.com/release...0.RELEASE/e3.7 and now Check for updates give me No updates were found.
    I guess it's right cause I still have both http://download.eclipse.org/releases/juno and http://dist.springsource.com/release/TOOLS/update/e4.2 enabled, so when some updates will be available I should get them with no problem.

    Many thanks
    Davide

  7. #17
    Join Date
    Aug 2012
    Posts
    1

    Default

    Link problem:
    I wanted to download the update site so I can install Grails tools offline inside Eclispe 3.7.2. However the links pointed to Spring tools always:

    2012-08-30_10-54-12.jpg

    That zip does not contain Grails tools
    2012-08-30_12-23-17.jpg

    Is it a wrong link?

  8. #18
    Join Date
    Sep 2008
    Location
    Hamburg, Germany
    Posts
    1,637

    Default

    Hey!

    The link is correct, the archived update sites are combined update sites that should contain everything (all the different pieces of STS and GGTS), but due to a bug in the build script the archive for the 3.0.0 release contains only the pieces from STS, not GGTS.

    I will fix that as soon as possible and will let you know when they fixed zip file is ready for download.
    Sorry for the inconvenience.

    -Martin
    Martin Lippert
    SpringSource, a division of VMware
    SpringSource Tools Team
    http://www.springsource.com
    http://twitter.com/martinlippert

  9. #19
    Join Date
    Sep 2008
    Location
    Hamburg, Germany
    Posts
    1,637

    Default

    Hey!

    I uploaded fixed update site archives. The links should now point to updated files. The CDN might take a while to update those files across all regions. The fixed update site archives are significantly bigger than the old ones, around 180-190MB. So if you still get old versions with something around 120-130MB, you should take the download link, replace "download.springsource.com" with "dist.springsource.com" and download again. That should give you the updated versions.

    HTH,
    Martin
    Martin Lippert
    SpringSource, a division of VMware
    SpringSource Tools Team
    http://www.springsource.com
    http://twitter.com/martinlippert

Posting Permissions

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