Reputation: 1555
I just download the Play-Framework 2.0 and i'm trying to create a new project. Fine till here but as soon as I enter the folder and type the command play in the command line it wont get passed the "Loading project definitions form"
here's what i see on my console:
D:\Play tests\test2>play
Getting org.scala-tools.sbt sbt_2.9.1 0.11.2 ...
:: retrieving :: org.scala-tools.sbt#boot-app
confs: [default]
37 artifacts copied, 0 already retrieved (7324kB/204ms)
[info] Loading project definition from D:\Play tests\test2\project
i can't find anyone with the same problem.
i'm have windows 7, java jdk1.7.0_03 and i've used play-framework 1.2.4 (i've changed the path to the 2.0 version)
Upvotes: 2
Views: 1549
Reputation: 1555
Solved the problem, it appears that if play-framework tryed to download a file and was unable to get it and wouldn't timeout. The problem in my case was that i'm at my college's department and for some reason it was blocking the connection. I changed my connection to the wireless connection and its all fine now.
Ty for the help anyway
Upvotes: 2