X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=JSDOC%2FPackerRun.vala;h=ee3c97d1c2524215afc58a576a554d510eb2e165;hb=5952f0a864405366d4da4951db2c01f207b82b35;hp=1f781a9e46adad03d3a14d7b11b42577ede80ee1;hpb=444f439364deabfced9509949b8b40ff98cd3d05;p=gnome.introspection-doc-generator diff --git a/JSDOC/PackerRun.vala b/JSDOC/PackerRun.vala index 1f781a9..ee3c97d 100644 --- a/JSDOC/PackerRun.vala +++ b/JSDOC/PackerRun.vala @@ -6,66 +6,105 @@ 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(); + } }