mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-25 18:05:33 +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)
|
||||
{
|
||||
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$
|
||||
|
|
Loading…
Add table
Reference in a new issue