i am trying to compile a delphi 2010 project with msbuild, without using the RAD Studio Command Prompt. Therefore i created a batch file, setting the environment variables(the ones from rsvars.bat and the user overrides) and then using this command:
msbuild projectNameHere.dproj
giving me the following error:
C:\Program Files (x86)\Embarcadero\RAD Studio\7.0\Bin\CodeGear.Delphi.Targets(136,3): error MSB6003: The specified task executable could not be run. The filename or extension is too long.
any ideas?
thanks in advance