AutomoationTool file path problem

I built engine from source and share it for my team.

When artist launched project for device, he got an error.

RunUAT.bat ERROR: AutomationTool was
unable to run successfully.

I got a log file, and I found the path( of AutomationTool’s argument ) is not valid.

AutomationTool.Program.Main() file
C:\Mobile\Engine\Source\Programs\AutomationTool\Program.cs

Above path is valid in my machine, but not in other machine.

I tried to find such absolute pathes in my engine and project files, I failed.

How can I solve the problem?

Sorry!!! I realized above path is just symbol’s source path… OTL

Real error log is below.

BuildCommand.Execute: ERROR: BUILD FAILED
Program.Main: ERROR: AutomationTool terminated with exception:
Program.Main: ERROR: Exception in AutomationScripts.Automation: Stage Failed. Missing receipt ‘Prototype-Android-Development.target.xml’. Check that this target has been built.

I added a “Prototype-Android-Development.target.xml” file to SVN repository, and deployment works successfully.

Thanks.