Beim Versuch, die neue Konsole von play 2.0 auszuführen (Eingabe von "play" in cmd) auf Windows aus dem Projektordner (wie vom Framework Web Tutorial angewiesen).
Ich erhalte:
%Vor%Liste geht weiter und weiter ...
Was ist falsch und warum versucht es, auf entfernte Standorte zuzugreifen, wenn ich nur die console / run app benutzen möchte?
Ich hatte das gleiche Problem, ich habe es gelöst, indem ich die letzte Zeile von build.bat
file in play/framework
folgendermaßen geändert habe:
java -Dhttp.proxyUser = MeinProxyAccount -Dhttp.proxyPassword = MyProxyPwd -Dhttp.proxyHost = MyProxyIp -Dhttp.proxyPort = MyProxyPort -Xms512M -Xmx1024M -Xss1M -XX: + CMSClassUnloadingEnabled -XX: MaxPermSize = 256M% DEBUG_PARAM% -Dfile.encoding = UTF8 -Dplay.version="% PLAY_VERSION%" - Dsbt.ivy.home="% ~ dp0 .. \ repository" -Dplay.home="% ~ dp0." -Dsbt.boot.properties="file: ///%p%sbt/sbt.boot.properties" -jar "% ~ dp0sbt \ sbt-launch.jar"% *
Hoffe diese Hilfe.
Ich war über einen Proxy verbunden und hatte keinen Benutzernamen oder kein Passwort. Ich habe die letzte Zeile der build.bat-Datei im play / framework-Ordner zu:
bearbeitetjava -Dhttp.proxyHost = EnterHostNameHere -Dhttp.proxyPort = EingabePortNumberHere -Xms512M -Xmx1024M -Xss1M -XX: + CMSClassUnloadingEnabled -XX: MaxPermSize = 256M% DEBUG_PARAM% -Dfile.encoding = UTF8 -Dplay.version="% PLAY_VERSION % "-Dsbt.ivy.home="% ~ dp0 .. \ repository "-Dplay.home="% ~ dp0. " -Dsbt.boot.properties="file: ///%p%sbt/sbt.boot.properties" -jar "% ~ dp0sbt \ sbt-launch.jar"% *
Hoffe, das funktioniert ..! :)
Tags und Links playframework-2.0