Question

I have a line like :

  <svnbootstrapper LocalWorkingCopy="${projects.dir}/${project.name}" Password="4udr=qudafe$h$&e4Rub" Username="televic-education" />

in my config.xml. Because of special characters in the Password cruisecontrol service won't start. Is there a way to solve this?

Maybe with setting a property? Or escaping characters?

thx, Lieven Cardoen

Was it helpful?

Solution

Replace & with &amp; in the password attribute. I don't know if that's the problem, but it's definitely a problem.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top