prpcServiceUtils error malformed properties file generated in Windows system
I am trying to use prpcServiceUtils to automate deployments. My build server is windows 10. The issue I am facing is that whenever the .properties file is generated the rest url is wrong:
jenkins-PegaExport1-12.pega.rest.server.url=http\://localhost\:8080/prweb/PRRestService/
Wherever there is a colon (:) it is replaced by \:
Seems to be an encoding issue to me . In prpcServiceUtilsWrapper.xml "propertyfilegenerator" class from prdeploy.jar is being used which is responsible for creating the .properties file using the exportprops ant command.
Is there any working around for this issue? Maybe it is a text encoding issue and chaning some setting on OS or JVM level can resolve this?