[Lift] Re: Scala project in eclipse - showing Java build errors?

2009-07-21 Thread Miles Sabin
On Tue, Jul 21, 2009 at 10:44 AM, Kevin Wright wrote: > Out of curiousity, do you think that the time may be ripe to set up a > scala-ide mailing list with epfl, we seem to be getting more and more > questions raised about it... I'm planning something along those lines ... Cheers, Miles -- M

[Lift] Re: Scala project in eclipse - showing Java build errors?

2009-07-21 Thread Kevin Wright
Excellent :) On Tue, Jul 21, 2009 at 11:01 AM, Miles Sabin wrote: > > On Tue, Jul 21, 2009 at 9:54 AM, Kevin > Wright wrote: > > If so, the wiki needs updating: > > Done, > > http://www.scala-lang.org/node/94 > > If anyone would like to contribute additions or revisions of that > document I wou

[Lift] Re: Scala project in eclipse - showing Java build errors?

2009-07-21 Thread Kevin Wright
Probably best to just forego all support and leave it to the mailing lists, much less stressful that way :p Out of curiousity, do you think that the time may be ripe to set up a scala-ide mailing list with epfl, we seem to be getting more and more questions raised about it... On Tue, Jul 21, 20

[Lift] Re: Scala project in eclipse - showing Java build errors?

2009-07-21 Thread Miles Sabin
On Tue, Jul 21, 2009 at 9:54 AM, Kevin Wright wrote: > If so, the wiki needs updating: Done, http://www.scala-lang.org/node/94 If anyone would like to contribute additions or revisions of that document I would be extremely grateful. Cheers, Miles -- Miles Sabin tel: +44 (0)7813 944 528 s

[Lift] Re: Scala project in eclipse - showing Java build errors?

2009-07-21 Thread Miles Sabin
On Tue, Jul 21, 2009 at 9:54 AM, Kevin Wright wrote: > Can we take this as confirmation that 3.5 is now the recommended eclipse > distro to work against? Yes. > If so, the wiki needs updating: > http://www.scala-lang.org/node/94 > > especially the bit about "(3.5 Milestone releases are not fully

[Lift] Re: Scala project in eclipse - showing Java build errors?

2009-07-21 Thread Kevin Wright
Can we take this as confirmation that 3.5 is now the recommended eclipse distro to work against? If so, the wiki needs updating: http://www.scala-lang.org/node/94 especially the bit about "(3.5 Milestone releases are not fully supported)" -- *Requirements* The recommended (and minimum) vers

[Lift] Re: Scala project in eclipse - showing Java build errors?

2009-07-21 Thread Miles Sabin
On Tue, Jul 21, 2009 at 9:21 AM, Dan Gravell wrote: > Workspace in ~/ and installation in /opt/eclipse-3.4.2. plugins/ and > features/ are writeable to some user I hadn't seen before (no > mnemonic, only a numeric ID), the rest all read only to the user > that's running it. It's the read-only ins

[Lift] Re: Scala project in eclipse - showing Java build errors?

2009-07-21 Thread Dan Gravell
On Jul 20, 10:55 pm, Miles Sabin wrote: > JDT weaving being enabled is your problem. > > What versions of Eclipse and the Scala IDE? 3.4.2 and 2.7.5 > Also is the filesystem layout of your Eclipse install unusual in any > way? Is it read only? Workspace in ~/ and installation in /opt/eclipse-3

[Lift] Re: Scala project in eclipse - showing Java build errors?

2009-07-20 Thread Miles Sabin
On Mon, Jul 20, 2009 at 10:55 PM, Miles Sabin wrote: > JDT weaving being enabled is your problem. Ahem ... JDT weaving *not* being enabled is your problem. Cheers, Miles -- Miles Sabin tel: +44 (0)7813 944 528 skype: milessabin http://www.chuusai.com/ http://twitter.com/milessabin --~--~-

[Lift] Re: Scala project in eclipse - showing Java build errors?

2009-07-20 Thread Miles Sabin
On Mon, Jul 20, 2009 at 10:45 PM, Dan Gravell wrote: > On Jul 20, 10:33 pm, Miles Sabin wrote: >> Is JDT Weaving enabled? > > Dunno, to be honest. It says it's disabled but I've done everything it > suggests to enable it (specifically: manually enabling in the > config.ini file and then the contr

[Lift] Re: Scala project in eclipse - showing Java build errors?

2009-07-20 Thread Dan Gravell
On Jul 20, 10:33 pm, Miles Sabin wrote: > Is JDT Weaving enabled? Dunno, to be honest. It says it's disabled but I've done everything it suggests to enable it (specifically: manually enabling in the config.ini file and then the contradictory advice at http://wiki.eclipse.org/JDT_weaving_features

[Lift] Re: Scala project in eclipse - showing Java build errors?

2009-07-20 Thread Miles Sabin
On Mon, Jul 20, 2009 at 10:08 PM, Dan Gravell wrote: > For the line: package bootstrap.liftweb > > I get the error: Syntax error on token "liftweb", ; expected after > this token > > Which is suggesting to me the JDT is compiling this, rather than the > scala compiler. Is JDT Weaving enabled? Ch