Ошибки проекта Maven и Eclipse Lift - PullRequest
2 голосов
/ 01 октября 2011

Я создал новый проект с помощью мастера m2eclipse и выбрал пустой архетип лифт-паутины. Проект был создан, и я добавил в него природу scala (на данный момент у меня не установлен плагин maven-scala).

Я могу запустить проект, используя цель jetty:run. Тем не менее, у меня все еще есть следующие ошибки, обнаруженные в Eclipse (очистка проекта ничего не сделала):

Description Resource    Path    Location    Type
error while loading Helpers, Scala signature Helpers has wrong version  expected: 5.0  found: 4.1 in C:\Users\Ken\.m2\repository\net\liftweb\lift-webkit\0.8\lift-webkit-0.8.jar(net/liftweb/util/Helpers.class)    first       Unknown Scala Problem
error while loading LiftRules, Scala signature LiftRules has wrong version  expected: 5.0  found: 4.1 in C:\Users\Ken\.m2\repository\net\liftweb\lift-webkit\0.8\lift-webkit-0.8.jar(net/liftweb/http/LiftRules.class)  first       Unknown Scala Problem
error while loading Loc, Scala signature Loc has wrong version  expected: 5.0  found: 4.1 in C:\Users\Ken\.m2\repository\net\liftweb\lift-webkit\0.8\lift-webkit-0.8.jar(net/liftweb/sitemap/Loc.class) first       Unknown Scala Problem
error while loading MainGenericRunner, Scala signature MainGenericRunner has wrong version  expected: 5.0  found: 4.1 in C:\Users\Ken\.m2\repository\org\scala-lang\scala-compiler\2.7.1\scala-compiler-2.7.1.jar(scala/tools/nsc/MainGenericRunner.class)  first       Unknown Scala Problem
error while loading Menu, Scala signature Menu has wrong version  expected: 5.0  found: 4.1 in C:\Users\Ken\.m2\repository\net\liftweb\lift-webkit\0.8\lift-webkit-0.8.jar(net/liftweb/sitemap/Menu.class)  first       Unknown Scala Problem
Plugin execution not covered by lifecycle configuration: org.scala-tools:maven-scala-plugin:2.15.2:compile (execution: default, phase: compile) pom.xml /first  line 76 Maven Project Build Lifecycle Mapping Problem
Plugin execution not covered by lifecycle configuration: org.scala-tools:maven-scala-plugin:2.15.2:testCompile (execution: default, phase: test-compile)    pom.xml /first  line 76 Maven Project Build Lifecycle Mapping Problem

Вот скриншот ошибок (может быть легче прочитать, нажмите на изображение для полного размера):

Errors

Кто-нибудь знает, что здесь происходит? Есть предложения?

Дополнительная информация:

При запуске проекта появляются следующие предупреждения:

[WARNING] 
[WARNING] Some problems were encountered while building the effective model for com.kpthunder.lift:first:war:0.0.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.mortbay.jetty:maven-jetty-plugin is missing. @ line 87, column 15
[WARNING] 'build.plugins.plugin.version' for net.sf.alchim:yuicompressor-maven-plugin is missing. @ line 95, column 15
[WARNING] 'build.plugins.plugin.version' for org.scala-tools:maven-scala-plugin is missing. @ line 72, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-eclipse-plugin is missing. @ line 109, column 15
[WARNING] 'reporting.plugins.plugin.version' for org.scala-tools:maven-scala-plugin is missing. @ line 133, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent!

1 Ответ

0 голосов
/ 01 октября 2011

Я новичок в подъеме, но использовал объяснения здесь и смог заставить его работать.

...