>>
>>
>>
>>
>>
>>
>>
>> Summary == ${summary}
>>
>>
>>
>> gives only the text =
>>
>> depends:
>> main:
>>
CESSFUL
Total time: 407 milliseconds
you have to use \1 and byline=true
Regards, Gilbert
-Original Message-
From: George Bills [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 28, 2006 6:14 AM
To: Ant Users List
Subject: Re: containsregex and concat
Thanks: the regular expression works
SUCCESSFUL
Total time: 407 milliseconds
you have to use \1 and byline=true
Regards, Gilbert
-Original Message-
From: George Bills [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 28, 2006 6:14 AM
To: Ant Users List
Subject: Re: containsregex and concat
Thanks: the regular expression works
D]
Sent: Tuesday, November 28, 2006 7:30 AM
To: Ant Users List
Subject: RE: containsregex and concat
Hi,
i'm still a newbie to ruby, maybe there's a more
elegant solution, you need jruby available for ant
http://dist.codehaus.org/jruby/jruby-bin-0.9.1.tar.gz
given test.txt =
abcd
xyz
wh
uilds ;-)
If needed you can match 1 or 2 or 3 digits with \d{1,3} and so on ...
Regards, Gilbert
-Original Message-
From: George Bills [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 28, 2006 6:14 AM
To: Ant Users List
Subject: Re: containsregex and concat
Thanks: the regular expression
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
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: containsregex
l Message - From: "George Bills" <[EMAIL PROTECTED]>
To:
Sent: Sunday, November 26, 2006 11:47 PM
Subject: containsregex and concat
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
.*?
doesn't seem right to me.
what's that's suppposed to do?
probably something like [^<]*
- Original Message -
From: "George Bills" <[EMAIL PROTECTED]>
To:
Sent: Sunday, November 26, 2006 11:47 PM
Subject: containsregex and concat
I've
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
10 matches
Mail list logo