Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

use Subversion proof build will return error when local change path contain space in path #3751

pureivan ·

use Subversion proof build will return error when local change path contain space

PMEase QuickBuild, 10.0.11

Caused by: java.io.FileNotFoundException: D:\buildagent\workspace\root\Demo\C\xxx 1.txt (system cannot find the specified file。)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(Unknown Source)
at java.io.FileInputStream. (Unknown Source)
at com.pmease.quickbuild.repositorysupport.CheckoutStep.applyLocalChange(CheckoutStep.java:225)

  • replies 3
  • views 1342
  • stars 0
robinshen ADMIN ·

Just tried, and it works at my side. Can you please tell me detail steps to reproduce? Include the example svn repository layout, as well as repository definition in QuickBuild.

pureivan ·

i think the problem is the Character set. my server is running in windows server 2018 chinese ,
and the qbserver configuration in file conf/wrapper.conf
had set
wrapper.java.additional.4=-Dfile.encoding=UTF-8

my useragent conf/wrapper.conf not set that, and my svn repo path contain chinese Character

when i del this configuration in server side, not see this error.

robinshen ADMIN ·

Thanks for the info. I will check that.