Changes between Version 1 and Version 2 of Internal/OpenFlow/mvnParse


Ignore:
Timestamp:
Nov 25, 2014, 3:45:09 AM (9 years ago)
Author:
akoshibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/mvnParse

    v1 v2  
    11= A Bash parser for Maven project layout. =
    22There are two points to this page.
    3  * Next to Python, Bash/sh is the flamethrowers of the *nix world.
     3 * Next to Python, Bash/sh is the flamethrower of the *nix world.
    44 * Projects built using [http://maven.apache.org Maven] can get ridiculously complex, but if the authors are mindful, can be organized enough so that you can garner information about its structure with just a bit of file munging (no compiling code at all).
    5 This is a proof of concept of the second point above.
     5This is a proof of concept of the second point above (and lots of the first).
    66== What it does ==
    77Basically, say we have this following directory structure: