You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 27, 2021. It is now read-only.
The component task does not work on non english commandlines cause the given parameters are locale specific.
echo f | xcopy /y /q "MyHelloWorld.war" "\WorkerRole1\apache-tomcat-7.0.42\webapps\MyHelloWorld.war"
must be
echo d | xcopy /y /q "MyHelloWorld.war" "\WorkerRole1\apache-tomcat-7.0.42\webapps\MyHelloWorld.war"
for german commandlines cause the question in german is:
Ist das Ziel \WorkerRole1\apache-tomcat-7.0.42\webapps\MyHelloWorld.war ein Dateiname
oder ein Verzeichnisname
(D = Datei, V = Verzeichnis)?