Either use an older version of Netbeans or another IDE, or checkout the unsupported 280_port branch from git and mvn clean install.
------------------------------------- carlosayam<carlosa...@gmail.com> wrote: Hi, I followed the instructions here http://wiki.netbeans.org/Scala68v1 to install the 6.8 plugin for Scala. Problem is that the lift-archetype-blank says scala-version 2.7.7. And the netbeans plugin comes with its own version (scala-compiler.jar/ compiler.properties > version.number=2.8.0.r19918-b20091128085106) Whereas the latest - which I installed as per instructions - is 2.8.0.r20436-b20100111020117 Well, I modified the pom.xml generated by the archetype and put the latest available version of scala according to mavensearch.net 2.8.0.r18462-b20090811081019. But when using netbeans to download the Lift classes I'm getting: [ERROR]error: error while loading Loc, Scala signature Loc has wrong version expected: 5.0 found: 4.1 in C:\Documents and Settings\carlos\.m2\repository\net \liftweb\lift-webkit\0.8\lift-webkit-0.8.jar(net/liftweb/sitemap/ Loc.class) <.. among others ..> <.. Hum, the modern nightmare of open source is versioning between IDE, compilers and frameworks ...> I am guessing it's because the Lift framework was compiled against 2.7 and the scala 2.8 compiler doesn't like them. Any ideas on how to move forward? I know some people prefer not to use IDEs, but I want to give it a good try. regards Carlos -- You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to lift...@googlegroups.com. To unsubscribe from this group, send email to liftweb+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.
-- You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to lift...@googlegroups.com. To unsubscribe from this group, send email to liftweb+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.