jaliss / securesocial

A module that provides OAuth, OAuth2 and OpenID authentication for Play Framework applications
http://www.securesocial.ws
Apache License 2.0
1.19k stars 510 forks source link

activator run samples error #578

Closed Cyrille37 closed 8 years ago

Cyrille37 commented 8 years ago

Hi,

Samples failt to run with master branch (https://github.com/jaliss/securesocial/commit/72d1d18050816a346aea13a6af43d6d48291cf59)

xxx/securesocial/samples/java/demo$ activator run
 xxx/securesocial/samples/java/demo/project/plugins.sbt:11: error: not found: value Common
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % Common.playVersion)

It's the same error with the Scala sample.

I found the Common definition in securesocial/project/Common.scala, but do not know how to make it visible from securesocial/samples/java/demo/project/plugins.sbt or securesocial/samples/scala/demo/project/plugins.sbt

Cheers.

Cyrille37 commented 8 years ago

Ok, I've found the special activator command syntax: $ activator 'project javaDemo' run