-
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.
[JENKINS-26902] FxCop-Runner The Assembly Files textbox is preventing spaces in my path name from working.
Component/s | New: fxcop-runner-plugin [ 17571 ] | |
Component/s | Original: etc [ 18774 ] | |
Key |
Original:
|
New:
|
Project | Original: Infrastructure [ 10301 ] | New: Jenkins [ 10172 ] |
Workflow | Original: jira [ 161080 ] | New: JNJira [ 161082 ] |
Assignee | Original: R. Tyler Croy [ rtyler ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Workflow | Original: JNJira [ 161082 ] | New: JNJira + In-Review [ 196631 ] |
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