Re: Multiline regex matches

2010-08-17 Thread Niklas Matthies
Depending on the file syntax, one could also do or replace the linebreaks by (e.g.) whitespace u

Re: Multiline regex matches

2010-08-17 Thread Stefan Bodewig
On 2010-08-17, Niklas Matthies wrote: > On Tue 2010-08-17 at 19:37h, Stefan Bodewig wrote on user: >> On 2010-08-17, Niklas Matthies wrote: >>> If the condition would support resources, I could use that, >>> but it only supports the string attribute. >> Since you are looking at a single file, y

Re: Multiline regex matches

2010-08-17 Thread Niklas Matthies
On Tue 2010-08-17 at 19:37h, Stefan Bodewig wrote on user: > On 2010-08-17, Niklas Matthies wrote: : > > If the condition would support resources, I could use that, > > but it only supports the string attribute. > > Since you are looking at a single file, you can use loadresource to read > it int

Re: Multiline regex matches

2010-08-17 Thread Stefan Bodewig
On 2010-08-17, Niklas Matthies wrote: > I need to fail a build if a certain file doesn't match a certain > multiline regex pattern. I tried somethink like > > > > > > > > >

Multiline regex matches

2010-08-17 Thread Niklas Matthies
Hi, I need to fail a build if a certain file doesn't match a certain multiline regex pattern. I tried somethink like but unfortunately containsregexp doesn't perform