need compatible versions for RTC and WMB
2 answers
Hi Narasimha,
According to https://jazz.net/wiki/bin/view/Deployment/CLMSystemRequirements50#D1_Integrations there is no official (tested) integration between RTC and WMB.
Anyway I am not completely sure if your issue is caused by incompatibility between RTC and WMB. Can you please describe your issue (steps you have performed) and provide error message?
According to https://jazz.net/wiki/bin/view/Deployment/CLMSystemRequirements50#D1_Integrations there is no official (tested) integration between RTC and WMB.
Anyway I am not completely sure if your issue is caused by incompatibility between RTC and WMB. Can you please describe your issue (steps you have performed) and provide error message?
Comments
Thank you....
Here are the steps I m performing to generate a BAR file,
1. Created a project in RTC and imported all source files.
2. Shared RTC project into jazz repository
3. Created build engine and build definition
4. I m using ant script to generate BAR.
5. I have given workspace as build engine fetched directory
6. In this scenario...BAR file is not generated
7. If I give workspace as a path for actual source files...it is generating BAR file.
I don't see any error message during build BAR file. Please suggest me solution to achieve this
Thanks & Regards,
Narasimha Rao D.
Hi Narasimha,
I don't think that this is the issue with compatibility between these two tools. What jbe is doing is just fetching source code and executes ant build file. There might be issue with paths in your build definition settings or in your ant file. Review your generated logs file from ant and compare with the one running correctly.
I don't think that this is the issue with compatibility between these two tools. What jbe is doing is just fetching source code and executes ant build file. There might be issue with paths in your build definition settings or in your ant file. Review your generated logs file from ant and compare with the one running correctly.