- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Eclipse Galileo, AJDT, Scala Eclipse plugin 2.7.5
Mon, 2009-07-06, 16:43
Hello,
sorry if this is a known issue:
I am not able to install the AJDT verion for Eclipse Galileo if the
Scala-Eclipse plugin is isntalled.
I get the following error:
Cannot complete the install because of a conflicting dependency.
Software being installed: AspectJ Development Tools
2.0.1.e35x-20090704-2000 (org.eclipse.ajdt.feature.group
2.0.1.e35x-20090704-2000)
Software currently installed: Scala Eclipse Plugin 2.7.5.final
(ch.epfl.lamp.sdt.feature.group 2.7.5.final)
Only one of the following can be installed at once:
JDT Weaving 2.0.1.e35x-20090704-2000
(org.eclipse.contribution.weaving.jdt 2.0.1.e35x-20090704-2000)
JDT Weaving 1.6.4.20090313172428 (org.eclipse.contribution.weaving.jdt
1.6.4.20090313172428)
Cannot satisfy dependency:
From: Scala Eclipse Plugin 2.7.5.final (ch.epfl.lamp.sdt.feature.group
2.7.5.final)
To: org.eclipse.contribution.weaving.jdt [1.6.4.20090313172428]
Cannot satisfy dependency:
From: AspectJ Development Tools 2.0.1.e35x-20090704-2000
(org.eclipse.ajdt.feature.group 2.0.1.e35x-20090704-2000)
To: org.eclipse.contribution.weaving.jdt [2.0.1.e35x-20090704-2000]
Will the Scala plugin work with the new AJDT libs?
Thanx in advance for any help,
Michael
Tue, 2009-07-07, 12:57
#2
Re: Eclipse Galileo, AJDT, Scala Eclipse plugin 2.7.5
Hello Miles,
thanx for the tip.
unfortunately this is neither working (at least for me).
Now I can't install the Scala Eclipse plugin:
Cannot complete the install because of a conflicting dependency.
Software being installed: Scala Eclipse Plugin 2.7.5.final
(ch.epfl.lamp.sdt.feature.group 2.7.5.final)
Software currently installed: Equinox Aspects 1.0.0.200906171200
(org.eclipse.equinox.weaving.feature.group 1.0.0.200906171200)
Only one of the following can be installed at once:
WeavingService Plug-in (Incubation) 1.0.0.200906171200
(org.eclipse.equinox.weaving.aspectj 1.0.0.200906171200)
WeavingService Plug-in (Incubation) 1.0.0.200902241436
(org.eclipse.equinox.weaving.aspectj 1.0.0.200902241436)
Cannot satisfy dependency:
From: Scala Eclipse Plugin 2.7.5.final (ch.epfl.lamp.sdt.feature.group
2.7.5.final)
To: org.eclipse.equinox.weaving.aspectj [1.0.0.200902241436]
Cannot satisfy dependency:
From: Equinox Aspects 1.0.0.200906171200
(org.eclipse.equinox.weaving.feature.group 1.0.0.200906171200)
To: org.eclipse.equinox.weaving.aspectj [1.0.0.200906171200]
JDT Weaving is disabled in the Eclipse preferences.
For me the Scala plugin is more important so I will forget about AJDT for
the moment...
Thanx again,
Michael
Miles Sabin wrote:
>
> On Mon, Jul 6, 2009 at 4:43 PM, delasoul wrote:
>> sorry if this is a known issue:
>> I am not able to install the AJDT verion for Eclipse Galileo if the
>> Scala-Eclipse plugin is isntalled.
>
> Install AJDT first, then when installing the Scala IDE make sure you
> leave the "JDT Weaving" feature unchecked ... the Scala IDE will use
> the instance of that feature from AJDT rather than it's own.
>
> Cheers,
>
>
> Miles
>
Wed, 2009-07-08, 11:27
#3
Re: Eclipse Galileo, AJDT, Scala Eclipse plugin 2.7.5
delasoul writes:
>
>
> Hello Miles,
>
> thanx for the tip.
> unfortunately this is neither working (at least for me).
> Now I can't install the Scala Eclipse plugin:
I've tried many ways to get the Scala 2.7.5 and the new AJDT 2 working on
Galileo. I already tried the method suggesed by Miles and it doesn't work, as
the 2.7.5 Scala plugin won't work with the version of eclipse weaving installed
with AJDT2 (the new Galileo version of AJDT). Likewise AJDT2 won't work with the
version of eclipse weaving installed with the 2.7.5 Scala plugin.
I tried using the dropins folder as well as the P2 installation methods and
there was no way I could get both AJDT and Scala both installed and functional.
A fully Galileo-compatible version of the 2.7.5 plugin would benefit the
community until 2.8 is available.
I haven't tried building it myself against the AJDT2.0 on Galileo as I don't
have access to a sufficiently powerful machine to do the build.
Wed, 2009-07-08, 11:57
#4
Re: Re: Eclipse Galileo, AJDT, Scala Eclipse plugin 2.7.5
On Wed, Jul 8, 2009 at 11:23 AM, Porter Ricks wrote:
> I've tried many ways to get the Scala 2.7.5 and the new AJDT 2 working on
> Galileo. I already tried the method suggesed by Miles and it doesn't work, as
> the 2.7.5 Scala plugin won't work with the version of eclipse weaving installed
> with AJDT2 (the new Galileo version of AJDT). Likewise AJDT2 won't work with the
> version of eclipse weaving installed with the 2.7.5 Scala plugin.
Hmm ... if you can live with one of the 1.7.0 AJDT builds you should be OK.
Cheers,
Miles
Wed, 2009-07-08, 14:17
#5
Re: Eclipse Galileo, AJDT, Scala Eclipse plugin 2.7.5
>
> Hmm ... if you can live with one of the 1.7.0 AJDT builds you should be OK.
>
> Cheers,
>
> Miles
>
Miles
Thanks for the tip - it works!
I used ajdt_1.7.0.20090513085548_archive.zip from the AJDT downloads.
cheers
Porter
On Mon, Jul 6, 2009 at 4:43 PM, delasoul wrote:
> sorry if this is a known issue:
> I am not able to install the AJDT verion for Eclipse Galileo if the
> Scala-Eclipse plugin is isntalled.
Install AJDT first, then when installing the Scala IDE make sure you
leave the "JDT Weaving" feature unchecked ... the Scala IDE will use
the instance of that feature from AJDT rather than it's own.
Cheers,
Miles