Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] AJDT Update Site

The scala development tools relies on an old version of the jdt
weaving plugin.  I believe that their update site provides this older
version.  I also believe that they made some small changes to their
version of the plugin.  This old version is not compatible with the
latest version of AJDT.

Unless you uninstall the scala development tools, there is no way to
upgrade AJDT at this point.

I'd recommend that you raise a bug on the scala development tools so
that this incompatibility can be resolved.  Please cc me on any
discussions that you have.  I believe that the solution will require
the sdt to loosen its dependency on jdt weaving so that a later
version can be used.

On Thu, Sep 17, 2009 at 6:14 AM, Ron DiFrango
<rdifrango@xxxxxxxxxxxxxxxxxxx> wrote:
> All,
>
> I have Eclipse 3.4.2 and I went to install ADJT via the update site and here is the error message I got:
>
> Cannot complete the request.  See the details.
> Cannot find a solution where both "org.eclipse.contribution.weaving.jdt [2.0.0.e34x-20090622-2000]" and "org.eclipse.contribution.weaving.jdt [1.6.4.20090313172428]" are satisfied.
> Cannot find a solution where both "org.eclipse.contribution.weaving.jdt [2.0.0.e34x-20090622-2000]" and "org.eclipse.contribution.weaving.jdt [1.6.4.20090313172428]" are satisfied.
> Cannot find a solution where both "org.eclipse.contribution.weaving.jdt [2.0.0.e34x-20090622-2000]" and "org.eclipse.contribution.weaving.jdt [1.6.4.20090313172428]" are satisfied.
> Cannot find a solution where both "org.eclipse.contribution.weaving.jdt [2.0.0.e34x-20090622-2000]" and "org.eclipse.contribution.weaving.jdt [1.6.4.20090313172428]" are satisfied.
> Cannot find a solution where both "org.eclipse.contribution.weaving.jdt [2.0.0.e34x-20090622-2000]" and "org.eclipse.contribution.weaving.jdt [1.6.4.20090313172428]" are satisfied.
> Cannot find a solution where both "org.eclipse.contribution.weaving.jdt [2.0.0.e34x-20090622-2000]" and "org.eclipse.contribution.weaving.jdt [1.6.4.20090313172428]" are satisfied.
> Cannot find a solution where both "org.eclipse.contribution.weaving.jdt [2.0.0.e34x-20090622-2000]" and "org.eclipse.contribution.weaving.jdt [1.6.4.20090313172428]" are satisfied.
> Unsatisfied dependency: [org.springframework.ide.eclipse.beans.core 2.2.6.200908051215-RELEASE] requiredCapability: java.package/org.springframework.ide.eclipse.core.java.classreading/0.0.0
> Unsatisfied dependency: [org.jboss.tools.jmx.feature.feature.group 1.0.0.GA-R200903141626-H5] requiredCapability: org.eclipse.equinox.p2.iu/org.jboss.tools.jmx.core/[1.0.0.GA-R200903141626-H5,1.0.0.GA-R200903141626-H5]
> Unsatisfied dependency: [ch.epfl.lamp.sdt.feature.group 2.7.5.final] requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.contribution.weaving.jdt/[1.6.4.20090313172428,1.6.4.20090313172428]
>
> Any thoughts?
>
> Ron DiFrango
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>


Back to the top