X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=JSDOC%2FPackerRun.vala;h=f14999727d6b7f26d7bb136d8ba2a19b7b1a7caf;hb=55f8d00207a54cf3c1939cae097c2691cb8cf93c;hp=2ed67fe178bb5914bd3cec78e6331c9e4658b6f2;hpb=f476fe7381be847e3af242225d2ba4d122b4a2c6;p=gnome.introspection-doc-generator diff --git a/JSDOC/PackerRun.vala b/JSDOC/PackerRun.vala index 2ed67fe..f149997 100644 --- a/JSDOC/PackerRun.vala +++ b/JSDOC/PackerRun.vala @@ -6,61 +6,105 @@ namespace JSDOC { + // --------------- <<<<<<<
{ + print("%s: %s\n", dom, msg); + }); } // now run the Packer... + var p = new Packer(opt_target, opt_debug_target); + p.whitespace = !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(); + } }