-
Notifications
You must be signed in to change notification settings - Fork 196
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
Tycho doesn't use SmartBuilder #4402
Comments
You need to enable
This is not mandatory, but things like smartbuilder can only be enabled in extensions mode. |
Aaah, that makes sense now. 2 years ago I removed the extensions.xml because I thought that having the Thanks @laeubi for the clarification. |
There are two kinds of extensions:
of course if you only want to use smart-builder, you can also opt-in to enable it as a standalone extension, but in the light of Maven 4 Tycho will probably move towards requiring |
Shouldn't Tycho use the Takari builder when the thread count is larger than 1? I never get the smart builder:
I've been debugging this, and I don't get into TychoGraphBuilder.java at all, where that builder would be configured via session properties. What needs to be done to use TychoGraphBuilder? Be aware I don't use the polyglott stuff, if that's relevant.
The text was updated successfully, but these errors were encountered: