- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Eclipse plugin - being able to choose Scala compiler / library
Tue, 2010-02-02, 14:46
Hello guys, Milles,
I'm wondering if the possibility to choose the Scala compiler / library
to use with the eclipse plugin is something to be expected (even in a
not near future), something like what SBT is allowing ?
Tue, 2010-02-02, 15:07
#2
Re: Eclipse plugin - being able to choose Scala compiler / lib
You do have SOME leeway if you want to, say, lock down on the 2.8 beta while continuing to track the plugin from trunk.
just delete the plugin-supplied classpath container and add the necessary libraries manually. (I found this helped me when wanting the scala-compiler library available)This is only advised with extreme caution though, as it can sometimes cause problems if the plugin and libs get too far out of sync.
If you want to use the 2.7 library with the 2.8 plugin, you're totally out of luck
On 2 February 2010 13:53, Miles Sabin <miles@milessabin.com> wrote:
--
Kevin Wright
mail/google talk: kev.lee.wright@googlemail.com
wave: kev.lee.wright@googlewave.com
skype: kev.lee.wright
twitter: @thecoda
just delete the plugin-supplied classpath container and add the necessary libraries manually. (I found this helped me when wanting the scala-compiler library available)This is only advised with extreme caution though, as it can sometimes cause problems if the plugin and libs get too far out of sync.
If you want to use the 2.7 library with the 2.8 plugin, you're totally out of luck
On 2 February 2010 13:53, Miles Sabin <miles@milessabin.com> wrote:
On Tue, Feb 2, 2010 at 1:45 PM, Francois <fanf42@gmail.com> wrote:
> I'm wondering if the possibility to choose the Scala compiler / library to
> use with the eclipse plugin is something to be expected (even in a not near
> future), something like what SBT is allowing ?
Yes, sometime, but not likely in the very near future ...
Cheers,
Miles
--
Miles Sabin
tel: +44 (0)7813 944 528
skype: milessabin
http://www.chuusai.com/
http://twitter.com/milessabin
--
Kevin Wright
mail/google talk: kev.lee.wright@googlemail.com
wave: kev.lee.wright@googlewave.com
skype: kev.lee.wright
twitter: @thecoda
On Tue, Feb 2, 2010 at 1:45 PM, Francois wrote:
> I'm wondering if the possibility to choose the Scala compiler / library to
> use with the eclipse plugin is something to be expected (even in a not near
> future), something like what SBT is allowing ?
Yes, sometime, but not likely in the very near future ...
Cheers,
Miles