Re: ant wrapper script testing

2016-10-13 Thread Jeff Adamson
Things I found out/rediscovered during experiments: `echo` bash built-in modifies the input (escape interpretation, trailing newline) and not all versions have options to suppress those behaviors. Using printf instead to get a "clean" echo. `sed` on mac does not support group-0 referen

RE: ant wrapper script testing

2016-10-13 Thread Martin Gainty
MG>please see quick comment below Subject: Re: ant wrapper script testing To: dev@ant.apache.org From: jwadam...@us.ibm.com Date: Thu, 13 Oct 2016 09:53:19 -0400 Things I found out/rediscovered during experiments: `echo` bash built-in modifies the input (escape interpretation, trailing newline)