Does not fetch files from repository
I am trying to build the project for the firs time - and the build fails with
======== 013-12-20 13:21:10 [Jazz build engine] 2013-12-20 13:21:10 [Jazz build engine] running on host: eggburger1 2013-12-20 13:21:10 [Jazz build engine] Should build occur? 2013-12-20 13:21:10 [Jazz build engine] Yes: Always build a user initiated request. 2013-12-20 13:21:10 [Jazz build engine] Invoking pre-build participant "com.ibm.team.build.jazzscm" 2013-12-20 13:21:10 [Jazz build engine] Deleting fetch destination "/home/isabuild/TOOLENGINE_2/workspaces/personal" before fetching ... 2013-12-20 13:21:10 [Jazz build engine] Fetching files to fetch destination "/home/isabuild/TOOLENGINE_2/workspaces/personal" ... 2013-12-20 13:21:11 [Jazz build engine] Invoking build participant "com.ibm.team.build.ant" com.ibm.team.build.internal.engine.InvalidPropertyValueException: CRRTC3512E: The location "/home/isabuild/TOOLENGINE_2/workspaces/personal/ISA Tools Build/build.tools.light.xml" referenced by property "com.ibm.team.build.ant.buildFile" does not exist. at com.ibm.team.build.internal.engine.AntBuildParticipant.getBuildFile(AntBuildParticipant.java:456) at com.ibm.team.build.internal.engine.AntBuildParticipant.validateBuildFile(AntBuildParticipant.java:80) ======== None of the files are downloaded (fetched) from the repository on the build engine machine... |
Be the first one to answer this question!
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
Hi,
have you tried manually loading the repository workspace used for the build to the specified location /home/isabuild/TOOLENGINE_2/workspaces/personal, using the workspace owner (= system build user, member of project with appropriate role & license)? I wonder if you would encounter a permission denied.
What version of RTC and what OS are you using for the build machine? Does the build workspace actually flow with a stream that has the desired component "ISA Tools Build" in it with the "build.tools.light.xml" file at the top of component root?
- Arne