ApacheCon CFP closing soon (11 February)

2017-01-18 Thread Rich Bowen
Hello, fellow Apache enthusiast. Thanks for your participation, and interest in, the projects of the Apache Software Foundation. I wanted to remind you that the Call For Papers (CFP) for ApacheCon North America, and Apache: Big Data North America, closes in less than a month. If you've been puttin

Re: Wrapper Scripts Once Again

2017-01-18 Thread Stefan Bodewig
On 2017-01-18, Christopher BROWN wrote: > I could try using it on Mac. How should I go about testing? Many thanks. By now I've reverted the changes as they didn't help the situation with the pre-POSIX sh on Solaris 10 at all. Stefan

Re: Wrapper Scripts Once Again

2017-01-18 Thread Christopher BROWN
Hello, I could try using it on Mac. How should I go about testing? -- Christopher On 9 January 2017 at 18:55, Stefan Bodewig wrote: > Hi all > > we've been told the wrapper script is still causing issues on (at least > some versions of) Solaris. I've modified the script to remove all > back

Re: New PropertyHelper to Easily Add Colors to Ant Output

2017-01-18 Thread Christopher BROWN
Hi, Is there a way to detect if Ant is running on a compatible terminal? For example, I sometimes forward Ant's output to a text file, such as "ant sometarget > sometarget.txt"; in such cases, I'd prefer not to include escape codes. Thanks, Christopher On 16 January 2017 at 08:29, Jan Matèrne