Build is not happening with JBE
I have creted the the configuration of Bulid engine and defintion. Afer that while giving the build request, i could see that the workspace files are loaded in the path as per "load options" in the build definition. But the engine is not invoking the build command as per the "command line build ". i am seeing the at the Progress is "Fetching file" for long time. Am i missing something? Below is the log file Thanks and Regards Prabhahar --------------------------------------------------------------------------------------------------------------------- -------------------------------------------------------------------------------------------------------------------- 2013-10-15 21:42:50 [Jazz build engine] running on host: INDX780CXTL4BS 2013-10-15 21:42:50 [Jazz build engine] Should build occur? 2013-10-15 21:42:50 [Jazz build engine] Yes: Always build a user initiated request. 2013-10-15 21:42:53 [Jazz build engine] Invoking pre-build participant "com.ibm.team.build.jazzscm" 2013-10-15 21:42:57 [Jazz build engine] Accepting changes into workspace "pthangam_ford_b562_A040" ... 2013-10-15 21:43:00 [Jazz build engine] Deleting fetch destination "C:\jazz\buildsystem\buildengine\eclipse\Build_Engine" before fetching ... 2013-10-15 21:43:00 [Jazz build engine] Fetching files to fetch destination "C:\jazz\buildsystem\buildengine\eclipse\Build_Engine" ... 2013-10-15 22:14:08 [Jazz build engine] Invoking build participant "com.ibm.team.build.cmdline" Making .... The system cannot find the path specified. Build failed. Exit value was 255.
|
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 Prabhahar,
It seems that this message goes from your build (possibly from make command?)
Try running make command in the location where it is executed by Jazz Build Engine to check how it works.
Krysztof, if the make command fails, shouldn't the build also fail? Why is the build not reporting the failure?
Hi Krzysztof,
Now i can able to invoke my make command after i executed from the JBE location.
i have another question, The JBE build process is passing even the compilation fails with compiler errors. How can i say to JBE on the error in the compilation?
Your comments are very helpful.
Thanks
Prabhahar
Hi Ralph,