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
The provided example --example cannot be executed due to test-projects.properties does not exist.
JAVA_HOME and MAVEN_HOME have been configured as explained in the documentation.
Steps to reproduce
Download dspor 2.2.1 version
run java -jar target/dspot-2.2.1-jar-with-dependencies.jar --example
Result:
Exception in thread "main" java.lang.RuntimeException: java.lang.RuntimeException: java.io.FileNotFoundException: src/test/resources/test-projects/test-projects.properties (No such file or directory)
at eu.stamp_project.utils.options.Configuration.configureExample(Configuration.java:38)
at eu.stamp_project.utils.options.JSAPOptions.parse(JSAPOptions.java:47)
at eu.stamp_project.Main.main(Main.java:38)
Caused by: java.lang.RuntimeException: java.io.FileNotFoundException: src/test/resources/test-projects/test-projects.properties (No such file or directory)
at eu.stamp_project.utils.options.Configuration.loadProperties(Configuration.java:311)
at eu.stamp_project.utils.program.InputConfiguration.initialize(InputConfiguration.java:58)
at eu.stamp_project.utils.options.Configuration.configureExample(Configuration.java:30)
... 2 more
Caused by: java.io.FileNotFoundException: src/test/resources/test-projects/test-projects.properties (No such file or directory)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(FileInputStream.java:195)
at java.io.FileInputStream.<init>(FileInputStream.java:138)
at java.io.FileInputStream.<init>(FileInputStream.java:93)
at eu.stamp_project.utils.options.Configuration.loadProperties(Configuration.java:307)
Characteristics
Tool/Service/Component: dspot, 2.2.1
Description
The provided example
--example
cannot be executed due totest-projects.properties
does not exist.JAVA_HOME and MAVEN_HOME have been configured as explained in the documentation.
Steps to reproduce
java -jar target/dspot-2.2.1-jar-with-dependencies.jar --example
Command Line / Options
The text was updated successfully, but these errors were encountered: