Open jpluimers opened 5 years ago
This was caused by doBuildProject.cmd
which assumes that the IDE has been run at least once, creating an EnvOptions.proj
.
When adding the non-user subset of these options $(BDS)\lib;$(BDSUSERDIR)\Imports;$(BDS)\Imports;$(BDS)\Lib\Indy10;$(BDSCOMMONDIR)\Dcp;$(BDS)\RaveReports\Lib
as the Win32LibraryPath
environment variable a Delphi 2007 issue pops up where part of the path gets a $
prepended.
Fixed that by having the $(BDS)\lib
entry in Win32LibraryPath
twice: crude but workable.
The below error is likely because the units are missing on the search path.
If it is caused by depending on the global library path, then the fix is likely in https://github.com/jpluimers/Conferences/blob/master/2015/20151020-DAPUG-Denmark-Nyborg-Hotel-Hesselet/20151020-Build-process-automation/Continua-CI.md#specify-the-delphilibrarypath-in-msbuild