-
Notifications
You must be signed in to change notification settings - Fork 194
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
Unconsidered linked .classpath files and test source folders #3803
Comments
This was referenced May 2, 2024
The root cause of this issue seems to be that the tycho/tycho-metadata-model/src/main/java/org/eclipse/tycho/model/classpath/ClasspathParser.java Lines 40 to 41 in 8728806
|
laeubi
added a commit
to laeubi/tycho
that referenced
this issue
May 3, 2024
laeubi
added a commit
to laeubi/tycho
that referenced
this issue
May 3, 2024
laeubi
added a commit
to laeubi/tycho
that referenced
this issue
May 3, 2024
laeubi
added a commit
that referenced
this issue
May 3, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using linked resources in an Eclipse project, they are not always properly considered by a Tycho build. This can particularly lead to missing consideration and/or execution of tests:
.classpath
file is not considered, such that a JUnit test container specified in that file is not used for resolving JUnit, leading to compile failures of test classes.The issue has been detected in eclipse-platform/eclipse.platform.swt#1203
I have provided a reproducer in #3804.
The text was updated successfully, but these errors were encountered: