-
#### Characteristics
- **Issue Type**: features, refactor
- **Severity**: major
- **Tool/Service/Component**: compilation
- **Reporter**: Benjamin DANGLOT, benjamin.danglot@inria.fr
#### Descri…
-
I just tried to run dspot on a simple java project built using ant.
dspot fails because it does not find a maven pom.xml file in the project.
One should make clear in the README that dspot targ…
-
when running the "getting started", tests don't pass.
`mvn test` fails with
`Failed tests: testRunMockito(fr.inria.diversify.dspot.testrunner.MockitoRunnerTest): expected: but was:`
` test(fr.in…
-
For now, we print and then compile java files during dspot process.
For some experiments. this printing takes minutes. We should just compile the CtType.
However, this require a lot of changes, …
-
In xwiki-commons-xml:
`java -cp /Users/vmassol/dev/dspot/dspot/target/dspot-1.0.5-SNAPSHOT-jar-with-dependencies.jar fr.inria.stamp.Main --path-to-properties dspot.properties --verbose -i 1 -s Exe…
-
Motivations: For now, DSpot can only be run on Maven and Gradle projects. After the last meeting with several OW2 project leaders the needs for supporting also Ant projects emerged.
What: The task …
-
Tests fail when trying to build dspot. Errors: 54, which all seems to have the same reason:
Maven executable not found at: C:\Dev\apache-maven-3.3.9\bin\mvn.bat
There is no file "mvn.bat" in my mave…
-
The README proposes to run the software using the Main class of the project.
`java -cp /path/to/dspot-*-jar-with-dependencies.jar fr.inria.stamp.Main`
Those details are usually hidden to the use…
-
Add accepted pull request links to README.
-
**Issue Type**: Bug
**Description**: When building DSpot with Maven, tests are not passed. I think tests should be passed before building, as an expected good practice, particularly in the context of…