You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by "Chris A. Mattmann (JIRA)" <ji...@apache.org> on 2012/07/22 19:46:33 UTC

[jira] [Created] (OODT-475) Tool to automatically validate regular expressions in PushPull RemoteSpecs

Chris A. Mattmann created OODT-475:
--------------------------------------

             Summary: Tool to automatically validate regular expressions in PushPull RemoteSpecs
                 Key: OODT-475
                 URL: https://issues.apache.org/jira/browse/OODT-475
             Project: OODT
          Issue Type: New Feature
          Components: push pull framework
            Reporter: Chris A. Mattmann
            Assignee: Chris A. Mattmann
            Priority: Minor
             Fix For: 0.5


While discussing: http://s.apache.org/ff

I had the idea to create a tool that would simply wrap o.a.oodt.cas.pushpull.util.ExpressionValidator and run that command on all the regular expressions in a PushPull RemoteSpecs directory. So we could then have a bash or tcsh script that wraps that to the effect of:

{noformat}
./validate_remotespecs /path/to/remotespecs/dir
{noformat}

Which would then run, and print out line by line:

[regex string]: valid | not valid

If it's not valid, you also get the error message.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira