-
Bug
-
Resolution: Fixed
-
Minor
-
fxcop-runner 1.1
Windows 2008 R2
Java version 1.7
The Assembly Files textbox is preventing spaces in my path name from working. This plugin is set for new-line AND space???
I’ve tried everything to get this line recognized as one path, but it keeps breaking it up.
$workspace\V12345l
Mee\Server\LI.WebServer\bin\LI.WebServer.dll
Causing (in log):
- Could not load file: 'c:..
- Could not load file: 'Mee..
I cannot change the path structure of these projects. They have spaces. Ideally I wished this plugin only used new-line for multiple assemblies.
I did find a way to add a global variable (via Manage Jenkins>Environment Variables), called it ADDSPACE then added to my path as %ADDSPACE% wherever I need a space for FXcop