Results 1 to 4 of 4

Thread: Unable to Install Grails Support Due to Dependency Conflict

  1. #1
    Join Date
    Dec 2009
    Posts
    22

    Question Unable to Install Grails Support Due to Dependency Conflict

    Does anyone know how to resolve the following dependency conflict?

    Cannot complete the install because of a conflicting dependency.
    Software being installed: SpringSource Tool Suite Grails Support 2.8.0.201110171000-RELEASE (com.springsource.sts.grails.feature.group 2.8.0.201110171000-RELEASE)
    Software currently installed: Shared profile 1.0.0.1316139734506 (SharedProfile_epp.package.jee 1.0.0.1316139734506)
    Only one of the following can be installed at once:
    Java Development Tools Core 3.7.1.xx-20110929-1800-e37 (org.eclipse.jdt.core 3.7.1.xx-20110929-1800-e37)
    Java Development Tools Core 3.7.0.v_B61 (org.eclipse.jdt.core 3.7.0.v_B61)
    Java Development Tools Core 3.7.1.v_B76_R37x (org.eclipse.jdt.core 3.7.1.v_B76_R37x)
    Object Teams Development Tooling Core 3.7.0.v_OTDT_r200_201106070730 (org.eclipse.jdt.core 3.7.0.v_OTDT_r200_201106070730)
    Object Teams Development Tooling Core 3.7.1.v_OTDT_r201_201109101025 (org.eclipse.jdt.core 3.7.1.v_OTDT_r201_201109101025)
    Cannot satisfy dependency:
    From: Shared profile 1.0.0.1316139734506 (SharedProfile_epp.package.jee 1.0.0.1316139734506)
    To: org.eclipse.jdt.core [3.7.1.v_B76_R37x]
    Cannot satisfy dependency:
    From: Shared profile 1.0.0.1316139734506 (SharedProfile_epp.package.jee 1.0.0.1316139734506)
    To: org.eclipse.jdt.feature.group [3.7.1.r371_v20110810-0800-7z8gFcoFMLfTabvKsR5Qm9rBGEBK]
    Cannot satisfy dependency:
    From: SpringSource Tool Suite Grails Support 2.8.0.201110171000-RELEASE (com.springsource.sts.grails.feature.group 2.8.0.201110171000-RELEASE)
    To: org.codehaus.groovy.eclipse.feature.feature.group 2.0.0
    Cannot satisfy dependency:
    From: Groovy-Eclipse Feature 2.5.2.xx-20110929-1800-e37 (org.codehaus.groovy.eclipse.feature.feature.group 2.5.2.xx-20110929-1800-e37)
    To: org.codehaus.groovy.jdt.patch.feature.group [2.5.2.xx-20110929-1800-e37]
    Cannot satisfy dependency:
    From Patch: org.codehaus.groovy.jdt.patch.feature.group 2.5.2.xx-20110929-1800-e37 Eclipse Java Development Tools 3.7.1.r371_v20110810-0800-7z8gFcoFMLfTabvKsR5Qm9rBGEBK (org.eclipse.jdt.feature.group 3.7.1.r371_v20110810-0800-7z8gFcoFMLfTabvKsR5Qm9rBGEBK)
    To: org.eclipse.jdt.core [3.7.1.xx-20110929-1800-e37]

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

    Default

    You have the Object Team Development Tools installed in your workspace. Due to the way that OTDT and Groovy-Eclipse plugin to the Eclipse Java compiler, it is not possible to have both installed at the same time.

    Furthermore, it looks like you have installed STS in a read-only location (or in C:\Program Files). Your installation must be moved to a writable location before you can install groovy-eclipse.
    Andrew Eisenberg, Ph.D.
    SpringSource, a division of VMware
    SpringSource Tools Team
    More about AJDT, Groovy-Eclipse, and Grails tooling

  3. #3
    Join Date
    Dec 2009
    Posts
    22

    Default

    Quote Originally Posted by Andrew Eisenberg View Post
    You have the Object Team Development Tools installed in your workspace. Due to the way that OTDT and Groovy-Eclipse plugin to the Eclipse Java compiler, it is not possible to have both installed at the same time.

    Furthermore, it looks like you have installed STS in a read-only location (or in C:\Program Files). Your installation must be moved to a writable location before you can install groovy-eclipse.
    I've searched for the OTDT installation on my eclipse, but wasn't able to find it. Do you have any suggestions on how I can find and remove it? Also, did you mean "Grails" when you wrote "Groovy-Eclipse plugin"?

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

    Default

    Hmmm...OTDT may have been a red herring. Maybe it is not installed, but p2 (ie- the install manager) is trying to satisfy dependencies and is seeing if installing OTDT will help with the install, but it doesn't.

    No, I meant groovy-eclipse, which is a prerequisite for grails tooling. I think the root cause of your problem is being installed in a read-only location.
    Andrew Eisenberg, Ph.D.
    SpringSource, a division of VMware
    SpringSource Tools Team
    More about AJDT, Groovy-Eclipse, and Grails tooling

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
  •