我正在创建一个多租户客户端移动(Cordova)应用程序。我想在部署时将相应的客户端文件从文件夹复制到项目中。
我正在使用WebStorm IDE进行开发。 Project有一个名为branding的文件夹,其中包含文件夹中的多个客户端特定文件。使用WebStorm,我使用外部工具创建了一个新配置。
要在部署时复制文件,我使用了命令xcopy $FileParentDir$branding\abc\*.* $FileParentDir$www\branding /S /Y
它说cannot run program... CreateProcess error=2, The system cannot find the file specified
答案 0 :(得分:1)
请使用“Parameters
”字段指定xcopy选项 - 将“xcopy
”保留为“Program
”并将“$FileParentDir$\branding\abc\*.* $FileParentDir$\www\branding /S /Y
”移至“Parameters
” 'field