Thanx for the advice,
Now I'm writing code into eclipse with a project setted up "without
source files to compile"

and after I run jetty I also run a scala:cc on the same project...

Don't works perfectly but in this way I have completion help on my
scala code and a on-the-fly compile of my classes...

This is the better situation that I find.

Andrea

On Nov 27, 8:07 pm, Tim Perrett <[EMAIL PROTECTED]> wrote:
> When it cant find Boot thats usually because there was some duff code
> before the compiller got to compiling Boot.
>
> From the terminal, cd into that directory of your project and do:
>
> mvn clean scala:cc
>
> If you have any errors in your file this wil then be highlighted as
> the compiller daemon runs. It will also compile your files as you save
> them. Im afraid I cant comment on eclipse as im really not familiar
> with it - terminal window and textmate all the way!
>
> HTH
>
> Tim
>
> On Nov 27, 1:07 pm, Acciaio <[EMAIL PROTECTED]> wrote:
>
> > On the other hand also trying to run the same project with "mvn
> > jetty:run" from command line don't works because cannot find
> > bootstrap.liftweb.Boot.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to