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