XML Validation issues from SSB

Hello Team,
We are building the repo for IIQ the first time on Bitbucket which is Git based. when try to build the war from SSB it is throwing errors during xml validation from almost all custom xml files. But same xml files are importing into IIQ when we do the manual import.

If we skip the xml validation then war is getting build successfully with out any errors.

Error:
[java] There are invalid token(s) in some XML file(s)…
[java] Please check error(s) above to find XML line numbers for invalid token(s)…
[java] Invalid token(s) needs to be fixed manually in order to proceed…

BUILD FAILED
H:\Data\Repository\sts-is-iam-iiq-repo\build.xml:483: The following error occurred while executing this line:
H:\Data\Repository\sts-is-iam-iiq-repo\scripts\build.config.xml:526: XML file validation failed - one or more tokens are missing…

Please guide me on the error.

Thanks,
Swapna

This error is most likely caused by missing tokens in your .target.properties. If your XML files contain token placeholders (in the format %%TOKEN_NAME%%), then these are replaced during the build process with the values from the token in the target.properties file