On Wed, Jul 8, 2009 at 6:15 PM, Miles Sabin<
miles@...> wrote:
> On Wed, Jul 8, 2009 at 3:02 PM, Jeppe Nejsum Madsen<
jeppe@...> wrote:
>> I'm trying to run the Scala plugin (2.7.5) in the Eclipse PDE (to hack some
>> JUnit stuff :-), but can't seem to get it to run correctly
>>
>> Reading
http://lampsvn.epfl.ch/trac/scala/wiki/EclipsePlugin it seem it
>> shouldn't be necessary to create a config.ini for Eclipse 3.5?
>
> Nb. the following is *only* relevant to people who want to help out
> with developement of the Scala IDE for Eclipse, not to people who just
> want to use it.
>
> For the development time workspace (ie. the outer, hosting one) that's
> true. Unfortunately you do still need a config.ini for the runtime
> workspace (ie. the inner, hosted one). The section "Creating a
> config.ini file" here,
>
>
http://lampsvn.epfl.ch/trac/scala/wiki/EclipsePluginThat worked (my config.ini already contained a
osgi.framework.extensions, which I commented out)
> Great to hear that you want to work on JUnit integration! If you can
> cope with the pain of the current state of trunk, I'd very much
> appreciate it if you worked there rather than on the 2.7.x branch ...
> it'll make it a lot easier to integrate anything you can contribute to
> the next release.
I'll see what I can do, but don't get your hopes up just yet :-) One
showstopper for using trunk is that afaik, Lift doesn't currently work
with 2.8, which means I will not be running trunk on a regular basis
/Jeppe