jbosstools-quarkus icon indicating copy to clipboard operation
jbosstools-quarkus copied to clipboard

Workspace resolution does not work anymore

Open alerosmile opened this issue 2 years ago • 1 comments

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.

alerosmile avatar Nov 11 '23 00:11 alerosmile

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: image

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)?

alerosmile avatar Dec 13 '23 09:12 alerosmile