File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212} :
1313pkgs . stdenv . mkDerivation rec {
1414 pname = "DiffDetective" ;
15- version = "1 .0.0" ;
15+ version = "2 .0.0" ;
1616 src = ./. ;
1717
1818 nativeBuildInputs = with pkgs ; [
Original file line number Diff line number Diff line change 1- java - cp "lib/DiffDetective-1 .0.0-jar-with-dependencies" mining .postprocessing .MiningPostprocessing "results/minedpatterns" "results/candidatepatterns"
2- make sure the working directory is set to this projects root
1+ java - cp "lib/DiffDetective-2 .0.0-jar-with-dependencies" mining .postprocessing .MiningPostprocessing "results/minedpatterns" "results/candidatepatterns"
2+ make sure the working directory is set to this projects root
Original file line number Diff line number Diff line change 66
77 <groupId >org.variantsync</groupId >
88 <artifactId >diffdetective</artifactId >
9- <version >1 .0.0</version >
9+ <version >2 .0.0</version >
1010
1111 <properties >
1212 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ WORKDIR /home/sherlock
3232# Copy the compiled JAR file from the first stage into the second stage
3333# Syntax: COPY --from=STAGE_ID SOURCE_PATH TARGET_PATH
3434WORKDIR /home/sherlock/holmes
35- COPY --from=0 /home/user/target/diffdetective-1 .0.0-jar-with-dependencies.jar ./DiffDetective.jar
35+ COPY --from=0 /home/user/target/diffdetective-2 .0.0-jar-with-dependencies.jar ./DiffDetective.jar
3636WORKDIR /home/sherlock
3737RUN mkdir results
3838
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ WORKDIR /home/sherlock
3838# Copy the compiled JAR file from the first stage into the second stage
3939# Syntax: COPY --from=STAGE_ID SOURCE_PATH TARGET_PATH
4040WORKDIR /home/sherlock/holmes
41- COPY --from=0 /home/user/target/diffdetective-1 .0.0-jar-with-dependencies.jar ./DiffDetective.jar
41+ COPY --from=0 /home/user/target/diffdetective-2 .0.0-jar-with-dependencies.jar ./DiffDetective.jar
4242WORKDIR /home/sherlock
4343
4444# Copy the setup
Original file line number Diff line number Diff line change 11resultsdir=$1
22
3- java -cp " target/diffdetective-1 .0.0-jar-with-dependencies.jar" org.variantsync.diffdetective.tablegen.MiningResultAccumulator $resultsdir $resultsdir
3+ java -cp " target/diffdetective-2 .0.0-jar-with-dependencies.jar" org.variantsync.diffdetective.tablegen.MiningResultAccumulator $resultsdir $resultsdir
44echo " genUltimateResults.sh DONE"
Original file line number Diff line number Diff line change 1- java -cp " target/diffdetective-1 .0.0-jar-with-dependencies.jar" org.variantsync.diffdetective.mining.postprocessing.MiningPostprocessing " results/fsg/variationdiffs_pilot/all_results" " results/compositeCandidates"
1+ java -cp " target/diffdetective-2 .0.0-jar-with-dependencies.jar" org.variantsync.diffdetective.mining.postprocessing.MiningPostprocessing " results/fsg/variationdiffs_pilot/all_results" " results/compositeCandidates"
22echo " runPostprocessing.sh DONE"
Original file line number Diff line number Diff line change 1- java -cp " target/diffdetective-1 .0.0-jar-with-dependencies.jar" org.variantsync.diffdetective.mining.VariationDiffMiner
1+ java -cp " target/diffdetective-2 .0.0-jar-with-dependencies.jar" org.variantsync.diffdetective.mining.VariationDiffMiner
22echo " runPreprocessing.sh DONE"
Original file line number Diff line number Diff line change 1- java -cp " target/diffdetective-1 .0.0-jar-with-dependencies.jar" org.variantsync.diffdetective.validation.EditClassValidation
1+ java -cp " target/diffdetective-2 .0.0-jar-with-dependencies.jar" org.variantsync.diffdetective.validation.EditClassValidation
22echo " runValidation.sh DONE"
Original file line number Diff line number Diff line change 1- java -cp " target/diffdetective-1 .0.0-jar-with-dependencies.jar" org.variantsync.diffdetective.experiments.views.Main " docs/datasets/views.md"
1+ java -cp " target/diffdetective-2 .0.0-jar-with-dependencies.jar" org.variantsync.diffdetective.experiments.views.Main " docs/datasets/views.md"
22echo " runValidation.sh DONE"
You can’t perform that action at this time.
0 commit comments