microsoft / msopentech-tools-for-intellij

Plugin for easy and fast development to enable developers of Android Apps to connect to Office 365 services and Azure Mobile Services, and developers of Java middleware to connect to Azure compute services
Apache License 2.0
28 stars 34 forks source link

language issue in copy command (`.startup.cmd`) #304

Open lehneres opened 9 years ago

lehneres commented 9 years ago

if not "%SERVER_APPS_LOCATION%" == "\%ROLENAME%" if exist "ROOT.war"\* (echo f | xcopy /y /e /q "ROOT.war" "%SERVER_APPS_LOCATION%\ROOT.war" 1>nul) else (echo f | xcopy /y /q "ROOT.war" "%SERVER_APPS_LOCATION%\ROOT.war" 1>nul) only works in english environments, for german's it should use echo D for the german word for file: "Datei"