Open leonardbill opened 1 year ago
Describe the bug
Ran the CLI command: tkltest-unit --verbose --config-file ./tkltest_config.toml generate ctd-amplified
Snippet of trace w/ error (NoSuchFileException):
[tkltest|19:31:08.080] Generating tests for app library-tackletest using config file ./tkltest_config.toml. [tkltest|19:31:08.099] Computing coverage goals using CTD
CTD interaction level: 1 [tkltest|19:31:10.479] ERROR: Computing CTD coverage goals failed: Command '"C:\dev\java17\bin\java" -Xmx2048m -cp c:\dev\unittesttools\tackletest\tackle-test-generator-cli\tkltest-lib\tackle-test-generator-unit-main-SNAPSHOT.jar; ' returned non-zero exit status 1. java.nio.file.NoSuchFileException: /modules/modules
Attachments
The following attachment has my sample java project w/ its pom file, the tackle test config file & log file & folder, tkltest-output... Note that I removed the target folder and classes
library-tackletest.zip
Following has the target folder and classes: target.zip
Environment information
Screenshots
Again, I ran the command: tkltest-unit --verbose --config-file ./tkltest_config.toml generate ctd-amplified
Following is the output from the cli command: tackle-test-issue-output.pdf
This is the same problem as reported in issue 328.
Can you downgrade your JDK to version 11? we support and ave tested with versions 8-11 only.
Describe the bug
Ran the CLI command: tkltest-unit --verbose --config-file ./tkltest_config.toml generate ctd-amplified
Snippet of trace w/ error (NoSuchFileException):
[tkltest|19:31:08.080] Generating tests for app library-tackletest using config file ./tkltest_config.toml. [tkltest|19:31:08.099] Computing coverage goals using CTD
CTD interaction level: 1 [tkltest|19:31:10.479] ERROR: Computing CTD coverage goals failed: Command '"C:\dev\java17\bin\java" -Xmx2048m -cp c:\dev\unittesttools\tackletest\tackle-test-generator-cli\tkltest-lib\tackle-test-generator-unit-main-SNAPSHOT.jar; ' returned non-zero exit status 1. java.nio.file.NoSuchFileException: /modules/modules
Attachments
The following attachment has my sample java project w/ its pom file, the tackle test config file & log file & folder, tkltest-output... Note that I removed the target folder and classes
library-tackletest.zip
Following has the target folder and classes: target.zip
Environment information
Screenshots
Again, I ran the command: tkltest-unit --verbose --config-file ./tkltest_config.toml generate ctd-amplified
Following is the output from the cli command: tackle-test-issue-output.pdf