I am trying to use the master branch from github(the same occurs with 1.3.x). There is no problem with building but when I try to use the build I get an exception.
First I run play deps --clearcache without any problems. When I run "play run" I get the exception below. Any ideas?
13:13:26,693 INFO ~ Starting /Users/ates/codebase/nsos3
~ com.google.code.gson->gson 2.2.2 (from mavenCentral)
~ net.sf.flexjson->flexjson 2.1 (from mavenCentral)
~ provided->ojdbc14 10.2.0.2 (from provided)
~ provided->jxl 1.0 (from provided)
~ provided->opencsv 2.3 (from provided)
13:13:27,972 INFO ~ Module secure is available (/Users/ates/play-1.3/modules/secure)
Exception in thread "main" play.exceptions.UnexpectedException: Unexpected Error
at play.libs.IO.readContentAsString(IO.java:99)
at play.libs.IO.readContentAsString(IO.java:78)
at play.Play.loadModules(Play.java:740)
at play.Play.init(Play.java:280)
at play.server.Server.main(Server.java:166)
Caused by: java.io.FileNotFoundException: /Users/ates/codebase/nsos3/modules/gson-2.2.2-sources (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:120)
at play.libs.IO.readContentAsString(IO.java:89)
... 4 more