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
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)?
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)?