jbosstools / jbosstools-quarkus

Quarkus tooling for Eclipse
https://tools.jboss.org
Apache License 2.0
16 stars 20 forks source link

Workspace resolution does not work anymore #240

Open alerosmile opened 7 months ago

alerosmile commented 7 months ago

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 commented 6 months ago

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