-
Improvement
-
Resolution: Not A Defect
-
Critical
-
None
-
Platform: PC, OS: Windows XP
Building Code Gear Delphi projects (.dproj - MSBuild files) requires APPDATA to be
set to "C:\Documents and Settings\USERNAME\Application Data" otherwise compiler
will throw an error "fatal: F1027 Unit not found: 'System.pas' or binary
equivalents (.dcu)".
I solved it temporary by adding custom env variable to Hudson, but this variable
should be passed by default.
Possibly is related to Windows issue: http://support.microsoft.com/kb/329308.
Simple solution is to explicitly specify APPDATA value as an environment variable.