Unexpected line "" encountered in build load rules
![]()
In one of the the project, we are trying to use the load rule file to define how the component should be loaded.
However, when requesting a build using this load rule file, it fails with the following message:
*****
com.ibm.team.repository.common.TeamRepositoryException: Unexpected line
?xml version="1.0" encoding="UTF-8"? encountered in build load
rules for component "EKC-6xxSrc"
*****
|
One answer
![]()
This message is seen when the RTC server version is at a higher level and the RTC build system toolkit is at a lower version.
In our case, the RTC server was at 4.0.1 version and the RTC-BuildSystem-Toolkit version 3.0.1.3.
After installing the RTC-BuildSystem-Toolkit version 4.0.1 and trying to load the component using the load rule file during a build worked just fine.
|