-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to use GZoltar on Command-Line #52
Comments
Hi @riteshreddy99, I'm confused. Can't you compile GZoltar ou can't you run GZoltar from the command line?
-- |
Yeah that was the issue, I was not using JDK 8. After switching to JDK 8 the build was successful. Could you please help me out on how I can use the GZoltar VSCode extension on these two datasets containing java projects. https://github.com/jkoppel/QuixBugs https://github.com/Spirals-Team/IntroClassJava Thanks. |
-- |
Is there any other dataset I could use to test the tool on other than the https://github.com/jkoppel/QuixBugs |
Thanks! I will check it out. |
Hey @jose, |
By just looking at the screenshot it is impossible to guess what the issue could be as I don't see any error message of any kind.
It seens your IDE is complaining of a missing runtime dependency. Have you managed to successfully compile/package GZoltar? -- |
I just installed the GZoltar Extension from the VSCode Marketplace. |
And that's fine, but the project you're using (i.e., maven-examples) requires you to successfully compile GZoltar first. -- |
This is what is supposed to be run? |
No. As described in this README file, those are the commands to run the maven-examples from the command line using "Online instrumentation with maven-sufire test case executor". That same README file also says:
which is exactly what I was trying to tell you. |
Context
Hi, @jose,
I tried running the tool on terminal on Ubuntu and it is not able run the command
mvn package
.Steps to Reproduce
Ran
mvn package
command to start GZoltarGZoltar arguments
Command-Line Interface*
Environment (please complete the following information, if relevant):
-Distributor ID: Ubuntu
-Description: Ubuntu 20.04.4 LTS
-Release: 20.04
openjdk 11.0.14.1 2022-02-08
OpenJDK Runtime Environment (build 11.0.14.1+1-Ubuntu-0ubuntu1.20.04)
OpenJDK 64-Bit Server VM (build 11.0.14.1+1-Ubuntu-0ubuntu1.20.04, mixed mode, shari
Thanks! Would appreciate an early respons
e
The text was updated successfully, but these errors were encountered: