or each file, apply the transform
*before* concatenating, not after", then that would work, but as far as
I can see, there isn't. Any ideas?
Rebhan, Gilbert wrote:
Hi,
Summary == ${summary}
gives only the text =
depends:
main:
[echo] Summary == was wrong
BUILD SUC
Gilbert wrote:
Hi,
/]*>(.*?)
should match :
foobar
also with more than one attribute
foobar
foobar is /1 (group 1)
Regards, Gilbert
-Original Message-----
From: George Bills [mailto:[EMAIL PROTECTED]
Sent: Monday, November 27, 2006 6:41 AM
To: Ant Users List
Subject: Re: containsrege
enizer, do I end up getting the entire document? If so, how do I
get only the matching text?
Regex is now: .*?
Thanks for the help, I appreciate it.
Dave Brosius wrote:
.*?
doesn't seem right to me.
what's that's suppposed to do?
probably something like [^<]*
- Origina
I've been trying to use a regular expression and the concat task to pull
summary tables (...) out of a set of test
reports. The reports are all HTML files sitting in ${report.path}. The
task works fine up until I start trying to select output from it with
. Is there something wrong with my regu