Well I have 2.7.3 final installed on command line and used an newer version with the scala-eclipse-plugin, both gave me the same error. The pom has 2.7.3 as a property as it's ne 1.0 archetype... This must be something really simple if i look at the error msg..somehow it doesn't seem to include the scala-compiler.jar. Or is this dependency not used for regular compiling anyway? In the pom there's a commen "for lift console"..so this might be a hint that my scala installation is somehow messed up.
Sorry for the confusing description but i got no clue where to start searching: does the default-scala-runtime compile the files or some internal compiler that is brought in by the maven plugin? On 8 Mrz., 13:11, TylerWeir <[email protected]> wrote: > Which version of scala do you have? > Type "scala -version" on the commandline. > > If you're using Lift 1.0, you'll need scala 2.7.3. > > In your pom.xml file, look for <scala.version>. > > Tyler > > On Mar 8, 4:51 am, johannes <[email protected]> wrote: > > > Hi all, > > > I wanted to get started with lift this week, but after 4 nights of > > struggling with building one of the archetypes (e.g. the helloworld > > example) I don't know any further > > > The error I get always is: > > > [WARNING] Exception in thread "main" java.lang.NoClassDefFoundError: > > scala/tools/nsc/symtab/SymbolTable > > > I first thought it was related to using eclipse, but the error also > > occurs using cli. I used the updated archetype definition found in a > > recent thread here. Any ideas on that? This doesn't seem like the bug > > in this file discussed in another thread here. I also tried multiple > > versions of jetty, though the problems seem to be related to the scala- > > compiler.jar. This jar is in the repository though.... > > > Has anyone encountered a similar problem? > > > Cheers, Johannes > > > P.S.: Where did the first msg go?! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
