AW: containsregexp selector Ant 1.6.5

2005-08-04 Thread Jan.Materne
Using HEAD you could use a BSF scripting language with . Maybe you want to send a patch for ;-) ? Jan >-Ursprüngliche Nachricht- >Von: Bill Rich [mailto:[EMAIL PROTECTED] >Gesendet: Freitag, 5. August 2005 08:39 >An: 'Ant Users List' >Betreff: RE: contains

RE: containsregexp selector Ant 1.6.5

2005-08-04 Thread Bill Rich
: containsregexp selector Ant 1.6.5 For catching in several lines you usually have to set a flag ("m" I think). I dont know if you can specify the flag inside the expression. The selector [1] doesnt support specifying flags directly. Jan 0120:if (myRegExp == null) { 0121:

AW: containsregexp selector Ant 1.6.5

2005-08-04 Thread Jan.Materne
xt%2Fplain >-Ursprüngliche Nachricht- >Von: Bill Rich [mailto:[EMAIL PROTECTED] >Gesendet: Freitag, 5. August 2005 07:11 >An: user@ant.apache.org >Betreff: RE: containsregexp selector Ant 1.6.5 > >Thanks Jan, you raise a good point about missing child >classes. I do

RE: containsregexp selector Ant 1.6.5

2005-08-04 Thread Bill Rich
st 04, 2005 9:33 PM To: user@ant.apache.org; [EMAIL PROTECTED] Subject: AW: containsregexp selector Ant 1.6.5 I would catch only ListResourceBundle, write them to file and have any eye on them: - you dont catch imports - you dont catch childs of childs public class MyRB extends LRB01 {...} p

AW: containsregexp selector Ant 1.6.5

2005-08-04 Thread Jan.Materne
gt;Von: Bill Rich [mailto:[EMAIL PROTECTED] >Gesendet: Donnerstag, 4. August 2005 20:13 >An: 'Ant Users List' >Betreff: containsregexp selector Ant 1.6.5 > >Hi All, >I am trying to use a fileset to find all the Java >ListResourceBundle files in a product. I am tryin

containsregexp selector Ant 1.6.5

2005-08-04 Thread Bill Rich
Hi All, I am trying to use a fileset to find all the Java ListResourceBundle files in a product. I am trying to use the following: Works great if "class", "extends", and "ListResourceBundle" are on the same line in a file. If there is a line break in there a