LazPackager icon indicating copy to clipboard operation
LazPackager copied to clipboard

Installation of package fails due to missing ShowAllOutput

Open tedsmith opened this issue 8 years ago • 1 comments

Line 272 calls Tool.ShowAllOutput (I assume to make it verbose and output all), but ShowAllOutput is not in TIDEExternalToolOptions class.

But TIDEExternalToolOptions .Quiet is, which, I assume, if set to false (in other words, 'do not be quiet') will achieve the same result as the intended TIDEExternalToolOptions.ShowAllOutput := true;

I was able to install the package after making this change anyway. Hope it works - looks like a great way for packaging for Debian. Thanks for it.

tedsmith avatar Dec 21 '16 12:12 tedsmith

Yes, the fix works! Great utility. I have just created a Debian package easily of one of my projects

tedsmith avatar Dec 21 '16 12:12 tedsmith