Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation of package fails due to missing ShowAllOutput #5

Open
tedsmith opened this issue Dec 21, 2016 · 1 comment
Open

Installation of package fails due to missing ShowAllOutput #5

tedsmith opened this issue Dec 21, 2016 · 1 comment

Comments

@tedsmith
Copy link

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant