Hello Lily,
Thanks for your response.
As you have mentioned , i followed that and created a build engine and a build definition from the eclipse RTC client.
I also provided the input stream name in the build definition and the location where it should copy the code.
In my case location is - /home/sjain/tmp
Everytime when I am requesting a build from Eclipse RTC or directlly from BF console , it is creating a new folder
under directory /home/sjain/tmp ---
something like this
/home/sjain/tmp/Customer-Application/BUILD_25
When i saw the contents of this directory it has one workspace folder in it and it contains some eclipse jars.
So here is my question.
Qns 1 :My assumption is that my repository code should be copied here from the stream . My stream contains 2 ANT based java projects. Is it a correct assumption ??
Qns2 : When i checked the logs for my first step of the project where i am trying the fetch the code from the repoistory using jbe adapter , i got this message in warning.
OpenJDK Runtime Environment (version 1.6.0_24-b24)274 2/11/14 10:02 AM EXEC Engine Bundle Version:275 2/11/14 10:02 AM EXEC com.ibm.team.build.engine, 3.0.500.v20130502_0139276 2/11/14 10:02 AM EXEC 2014-02-11 10:16:49 [Jazz build engine] Searching for buildResultUUID=default277 2/11/14 10:02 AM EXEC 2014-02-11 10:16:49 [Jazz build engine] The -noComplete argument was specified. The build result will not be completed by JBE.278 2/11/14 10:02 AM EXEC 2014-02-11 10:16:49 [Jazz build engine] Building only the specified participants: "[com.ibm.team.build.jazzscm]"279 2/11/14 10:02 AM EXEC 2014-02-11 10:16:49 [Jazz build engine] Not using a proxy to reach https://ccm.dot.state.ma.us:9443/ccm/280 2/11/14 10:03 AM EXEC 2014-02-11 10:16:55 [Jazz build engine] CRRTC3526W: Warning: The build engine is either not in the repository, or it cannot be accessed by the following user: "saujain". The UUID of the build engine is "default".281 2/11/14 10:03 AM EXEC 2014-02-11 10:16:55 [Jazz build engine] No requests found.282 2/11/14 10:03 AM EXEC 2014-02-11 10:16:55 [Jazz build engine] Exiting JBE after completing single build request, RC=1.283 2/11/14 10:03 AM EXEC CRRTC3529W: The execution of Jazz Build Engine completed with a non-zero return code (RC=1).284 2/11/14 10:03 AM EXEC ENDBFBomPlaceholder1392130975358285 2/11/14 10:03 AM EXEC end [/home/sjain/tmp/Customer-Application/BUILD_25@RMV-EAP-SPR-D01]286 2/11/14 10:03 AM RESULT 0287 2/11/14 10:03 AM INT CRRBF0878I: Env Group '[ADAPTOR]' variable 'Last_Run' set to [].288 2/11/14 10:03 AM INT Finished Block Processing.289 2/11/14 10:03 AM MJC CRRBF1576I: Call JazzJBE adapter and fetch source code completed (0)
I crosschecked my build engine exists in the repository and this is the same user (saujain) that I am using to conenct to RTC.
Can you please help me what I am missing or please let me know if you need any additional information.
Thanks again for your time.