0

I want to use the Authentication and Authorization module for play 2.0. I follow these instructions to install it.

But when I launch my app i have this error :

not found: type AuthConfig

So I don't know if the error are in my configuration or in the module. Do you have an idea when i have to look to resolve this error.

Thank you for your help

ndeverge
  • 21,378
  • 4
  • 56
  • 85
Lio Lio
  • 26
  • 1
  • 1
  • Did you properly import the AuthConfig trait ? (`import jp.t2v.lab.play20.auth.AuthConfig`) – ndeverge Jun 24 '12 at 18:27
  • yes i import all the classes : import jp.t2v.lab.play20.auth._ but the compiler say : can not found object jp I don't understand, sbt downloads the package but it seem play doesn't see it. – Lio Lio Jun 24 '12 at 21:21

1 Answers1

0

Ok after some more research i found a solution for this problem Thanks to this question

I delete the repository of jp.t2v and it compiles!

Now i have a runtime error on this plugin but that's another question.

Community
  • 1
  • 1
Lio Lio
  • 26
  • 1
  • 1