Ant: Trimming Properties via Inline Javascript
February 8, 2012
I have had to trim spaces as well as perform other logic (such as parsing the sections of a x.y.z build number) on properties within Ant. Unfortunately, this is not built into Ant. The Ant-contrib library has several methods to doing this, but I had the restriction of not using a third party library. The [...]
0
