-
Notifications
You must be signed in to change notification settings - Fork 1
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
Information about the use of Reneri #8
Comments
@dginelli |
Hi, I tried to build the repo as you proposed. I had first to add pitest dependency. On nvm install I got the following error : Any idea what cause this? |
Hello @IctHesbaye thank you for your interest in Reneri. There should be a detailed error message if you execute Maven in verbose mode, can you share it? |
Hello, Thank you for your response. Here is the complete output-file. |
Hi, I'm trying to use Reneri, but I have some problems.
I created a simple Java project, then I executed Descartes, generating the report in different formats (
JSON
,METHODS
, andISSUES
). The report files are in thetarget/pit-reports
folder of the project.Then, I tried to run Reneri with the commands described in the README, but I got the following error:
Error resolving version for plugin 'eu.stamp-project:reneri' from the repositories [local (/home/davide/.m2/repository), central (https://repo.maven.apache.org/maven2)]: Plugin not found in any plugin repository ->
If I understood right, I can directly run the plugin without changing anything in the pom.xml file associated with the project that I want to analyze.
I also tried to clone and compile directly descartes-reneri to get the JAR, but I got the following error:
I tried to use Reneri with these environments:
Could you please tell me if I'm doing something wrong or if the problem is another one? Thank you!
The text was updated successfully, but these errors were encountered: