X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=JSDOC%2FPackerRun.vala;h=99d379e6c4254774de0a1371525ae442d4b0f163;hb=2010a68dd785effd953b629d2546d077e77e6e00;hp=46bbbc232ed20f5303701aec8c76667d933c2129;hpb=1c3cdfc43e3463d58282870c1bfe52fccfc2c6d1;p=gnome.introspection-doc-generator diff --git a/JSDOC/PackerRun.vala b/JSDOC/PackerRun.vala index 46bbbc2..99d379e 100644 --- a/JSDOC/PackerRun.vala +++ b/JSDOC/PackerRun.vala @@ -6,61 +6,102 @@ namespace JSDOC { + // --------------- <<<<<<<
{ + print("%s: %s\n", dom, msg); + }); } // now run the Packer... - return 0; - - } - + var p = new Packer(opt_target, opt_debug_target); + 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(); + } }