1
0
Fork 0
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:
David McKnight 2006-12-07 17:07:35 +00:00
parent 047d99fa77
commit 7ce035576e

View file

@ -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$