Hello, i have trouble building with bamboo version 5.7.2.
I suspect the problem is with a path to "Program Files/..." but i cant find the exact place of the error.
"Could not find test result reports in the C:\company\bamboo-home\xml-data\build-dir\company-company-JOB1 directory.
BUILD FAILED
Target "Files" does not exist in the project "company6 Build".
Total time: 0 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8"
Could it be the -Djava.io.tmpdir that has no citation marks that causes the build to fail?
C:\company\apache-ant-1.9.4\bin\ant.bat -Djava.io.tmpdir=C:\Program Files\Bamboo\temp\company-company-JOB1 -f build.xml
Hi @Erik Boman,
Yes you're correct. The marks around -Djava.io.tmpdir="" is what is causing the error.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can try changing the path of tmpdir or specifying the same path with double quotes.
<bamboo-agent-home>/conf/wrapper.conf
Adding an additional line. For example:
wrapper.java.additional.3=-Djava.io.tmpdir="E:\temp\"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I do not have a wrapper.conf file, as i understand the setenv.bat file should be the equivalent. Can i set the tmpdir there aswell?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.