How to use special command line characters in ant? -


good morning,

i trying call create-job task of jenkins-cli right ant. problem is, ant won't let me use "<" char.

here try do: jenkins-cli -s http://localhost:8080/ create-job < path/to/build.xml dummy

is there way this? in advance!

ant buildfiles xml, need use either entity or escape sequence. entity need &lt;

here's other predefined xml entities.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

qt - Errors in generated MOC files for QT5 from cmake -