- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Setting up eclipse for testing/ modifying trunk
Thu, 2009-02-19, 12:19
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,
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