AJDT Update Site

View: New views
7 Messages — Rating Filter:   Alert me  

AJDT Update Site

by Ron DiFrango :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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@...
https://dev.eclipse.org/mailman/listinfo/aspectj-users

Re: AJDT Update Site

by Andrew Eisenberg :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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@...> 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@...
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>
_______________________________________________
aspectj-users mailing list
aspectj-users@...
https://dev.eclipse.org/mailman/listinfo/aspectj-users

Re: AJDT Update Site

by Ron DiFrango :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Andrew,

Thanks!  I definitely will raise a bug with them.  In my case, I can uninstall it as ADJT is the priority and Scala was more for my own purposes.


Ron DiFrango
Manager and Architect  |  CapTech Ventures
(804) 855-9196-6308  |  rdifrango@...

On Sep 17, 2009, at 1:58 PM, Andrew Eisenberg wrote:

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@...<mailto:rdifrango@...>> 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@...<mailto:aspectj-users@...>
https://dev.eclipse.org/mailman/listinfo/aspectj-users

_______________________________________________
aspectj-users mailing list
aspectj-users@...<mailto:aspectj-users@...>
https://dev.eclipse.org/mailman/listinfo/aspectj-users

_______________________________________________
aspectj-users mailing list
aspectj-users@...
https://dev.eclipse.org/mailman/listinfo/aspectj-users

Re: AJDT Update Site

by Michael McCray :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

is there a version of AJDT that works with Scala's plugin?  I have tried a couple things, but AJDT seems to win, and Scala breaks after or before the AJDT install with the newest versions of each.  I think they are removing their dependency on the JDT weaving, but I was wondering if an older AJDT would coexist?

Mike

On Thu, Sep 17, 2009 at 1:04 PM, Ron DiFrango <rdifrango@...> wrote:
Andrew,

Thanks!  I definitely will raise a bug with them.  In my case, I can uninstall it as ADJT is the priority and Scala was more for my own purposes.


Ron DiFrango
Manager and Architect  |  CapTech Ventures
(804) 855-9196-6308  |  rdifrango@...

On Sep 17, 2009, at 1:58 PM, Andrew Eisenberg wrote:

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@...<mailto:rdifrango@...>> 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@...<mailto:aspectj-users@...>
https://dev.eclipse.org/mailman/listinfo/aspectj-users

_______________________________________________
aspectj-users mailing list
aspectj-users@...<mailto:aspectj-users@...>



--
Michael D. McCray
Consultant - Technology Partners, Inc.
President - Object Nirvana, Inc.
Maker of
My People Database
- automation for what you do with your friends and family, and a place to store your stories and information.
Website: http://www.mypeopledatabase.com/
Transcendental Beans Database
- an aspect oriented database system,
  the future of data storage
Website: http://www.objectnirvana.com
Open source version: http://transcendentalbeans.dev.java.net/
Tweat Market - Twitter Dating Client
http://www.tweatmarket.com/
Blog: http://aodbms.blogspot.com
Email: mike@...
Twitter: http://twitter.com/seagullmike

_______________________________________________
aspectj-users mailing list
aspectj-users@...
https://dev.eclipse.org/mailman/listinfo/aspectj-users

Re: AJDT Update Site

by Andrew Eisenberg :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I have heard that AJDT 1.6.4 might work but I have not tried it myself
so cannot guarantee.

On Thu, Sep 17, 2009 at 6:51 PM, Michael McCray <mike@...> wrote:

