Open main menu

CDOT Wiki β

Changes

User:John64/Hacky Scrtipts

6 bytes removed, 13:22, 19 October 2008
m
Dependency Generation
== Dependency Generation ==
This perl script reads the output of <nowikipre>find .m2/repository -name "*.jar"</nowikipre> through standard input and formats it into a general HTML table. It is not complete and it is not accurate. This was used as a first pass so i didn't have to write the table from scratch
<pre>
#!/usr/bin/perl
1
edit