- 
    
Bug
 - 
    Resolution: Unresolved
 - 
    
Minor
 - 
    None
 - 
    Windows 7 Pro SP1 64 bit
NAnt 0.90 (Build 0.90.3780.0; release; 08.05.2010)
Jenjins installed on D:\Jenkins\
no entry in parameter "different workspace path" for all jobs. 
i have updated jenkins from 1.418 to current version (1.428).
and nant plugin from 1.4.1 to 1.4.2
a job with a <space> in the job name now runs into an error running the nant task.
Job name: "Test job"
nant options: 
    Nant Build File: "$WORKSPACE\build\test.build" (with ")
    Targets: compileFiles
error:
invalid character in path -> 
    BUILD FAILED
    "D:\Jenkins\jobs\Test:
    Error loading buildfile.
        Illegales Zeichen im Pfad.
when i replace the <space> with underline:
    BUILD FAILED
    "D:\Jenkins\jobs\Test_job\workspace\build\test.build":
    Error loading buildfile.
        Illegales Zeichen im Pfad.
when i remove the quotation marks in the nant options:
    BUILD FAILED
    D:\Jenkins\jobs\Test:
    Error loading buildfile.
        Die Datei "D:\Jenkins\jobs\Test" konnte nicht gefunden werden.
when i replace the job with underline + remove the quotation marks in the nant options:
    works!
is the job name allowed to contain a <space>? how should i set up the job + nant task?
i have a different job using "xsltproc.exe". It can't handle a space in the path name (Or i don't handle the path correct in my skript). So i used there job names without spaces (replaced by underline). Is this the way to be done?