Hello together!
I made a build-script in Finalbuilder for the CoreCompile target, which works well. I added a second script for the AfterEndToEndIteration (I also tried AfterDropBuild), which will be executed successfully, but fails the overall build process with the following error in the BuildLog.Txt:
"c:\tfstemp\EDE\EDE_Development\BuildType\TFSBuild.proj" (EndToEndIteration target) (1) ->
(AfterDropBuild target) ->
c:\tfstemp\EDE\EDE_Development\BuildType\TFSBuild.proj(205,5): error : Failed to copy FinalBuilder project/log files to \\devl-build\tfs\EDE_Development_20091222.3\FinalBuilder : Data at the root level is invalid. Line 1, position 1.
The first script will do the actual build work and prepares the files in the drop location. The second script will ZIP the drop folder to another location and writes an aditional INI file into the target location (not the drop folder).
Inside the $DropFolder$\FinalBuilder folder, I can see the log file of the previous executed script, but not the second one. Only the project file of the second script was copied (as well as the first one).
Does anyone have an idea, why copying the log file would fail?
Kind regards,
Marco Heine...