X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=JSDOC%2FPackerRun.vala;h=ee3c97d1c2524215afc58a576a554d510eb2e165;hb=47d710e1ad8352be849a59e4728f421627e568a6;hp=15eaf901aaf9de4a37b8356209a4f3bd0e477621;hpb=c2eae42721bb41494e217ef402af5551251d9acd;p=gnome.introspection-doc-generator diff --git a/JSDOC/PackerRun.vala b/JSDOC/PackerRun.vala index 15eaf90..ee3c97d 100644 --- a/JSDOC/PackerRun.vala +++ b/JSDOC/PackerRun.vala @@ -6,12 +6,106 @@ namespace JSDOC { + // --------------- <<<<<<<
{ + print("%s: %s\n", dom, msg); + }); + } + + // now run the Packer... + var p = new Packer(opt_target, opt_debug_target); + p.keepWhite = opt_keep_whitespace; + + + if (opt_files != null) { + + foreach (string f in opt_files) { + GLib.debug("Adding File %s", f); + p.loadFile(f); + } + } else { + GLib.debug("No files added"); + } + p.pack(); + } + } } \ No newline at end of file