Changes between Version 1 and Version 2 of Internal/OpenFlow/mvnParse
- Timestamp:
- Nov 25, 2014, 3:45:09 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/OpenFlow/mvnParse
v1 v2 1 1 = A Bash parser for Maven project layout. = 2 2 There are two points to this page. 3 * Next to Python, Bash/sh is the flamethrower sof the *nix world.3 * Next to Python, Bash/sh is the flamethrower of the *nix world. 4 4 * 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 .5 This is a proof of concept of the second point above (and lots of the first). 6 6 == What it does == 7 7 Basically, say we have this following directory structure: