-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor
-
Component/s: msbuild-plugin
-
None
-
Environment:Windows Server 2008, Hudson ran as Windows service, Java 6 Update 20
MSBuild plugin does not support non-english characters in project names. For example, when I want to build a solution named PřílišnýPokus.sln, build fails with
MSBUILD : error MSB1009: Project file does not exist.
Switch: P?¡lisnyProjekt.sln
Finished: FAILURE
Seems like this plugin does not handle Unicode correctly.