esse74
24 Sep 2012, 5:38 AM
I set a network path on Settings-Project-Deploy path (like //192.168.1.10/Sencha/Test1) by browse button.
When I made a Deploy of my project I read on running ...
C:\PRJ\Sencha\Test1>xcopy "C:\PRJ\Sencha\Test1" "\192.168.1.10\SENCHA\Test1"
......
And I found my files in c:\192.168.1.10\Sencha\Test1 and not in \\192.168.1.10\Sencha\Test1
In the xcopy parameters of destination folder a '\' is missing!
When I made a Deploy of my project I read on running ...
C:\PRJ\Sencha\Test1>xcopy "C:\PRJ\Sencha\Test1" "\192.168.1.10\SENCHA\Test1"
......
And I found my files in c:\192.168.1.10\Sencha\Test1 and not in \\192.168.1.10\Sencha\Test1
In the xcopy parameters of destination folder a '\' is missing!