build.exe: error running tests for Delphi XE

Issue #9 resolved
Aleksey Timohin created an issue

When I pick Delphi XE and compile and run tests for it I get error in Build.exe:

Debugger Exception Notification

Project Build.exe raised exception class ECommandLineException with message 'Failed to create the process: "F:\Work\Delphi\VCL\spring4d\Tests\Bin\DelphiXE\Spring.Tests.exe".'.

Break Continue Help

MsBuild console shows the following error: C:\Program Files (x86)\Embarcadero\RAD Studio\8.0\Bin\CodeGear.Delphi.Ta rgets(188,5): error : Source\dUnit\FMXTestRunner.pas(6) Fatal: F1026 File not fo und: 'System.SysUtils.dcu' Done building target "_PasCoreCompile" in project "Spring.Tests.DelphiXE.dpr oj" -- FAILED.

Done building project "Spring.Tests.DelphiXE.dproj" -- FAILED.

Build FAILED. C:\Program Files (x86)\Embarcadero\RAD Studio\8.0\Bin\CodeGear.Delphi.Targets(18 8,5): error : Source\dUnit\FMXTestRunner.pas(6) Fatal: F1026 File not found: 'Sy stem.SysUtils.dcu' 0 Warning(s) 1 Error(s)

Comments (3)

  1. Aleksey Timohin reporter

    Commenting out line FMXTestRunner in 'Source\dUnit\FMXTestRunner.pas', in Spring.Tests.dpr resolves issue

    Please ensure that FMXTestRunner is not included for IDEs that do not have namespaces and FMX support (D2010 & XE).

  2. Log in to comment