The plugin logs a warning for non-existing directories, e.g.
Feb 26, 2024 3:46:29 PM org.itsallcode.openfasttrace.core.importer.MultiFileImporterImpl importAny
WARNING: No such input file or directory "~/git/project-keeper/shared-test-setup/src/test/java". Skipping.
To avoid these unnecessary warnings, the plugin must check if each input directory exists.
The plugin logs a warning for non-existing directories, e.g.
To avoid these unnecessary warnings, the plugin must check if each input directory exists.