SSB build war failed

Hi Team,

We are trying to build SSB war file for syncing the environments however seeing multiple issues, can we bypass this token validation

Hi @sureshbomm,

what do you have on line 502 of build.xml and check you tokens, maybe you something broke the code like a special char

As per the error, please check both the files mentioned after the BUILD FAILED word:

Check those lines if something is missing or some extra character is added.

Hi @sureshbomm ,

Can you look at line 505 build.xml file and line 543 for build.config.xml file see if there any any missing tokens try resolving those tokens

We are getting this error due to special characters “&” , “/” in applications so how can we ignore it

Hi @sureshbomm ,

-Use below escaping characters if these special characters are part of application XML script piece

Character Escape
& ---  &
< ----&lt;
> ---- &gt;
"---- &quot;
' ----&apos;

I see forward slash is already a valid XML

-if these special characters are part of code snippet use
![CDATA] tag to parse

@sureshbomm .

Is it possible to post build.xml from line 500 to 545 by renaming file names. Please don’t rename extension.

So we can verify it.