> is there a version of AJDT that works with Scala's plugin?  I have tried a
> couple things, but AJDT seems to win, and Scala breaks after or before the
> AJDT install with the newest versions of each.  I think they are removing
> their dependency on the JDT weaving, but I was wondering if an older AJDT
> would coexist?
>
> Mike
>
> On Thu, Sep 17, 2009 at 1:04 PM, Ron DiFrango
> <rdifrango@...> wrote:
>>
>> Andrew,
>>
>> Thanks!  I definitely will raise a bug with them.  In my case, I can
>> uninstall it as ADJT is the priority and Scala was more for my own purposes.
>>
>>
>> Ron DiFrango
>> Manager and Architect  |  CapTech Ventures
>> (804) 855-9196-6308  |  rdifrango@...
>>
>> On Sep 17, 2009, at 1:58 PM, Andrew Eisenberg wrote:
>>
>> 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@...<mailto:rdifrango@...>>
>> 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@...<mailto:aspectj-users@...>
>> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>>
>> _______________________________________________
>> aspectj-users mailing list
>> aspectj-users@...<mailto:aspectj-users@...>
>> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>>
>> _______________________________________________
>> aspectj-users mailing list
>> aspectj-users@...
>> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>
>
>
> --
> Michael D. McCray
> Consultant - Technology Partners, Inc.
> President - Object Nirvana, Inc.
> Maker of
> My People Database
> - automation for what you do with your friends and family, and a place to
> store your stories and information.
> Website: http://www.mypeopledatabase.com/
> Transcendental Beans Database
> - an aspect oriented database system,
>   the future of data storage
> Website: http://www.objectnirvana.com
> Open source version: http://transcendentalbeans.dev.java.net/
> Tweat Market - Twitter Dating Client
> http://www.tweatmarket.com/
> Blog: http://aodbms.blogspot.com
> Email: mike@...
> Twitter: http://twitter.com/seagullmike
>
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@...
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>
>
_______________________________________________
aspectj-users mailing list
aspectj-users@...
https://dev.eclipse.org/mailman/listinfo/aspectj-users

Re: AJDT Update Site

by Daniel Nedelcu :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Scala team is aware of the conflicting dependency. See ticket
http://lampsvn.epfl.ch/trac/scala/ticket/2327

Dan

----- Original Message -----
From: "Ron DiFrango" <rdifrango@...>
To: <andrew@...>; <aspectj-users@...>
Sent: Thursday, September 17, 2009 9:04 PM
Subject: Re: [aspectj-users] AJDT Update Site


Andrew,

Thanks!  I definitely will raise a bug with them.  In my case, I can
uninstall it as ADJT is the priority and Scala was more for my own purposes.


Ron DiFrango
Manager and Architect  |  CapTech Ventures
(804) 855-9196-6308  |  rdifrango@...

On Sep 17, 2009, at 1:58 PM, Andrew Eisenberg wrote:

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@...<mailto:rdifrango@...>> 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@...<mailto:aspectj-users@...>
https://dev.eclipse.org/mailman/listinfo/aspectj-users

_______________________________________________
aspectj-users mailing list
aspectj-users@...<mailto:aspectj-users@...>
https://dev.eclipse.org/mailman/listinfo/aspectj-users

_______________________________________________
aspectj-users mailing list
aspectj-users@...
https://dev.eclipse.org/mailman/listinfo/aspectj-users



_______________________________________________
aspectj-users mailing list
aspectj-users@...
https://dev.eclipse.org/mailman/listinfo/aspectj-users

Re: AJDT Update Site

by Ron DiFrango :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Great Find!  Thanks!

Ron DiFrango
Manager and Architect  |  CapTech Ventures
(804) 855-9196-6308  |  rdifrango@...

On Sep 18, 2009, at 4:03 AM, Daniel Nedelcu wrote:

Scala team is aware of the conflicting dependency. See ticket
http://lampsvn.epfl.ch/trac/scala/ticket/2327

Dan

----- Original Message -----
From: "Ron DiFrango" <rdifrango@...>
To: <andrew@...>; <aspectj-users@...>
Sent: Thursday, September 17, 2009 9:04 PM
Subject: Re: [aspectj-users] AJDT Update Site


Andrew,

Thanks!  I definitely will raise a bug with them.  In my case, I can
uninstall it as ADJT is the priority and Scala was more for my own purposes.


Ron DiFrango
Manager and Architect  |  CapTech Ventures
(804) 855-9196-6308  |  rdifrango@...

On Sep 17, 2009, at 1:58 PM, Andrew Eisenberg wrote:

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@...<mailto:rdifrango@...>> 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@...<mailto:aspectj-users@...>
https://dev.eclipse.org/mailman/listinfo/aspectj-users

_______________________________________________
aspectj-users mailing list
aspectj-users@...<mailto:aspectj-users@...>
https://dev.eclipse.org/mailman/listinfo/aspectj-users

_______________________________________________
aspectj-users mailing list
aspectj-users@...
https://dev.eclipse.org/mailman/listinfo/aspectj-users



_______________________________________________
aspectj-users mailing list
aspectj-users@...
https://dev.eclipse.org/mailman/listinfo/aspectj-users

_______________________________________________
aspectj-users mailing list
aspectj-users@...
https://dev.eclipse.org/mailman/listinfo/aspectj-users