- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Re: Experiences with building & running the Scala Eclipse plugin (part 1)
Fri, 2009-02-20, 12:45
Hi Ben,
On Fri, 2009-02-20 at 22:32 +1100, Ben Hutchison wrote:
> > Even though Eclipse.ini might also work, config.ini is cross-platform.
> > Maybe you looked for it in the wrong workspace? I had at first looked at
> > the runtime workspace, but the default location is under the workspace
> > that you're using to build the plugin.
> >
> I suspect we're talking about different things...?
You're right, see below.
> My comment was in
> regard to where to put all all those Eclipse VM args (-Xmx , PermGen
> size, Concurrent GC etc), that the guide mentions early on. Surely
> they're needed to boot Eclipse JVM, before the workspace dir is
> resolved.
I had missed that config.ini was used there and it indeed looks like a
mistake. You mentioned Eclipse.ini for Vista in your previous email, is
the 'E' really capitalised? I was under the impression that it should be
lowercase, but I have never used Vista. In any case, this should be
fixed. I didn't see a way to edit the wiki page otherwise I would do it.
> Im guessing you are referring to the config.ini file in which
> the OSGi and Aspect settings go into?
Indeed.
Ismael