-
Hi, we had a strange problem with imports of generated classes(not found with import). The project was initially started with eclipse, to solve the problem we had to add classpath in eclipse. Now we have done an extensions which loads this extension and M$ debug extensions, takes care of writing launch settings in the workspace for debugging, providing maven commands and so on.... We now want to check if the ".classpath" file has this two entries, if not add it. After turning the setting on nothing was generated (or better said how to trigger it) ??? We are using quarkus and maven (and also java batch for mainframe). Common project structure: The ".classpath" file is in the *-SERVICES" folder 1.) how to trigger the generation of the metadatafiles at project root (activating the settings does not seem to do anything) Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
@kraabrsg You can try to set
|
Beta Was this translation helpful? Give feedback.
-
They should generated during the importing. |
Beta Was this translation helpful? Give feedback.
Hi @snjeza
Yes we have several pom.xml in our project (maven quarkus project)
Workspace/REPO structure
When renaming the mentioned files and restart vscode the following ha…