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

[backport] Support javac as a compiler for Tycho #3352

Merged
merged 1 commit into from
Jan 12, 2024

Conversation

laeubi
Copy link
Member

@laeubi laeubi commented Jan 11, 2024

Currently Tycho is strictly using ecj as a compiler but in general it might be there are situations one wants to use javac for compilation even though it might not has full features supported (e.g. package restrictions).

This is an attempt to make it possible to use javac at a very basic level.

Currently Tycho is strictly using ecj as a compiler but in general it
might be there are situations one wants to use javac for compilation
even though it might not has full features supported (e.g. package
restrictions).

This is an attempt to make it possible to use javac at a very basic
level.
Copy link

Test Results

  582 files  +3    582 suites  +3   3h 33m 33s ⏱️ + 2m 52s
  381 tests +1    374 ✅ ±0   6 💤 ±0  1 ❌ +1 
1 143 runs  +3  1 123 ✅ +2  19 💤 ±0  1 ❌ +1 

For more details on these failures, see this check.

Results for commit 2725cbd. ± Comparison against base commit dccc34e.

@laeubi laeubi merged commit 56868d1 into eclipse-tycho:tycho-4.0.x Jan 12, 2024
8 of 10 checks passed
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

Successfully merging this pull request may close these issues.

1 participant