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] Resolve classpath entries against project base directory #3818 #3822

Merged
merged 1 commit into from
May 5, 2024

Commits on May 5, 2024

  1. Resolve classpath entries against project base directory #3818

    When using a linked .classpath file, the path entries within that file
    are resolved against the directory containing the .classpath file
    instead of the project base directory into which the .classpath file is
    linked.
    
    With this change, the paths within a .classpath file are resolved
    against a passed EclipseProject. An existing regression test for linked
    .classpath files is enhanced to not contain all linked resources in the
    same folder (thus hiding the bug of using the folder containing the
    linked .classpath file for resolving classpath entry paths).
    
    Fixes #3818
    
    (cherry picked from commit 7490426)
    HeikoKlare committed May 5, 2024
    Configuration menu
    Copy the full SHA
    a5076d0 View commit details
    Browse the repository at this point in the history