You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.