How to put new line in apache ant message
rajeshkumar created the topic: How to put new line in apache ant message How to put new line in Apache Ant echo task and mail task: Answer: line.separator is Java System Properties which can be used for this purpose. Found the solution (tried with Ant 1.7.0): 1. You might wrap the message-texts within the XML…
