[Lift] Re: Eclipse setup

2009-08-07 Thread Steffen Weißmann
See if the following configuration helps you as it solved most of my problems.         http://blog.spiralarm.com/richard/2009/07/using-existing-scala-maven-project-in.html Thanks, works much better now. I create the eclipse project via mvn eclipse:eclipse, import it, remove all src-folders

[Lift] Re: Eclipse setup

2009-08-07 Thread Naftoli Gugenheim
I didn't see the ticket, but I use m2eclipse all the time. What problems is it accused of causing? :) I thought that the command line mvn eclipse:eclipse was dangerous because it changed metadata from outside eclipse! - Miles Sabinmi...@milessabin.com wrote:

[Lift] Re: Eclipse setup

2009-08-07 Thread Naftoli Gugenheim
I don't think I used it to import projects, only to create them or add maven support to them. It's possible that adding and removing natures isn't something that would stick out in my memory, so I can't say whether I needed to or thought that I wouldn't need to. After all if I was using GAE

[Lift] Re: Eclipse setup

2009-08-07 Thread Miles Sabin
On Fri, Aug 7, 2009 at 10:06 PM, Naftoli Gugenheimnaftoli...@gmail.com wrote: I don't think I used it to import projects, only to create them or add maven support to them. It's possible that adding and removing natures isn't something that would stick out in my memory, so I can't say whether

[Lift] Re: Eclipse setup

2009-08-06 Thread Steffen Weißmann
You have two output folders: the Scala IDE = 2.7.5.final only supports one. Use a single default output folder. That helped somehow, at least in the Boot.scala file it was pretty much ok. But the other files were no better. For instance, clicking on MetaProtoUser still opens Object.java

[Lift] Re: Eclipse setup

2009-08-06 Thread Miles Sabin
On Thu, Aug 6, 2009 at 9:44 PM, Steffen Weißmannsteffen.weissm...@googlemail.com wrote: I guess several people are developing lift projects with eclipse, so I hope there is a chance to get it working. Is there any configuration (Eclipse version+plugin versions+project setup) that is known to

[Lift] Re: Eclipse setup

2009-08-06 Thread Jonathan A Ferguson
See if the following configuration helps you as it solved most of my problems. http://blog.spiralarm.com/richard/2009/07/using-existing-scala-maven-project-in.html Cheers Jono On 07/08/2009, at 6:44 AM, Steffen Weißmann wrote: You have two output folders: the Scala IDE =

[Lift] Re: Eclipse setup

2009-08-06 Thread jon
I've found that simply closing all the open files and re-opening fixes some quirks. I'm using eclipse 3.5, IAM .10, scala 2.7.5, and javarebel-plugin 1.0.3 with javarebel 2.0.2b Is anyone else using javarebel with eclipse? I just run RunWebApp as a scala Application from within eclipse with

[Lift] Re: Eclipse setup

2009-08-05 Thread Miles Sabin
On Wed, Aug 5, 2009 at 10:21 PM, steffen.weissmannsteffen.weissm...@googlemail.com wrote: I have trouble with getting started with lift in eclipse. In my project, created from lift-archetype-basic 1.1-SNAPSHOT, i have all the lift jars with attached sources (all in the maven repository) under

[Lift] Re: Eclipse setup

2009-08-05 Thread Steffen Weißmann
Can you show me the contents of your .project and .classpath files. Both files attached. Thanks for looking into it... On Wed, Aug 5, 2009 at 11:34 PM, Miles Sabinmi...@milessabin.com wrote: On Wed, Aug 5, 2009 at 10:21 PM, steffen.weissmannsteffen.weissm...@googlemail.com wrote: I have

[Lift] Re: Eclipse setup

2009-08-05 Thread Miles Sabin
On Wed, Aug 5, 2009 at 10:39 PM, Steffen Weißmannsteffen.weissm...@googlemail.com wrote: Can you show me the contents of your .project and .classpath files. Both files attached. Thanks for looking into it... OK, you have two problem here (which are Scala IDE bugs, so I was a bit harsh on