You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a fresh Eclipse 2023-09 with Quarkus Tools 4.29. I created a simple Quarkus app (using the project wizard) which references a simple library (all with Maven).
The workspace resolution as decribed here does not work.
The dependency is read from the Maven repo, not from the workspace.
The text was updated successfully, but these errors were encountered:
Sorry, my fault. Workspace resolution works, but source lookup does not. As usual, a Remote Java Application launch configuration does not lookup sources of workspace projects other than the main project:
The Quarkus Application launch configuration should provide the Source tab where those additional workspace projects could be added.
Or is this just a problem in the Remote Java Application launch configuration? Why does this launch configuration not include the sources of the workspace dependencies whereas the Java Application launch configuration does include them (for Maven projects)?
Hi,
I have a fresh Eclipse 2023-09 with Quarkus Tools 4.29. I created a simple Quarkus app (using the project wizard) which references a simple library (all with Maven).
The workspace resolution as decribed here does not work.
The dependency is read from the Maven repo, not from the workspace.
The text was updated successfully, but these errors were encountered: