我不是很熟悉构建后事件,所以我对程序出了什么问题感到有点困惑。2010年在 Visual Studio 中编译时,我得到了以下结果:
The command "xcopy C:\Users\Me\Path\Foo.bar\Library\dsoframer.ocx C:\Users\Me\Path\Foo.bar\bin\Debug\ /Y /E /D
xcopy C:\Users\Me\Path\Foo.bar\ApplicationFiles C:\Users\Me\Path\Foo.bar\bin\Debug\ /Y /E /D
xcopy C:\Users\Me\Path\url\ C:\Users\Me\Path\Foo.bar\bin\Debug\ /Y /E /D
rmdir /S /Q C:\Users\Me\Path\Foo.bar\bin\Debug\.gwt-tmp" exited with code 4.
程序 出现了运行良好,尽管有这个错误,但我不想只是忽略这个问题,希望没有坏事发生。奇怪的是,这一行开始时只有一个命令(第一个 xcopy) ,但随着我继续编译项目(修复其他问题,主要是引用) ,错误消息越来越大。知道是怎么回事吗?
编辑: 以下是似乎正在失败的后期构建事件——
xcopy $(ProjectDir)Library\dsoframer.ocx $(TargetDir) /Y /E /D
xcopy $(ProjectDir)ApplicationFiles $(TargetDir) /Y /E /D
xcopy $(SolutionDir)com.myUrl.gwt\www $(TargetDir) /Y /E /D
rmdir /S /Q $(TargetDir).gwt-tmp