빌드 후 이벤트에 익숙하지 않기 때문에 프로그램에서 무엇이 잘못되었는지 약간 혼란 스럽습니다. Visual Studio 2010에서 컴파일 할 때 다음을 얻습니다.
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
Administrator privileges
. 특정 위치에 복사하려면 관리자 권한이 필요합니다.