Re: kicking my butt with something very simple

2014-12-05 Thread Dominique Devienne
On Fri, Dec 5, 2014 at 8:09 PM, Earl Hood wrote: > On Fri, Dec 5, 2014 at 1:04 PM, Dominique Devienne > wrote: > > Strange, I'd have thought the XML parser would choke before you even got > to > > running something. > is one of those reserved characters in XML, that > must > > be replaced with a

Re: Problems parsing @@

2014-12-05 Thread Ryan Payton
Hello, I have filed a bug as I am experiencing this issue in 1.9.4. https://issues.apache.org/bugzilla/show_bug.cgi?id=57317 Thank you! On Thu, Dec 4, 2014 at 11:23 PM, Jan Matèrne (jhm) wrote: > This unit test passes under Ant 1.9.5alpha and 1.9.4. > > > >

Re: kicking my butt with something very simple

2014-12-05 Thread Eric Fetzer
Thanks for all of the replies! I've got it working with: On Friday, December 5, 2014 12:11 PM, Earl Hood wrote: On Fri, Dec 5, 2014 at 1:04 PM, Dominique Devienne wrote: > Strange, I'd have thought the XML parser would choke before you even got to > running something. > is one of

Re: kicking my butt with something very simple

2014-12-05 Thread Earl Hood
On Fri, Dec 5, 2014 at 1:04 PM, Dominique Devienne wrote: > Strange, I'd have thought the XML parser would choke before you even got to > running something. > is one of those reserved characters in XML, that must > be replaced with a "character entity", ">" (w/o the quotes) in this case. No. A

Re: kicking my butt with something very simple

2014-12-05 Thread Dominique Devienne
On Fri, Dec 5, 2014 at 8:04 PM, Dominique Devienne wrote: > There's also a more powerful way to redirect/filter/etc... using > https://ant.apache.org/manual/Types/redirector.html but the above should > do I think. --DD > Note that sorting can be done by the FilterChain: https://ant.apache.org/ma

Re: kicking my butt with something very simple

2014-12-05 Thread Jonathan Rosenberg
It looks like you're trying to redirect output (with >), yes? Remember that redirection is done by a shell, not by the 'sort' command. You need to exec sh or bash, or another shell that handles >. Or, handle the output yourself. Make sense? -- Jonathan Rosenberg Founder & Executive Director Tab

Re: kicking my butt with something very simple

2014-12-05 Thread Stefan Bodewig
On 2014-12-05, Eric Fetzer wrote: > I've tried all I can figure out to try on a simple unix command in > redhat. I can run the command line and it works fine, but ant can't > run it to save its life: > > > > > > > I've tried putting all the args together, putting some of the args

Re: kicking my butt with something very simple

2014-12-05 Thread Dominique Devienne
On Fri, Dec 5, 2014 at 7:41 PM, Eric Fetzer wrote: > > Note that I also tried: > > > > > > > > Which produced: sort: stat failed: >: No such file or directory Strange, I'd have thought the XML parser would choke before you even got to running something. > is one of those reserved c

Re: kicking my butt with something very simple

2014-12-05 Thread Eric Fetzer
Note that I also tried: Which produced: sort: stat failed: >: No such file or directory I'm using ant 1.7.1. Thanks, Eric On Friday, December 5, 2014 11:24 AM, Eric Fetzer wrote: All, I've tried all I can figure out to try on a simple unix command in redhat. I can run the

kicking my butt with something very simple

2014-12-05 Thread Eric Fetzer
All, I've tried all I can figure out to try on a simple unix command in redhat. I can run the command line and it works fine, but ant can't run it to save its life: I've tried putting all the args together, putting some of the args together... If I run it like this, I get "sort: