This page is no longer maintained — Please continue to the home page at www.scala-lang.org

Setting up eclipse for testing/ modifying trunk

1 reply
normen.mueller
Joined: 2008-10-31,
User offline. Last seen 3 years 8 weeks ago.

He,

I would like to set up my eclipse for testing/ modifying scala.xml@trunk and have already set up my eclipse for compiling scala trunk.

Here is my current project structure:

|- scala@trunk
|- myscala
|- anotherprj

The project "myscala" I want to use to write some test cases and play around with my modifications on the "scala@trunk" project.

My problem is, I don't know how to tell eclipse to use "scala@trunk" for compiling "myscala" rather than the default eclipse scala plug-in library like for "anotherprj".

Can anyone help?

Cheers,

milessabin
Joined: 2008-08-11,
User offline. Last seen 33 weeks 3 days ago.
Re: Setting up eclipse for testing/ modifying trunk

On Thu, Feb 19, 2009 at 11:19 AM, Normen Müller
wrote:
> My problem is, I don't know how to tell eclipse to use "scala@trunk" for
> compiling "myscala" rather than the default eclipse scala plug-in library
> like for "anotherprj".
>
> Can anyone help?

I think the best approach is to do what you would do if you were
working on the Eclipse plugin ... launch a runtime workspace (which
will use your modified compiler and libraries) and work on your test
cases there.

Full details of the setup (for trunk) can be found here,

http://lampsvn.epfl.ch/trac/scala/wiki/EclipsePlugin

Cheers,

Miles

Copyright © 2012 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland