cescoffier / maven-play2-plugin

A Maven Plugin to build Play2 applications
Apache License 2.0
49 stars 41 forks source link

MVN build failure - not enough arguments for method createInvoker #48

Open Naryck opened 8 years ago

Naryck commented 8 years ago

Like in the instruction: created new project (play new, then selected java), added pom.xml (just edited versions, everything else is like in instruction), then mvn clean install. After all I get:

C:\IdeaProjects\Play20\conf\routes:10: not enough arguments for method createInvoker: (implicit hif: play.core.routing.HandlerInvokerFactory[java.util.concurrent.CompletionStage[play.mvc.Result]])play.core.routing.HandlerInvoker[java.util.concurrent.CompletionStage[play.mvc.Result]]. [error] Unspecified value parameter hif. [error] GET /message controllers.AsyncController.message [error] two errors found error Compilation failed