X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=JSDOC%2FPackerRun.vala;h=f14999727d6b7f26d7bb136d8ba2a19b7b1a7caf;hb=55f8d00207a54cf3c1939cae097c2691cb8cf93c;hp=e4e8f17efc0065654887fa794e416391dddfe4e1;hpb=43ffedf6edd90e70d7cbaccc33934b2cd5441a36;p=gnome.introspection-doc-generator diff --git a/JSDOC/PackerRun.vala b/JSDOC/PackerRun.vala index e4e8f17..f149997 100644 --- a/JSDOC/PackerRun.vala +++ b/JSDOC/PackerRun.vala @@ -6,62 +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(); + } }