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

[tycho-4.0.x] Call the API tools directly without using ApiAnalysisApplication #2900

Merged
merged 1 commit into from
Oct 8, 2023

Commits on Oct 8, 2023

  1. Call the API tools directly without using ApiAnalysisApplication

    This replaces ApiAnalysisApplication usage by a more direct approach
    that do not require us to pass file lists around and directly class the
    ApiTools. This is also much more flexible in regard to debugging and
    additional printouts but still retains that we can consume dynamic
    implementation from P2 repositories.
    
    Beside that we can now give much better failure report to the user.
    
    (cherry picked from commit 8526ce0)
    laeubi committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    4689e90 View commit details
    Browse the repository at this point in the history