[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [aspectj-users] AJDT Update Site
|
- From: Andrew Eisenberg <andrew@xxxxxxxxxxxx>
- Date: Thu, 17 Sep 2009 20:23:53 -0700
- Delivered-to: aspectj-users@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:reply-to:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:content-type:content-transfer-encoding; bh=GQPIVf9iGpSlKhq7P4AP6sQ/7k/Nh9DHYQ7318dJPqY=; b=qT60HKjC4A3GQzQzb/0V8HSn1bFIFTkeRPzqbPrk5Rpgvh4YwgsNF6pURx1ZoOfN+P Po/jyXTSBL1umqGfYpPuuer70Gas9wlGbAjkM0UlMhaShXWwYXMHf39hhf3dXmpZkszQ ZK+cvfZOuDfc7J4akZAYjaeZ5XyxIakSo4OEI=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:reply-to:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=WJIHXlAtSJVYqYRkEkq6nGSn9l9s6lqBf0DLnj1jgmo3JlqcNpmlfNPGL4pS+02sRN r1RQGyfX/t9mnIEMxK872s3IZKhH/TPzUoMHRa5EDJlTzMFhtndg1x2KvpVLxcRbAJsq FCaWRaeZDpNRz4b5ajwnixAL7kUR9Btv5ePRk=
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@xxxxxxxxxxxxxxxxx> 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@xxxxxxxxxxxxxxxxxxx> 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@xxxxxxxxxxxxxxxxxxx
>>
>> 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@xxxxxxxxxxxxxxxxxxx<mailto: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<mailto:aspectj-users@xxxxxxxxxxx>
>> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>>
>> _______________________________________________
>> aspectj-users mailing list
>> aspectj-users@xxxxxxxxxxx<mailto:aspectj-users@xxxxxxxxxxx>
>> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>>
>> _______________________________________________
>> aspectj-users mailing list
>> aspectj-users@xxxxxxxxxxx
>> 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@xxxxxxxxxxxxxxxxx
> Twitter: http://twitter.com/seagullmike
>
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>
>