mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-27 18:23:22 +02:00
[165891] windows remote part of the fix
This commit is contained in:
parent
047d99fa77
commit
7ce035576e
1 changed files with 3 additions and 0 deletions
|
@ -370,6 +370,9 @@ public class UniversalFileSystemMiner extends Miner implements
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
|
status.setAttribute(DE.A_SOURCE, FAILED);
|
||||||
|
status.setAttribute(DE.A_VALUE, e.getMessage());
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
command = "xcopy " + source + " " + tgt + " /Y /K /O /Q /H"; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
|
command = "xcopy " + source + " " + tgt + " /Y /K /O /Q /H"; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
|
||||||
|
|
Loading…
Add table
Reference in a new issue