X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=JSDOC%2FPacker.vala;h=c3a8026bdd922d730eb17438189f871e8a61d0d7;hb=2dd535d8a82d68301da890704dc747453357d18c;hp=a17702c8b5a975db7df59ecd6699137baade84df;hpb=e5f9409d8af82111b178765c53dbf6708cb28488;p=gnome.introspection-doc-generator diff --git a/JSDOC/Packer.vala b/JSDOC/Packer.vala index a17702c..c3a8026 100644 --- a/JSDOC/Packer.vala +++ b/JSDOC/Packer.vala @@ -283,7 +283,7 @@ namespace JSDOC } - print("MERGING SOURCE"); + print("MERGING SOURCE\n"); for(var i=0; i < this.files.size; i++) { var file = this.files[i]; @@ -291,6 +291,7 @@ namespace JSDOC if ( FileUtils.test(minfile, FileTest.EXISTS)) { + print("skipping source %s - does not exist\n", minfile); continue; } string str; @@ -312,13 +313,16 @@ namespace JSDOC } } - //print("Output file: " + this.target); + if (this.target.length > 0 ) { + print("Output file: " + this.target); + } if (this.targetDebug.length > 0) { print("Output debug file: %s\n" , this.targetDebug); - } else { - + } + + if (this.outstr.length > 0 ) { + print(this.outstr); } -