Re: Cannot get <alert fileRegExpr> to ever match
Julian Simpson <[email protected]>
| Newsgroups | gmane.comp.java.cruise-control.user |
|---|---|
| Message-ID | <[email protected]> |
On 3 June 2011 00:49, TODD TRIMMER <[email protected]> wrote: I haven't used this feature. > My build log produces modification entries like this: > > <file>//depot/project/branch/db/migration/migrate-2.8.1.sql</file> > <file>//depot/project/branch/db/migration/migrate-2.8.2.sql</file> > > 1. The leading "//" is a Perforce notation. Does this throw off the glob > matching? > It might do. If I were you I'd try writing some Java code to test out the globbing (rules here: http://jakarta.apache.org/oro/api/org/apache/oro/text/GlobCompiler.html) on the p4 entries to see if they match. 2. Can a fileRegExpr match just the last part of a file path, e.g. "*.sql" > would match both files above? Or do I have to give a longer expression, e.g > "*/*.sql" or something similar? > A regular expression can match a longer file path, but IIRC, not a glob. > 3. What if I only wanted to match files under a certain directory? Can I > use "migration/*.sql"? > Not sure. Sorry. Best J. > > > > ------------------------------------------------------------------------------ > Simplify data backup and recovery for your virtual environment with > vRanger. > Installation's a snap, and flexible recovery options mean your data is > safe, > secure and there when you need it. Discover what all the cheering's about. > Get your free trial download today. > http://p.sf.net/sfu/quest-dev2dev2 > _______________________________________________ > Cruisecontrol-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user > > -- Julian Simpson The Build Doctor Ltd. http://www.build-doctor.com [email protected] (+44) 207 183 0323 ------------------------------------------------------------------------------ Simplify data backup and recovery for your virtual environment with vRanger. Installation's a snap, and flexible recovery options mean your data is safe, secure and there when you need it. Discover what all the cheering's about. Get your free trial download today. http://p.sf.net/sfu/quest-dev2dev2 _______________________________________________ Cruisecontrol-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user