Re: an input for ant arg.

2008-01-10 Thread David Weintraub
What about creating a task with a few ? Loadfile places the content of a file into a property. The acts on the contents of that file. I load the file input.sql into the property ${sql.line}. But, I add three filter chains. The first filters out all lines except the one I am looking for. The secon

Re: an input for ant arg.

2008-01-10 Thread Chuck Holzwarth
: Thank you, Chuck Holzwarth (804) 403-3478 (home) (540) 335-3171 (cell) - Original Message From: Chun Ji <[EMAIL PROTECTED]> To: Ant Users List Sent: Wednesday, January 9, 2008 5:00:06 PM Subject: an input for ant arg. Hi all, I

RE: an input for ant arg.

2008-01-10 Thread Alec Fernandez
Don't for get to use " for the " char and ' for the ' char in your ant source >> -Original Message- >> From: Steve Loughran [mailto:[EMAIL PROTECTED] >> Sent: Thursday, January 10, 2008 5:30 AM >> To: Ant Users List >>

Re: an input for ant arg.

2008-01-10 Thread Steve Loughran
Chun Ji wrote: ... " The error msg is: Element type "arg" must be followed by either attribute specifications, ">" or "/>" So what should I do to solve this issue ? Any comments is welcome! The problem is the second statement has way too m

an input for ant arg.

2008-01-09 Thread Chun Ji
Hi all, I have a file: "input.sql" which contans a line as: " ... where keyp_clientid in (7,32,113,33) --Second Wave .. ", And I need this " (7, 32, 113, 33)" as an input string to excute a java class, and that is command line I use on my linux box, and it works, " java Test `grep "^wher