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

Antlib Confusion

2012-05-25 Thread Jonathan Rosenberg
the command line with the -lib argument What am I missing? -- Jonathan Rosenberg Founder & Executive Director Tabby's Place, a Cat Sanctuary http://www.tabbysplace.org/ - To unsubscribe, e-mail: user-unsubscr...@ant.a

Re: propertyfile task issues

2011-12-03 Thread Jonathan Rosenberg
Are you saying that the file is being modified ny Ant? Seems impossible. You view the file just before and after running Ant? On Nov 30, 2011 3:48 PM, "Eric Fetzer" wrote: > I'm lost Stefan. It's a java properties file, but doesn't have the : > escaped when I check it out. Once I run "proper

Re: propertyfile task issues

2011-11-30 Thread Jonathan Rosenberg
Isn't ':' used as an alternative to '=' in properties files? Is that the problem? -- Jonathan Rosenberg Founder & Executive Director Tabby's Place, a Cat Sanctuary http://www.tabbysplace.org/ _ From: Eric Fetzer Sen

Re: Change property value

2011-02-18 Thread Jonathan Rosenberg
You can use the task from the Ant Contrib library: http://ant-contrib.sourceforge.net/tasks/tasks/index.html -- Jonathan Rosenberg Founder & Executive Director Tabby's Place, a Cat Sanctuary http://www.tabbysplace.org/ On Fri, Feb 18, 2011 at 10:27 AM, Stefan Bodew

RE: antcall

2010-10-25 Thread Jonathan Rosenberg
What happens if you echo a constant string, instead of a variable dereference? -- Jonathan Rosenberg Founder & Executive Director, Tabby's Place http://www.tabbysplace.org/ -Original Message- From: ext-simon.stei...@nokia.com [mailto:ext-simon.stei...@nokia.com] Sen

RE: antcall

2010-10-25 Thread Jonathan Rosenberg
How are you "calling" test-1? -- Jonathan Rosenberg Founder & Executive Director, Tabby's Place http://www.tabbysplace.org/ -Original Message- From: ext-simon.stei...@nokia.com [mailto:ext-simon.stei...@nokia.com] Sent: Monday, October 25, 2010 11:42 AM To: user@ant

RE: ant-contrib 1.0b3 broken?

2010-09-07 Thread Jonathan Rosenberg
I had to declare the task via its own to get it to work, -- Jonathan Rosenberg Founder & Executive Director Tabby's Place http://www.tabbysplace.org -Original Message- From: Jacob Beard [mailto:jbea...@cs.mcgill.ca] Sent: Tuesday, September 07, 2010 8:47 PM To: user@ant.a

RE: Set property using part of a filename

2010-08-12 Thread Jonathan Rosenberg
I would use the task from ant-contrib: -- Jonathan Rosenberg Founder & Executive Director, Tabby's Place http://www.tabbysplace.org/ -Original Message- From: Bailey, Darragh [mailto:dbai...@hp.com] Sent: Thursday, August 12, 2010 2:32 PM To: Ant Users List Subject: Set prope

RE: Problem with Ant pathconvert and paths with spaces

2010-07-23 Thread Jonathan Rosenberg
How about ? -- Jonathan Rosenberg Founder & Executive Director, Tabby's Place http://www.tabbysplace.org/ -Original Message- From: Bailey, Darragh [mailto:dbai...@hp.com] Sent: Friday, July 23, 2010 11:01 AM To: Ant Users List Subject: RE: Problem with Ant pathconvert and p

RE: Problem with Ant pathconvert and paths with spaces

2010-07-23 Thread Jonathan Rosenberg
What happens if you run the build outside of Eclipse? -- Jonathan Rosenberg Founder & Executive Director, Tabby's Place http://www.tabbysplace.org/ -Original Message- From: Bailey, Darragh [mailto:dbai...@hp.com] Sent: Friday, July 23, 2010 9:51 AM To: Ant Users List Subject

RE: [Newbie] Nice way of concatenating files

2010-07-19 Thread Jonathan Rosenberg
How about this (untested): If this isn't correct, it should be very close to gthe answer. -- Jonathan Rosenberg Founder & Executive Director, Tabby's Place http://www.t

RE: [Newbie] Nice way of concatenating files

2010-07-19 Thread Jonathan Rosenberg
Ant's task is what you want: http://ant.apache.org/manual/index.html -- Jonathan Rosenberg Founder & Executive Director, Tabby's Place http://www.tabbysplace.org/ -Original Message- From: matt...@jaggard.org.uk [mailto:matt...@jaggard.org.uk] On Behalf Of Matthe