How can I enable "Host" and "Fragments (user interface)" to call each other? #362
Unanswered
davidleetw
asked this question in
Q&A
Replies: 1 comment
-
|
I solved that with Extension Point. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Assuming:
Host plugin H has 3 Fragments(UI) fa、fb and fc
Requirements:
For classpath, I use Build Path -> add bin Class Folder
Java 11 + Eclipse 2021-06 + RAP 3.17
Maven 3.8 + Tycho 2.75, no issue in compiling/building the war file
Java 21 + Eclipse 2024-06 + RAP 3.29
Maven 3.9.12 + Tycho 5.01, error messages:
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:5.0.1:compile (default-compile) on project...: Compilation failure:
What's the right way for the requirements stated as above?
Thank you for help!
Beta Was this translation helpful? Give feedback.
All reactions