File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ It is based on [[https://github.com/chocoteam/choco-solver][choco-solver]] which
41
41
42
42
The jar file contains all required dependencies.
43
43
The next step is simply to run the console application.
44
- : java -cp target/cryptator-0.5.1-SNAPSHOT- with-dependencies.jar cryptator.Cryptator send+more=money
44
+ : java -cp target/cryptator-0.5.1-with-dependencies.jar cryptator.Cryptator send+more=money
45
45
46
46
There are three console applications and the links below point to demonstration scripts.
47
47
@@ -66,7 +66,7 @@ It is based on [[https://github.com/chocoteam/choco-solver][choco-solver]] which
66
66
<dependency>
67
67
<groupId>fr.univ-cotedazur</groupId>
68
68
<artifactId>cryptator</artifactId>
69
- <version>0.5.1-SNAPSHOT </version>
69
+ <version>0.5.1</version>
70
70
</dependency>
71
71
#+END_EXAMPLE
72
72
Original file line number Diff line number Diff line change 16
16
<groupId >fr.univ-cotedazur</groupId >
17
17
<artifactId >cryptator</artifactId >
18
18
<packaging >jar</packaging >
19
- <version >0.5.1-SNAPSHOT </version >
19
+ <version >0.5.1</version >
20
20
<name >cryptator</name >
21
21
<description >Constraint-based cryptarithm solver</description >
22
22
<url >https://github.com/arnaud-m/cryptator</url >
Original file line number Diff line number Diff line change 12
12
13
13
#+BEGIN_SRC sh :results silent
14
14
ln -s ../words .
15
- ln -s ../../../target/cryptator-0.5.1-SNAPSHOT- with-dependencies.jar .
15
+ ln -s ../../../target/cryptator-0.5.1-with-dependencies.jar .
16
16
#+END_SRC
17
17
18
18
** Clear directories
55
55
** Create the solver
56
56
57
57
#+BEGIN_SRC sh :tangle solver.sh
58
- JAR=cryptator-0.5.1-SNAPSHOT- with-dependencies.jar
58
+ JAR=cryptator-0.5.1-with-dependencies.jar
59
59
MAINCLASS=cryptator.Cryptagen
60
60
61
61
MAINARGS=`cat $1 $2 | xargs`
@@ -97,7 +97,7 @@ exit $?
97
97
** Create the solver
98
98
99
99
#+BEGIN_SRC sh :tangle solver.sh
100
- JAR=cryptator-0.5.1-SNAPSHOT- with-dependencies.jar
100
+ JAR=cryptator-0.5.1-with-dependencies.jar
101
101
MAINCLASS=cryptator.Cryptagen
102
102
103
103
MAINARGS=`cat $1 $2 | xargs`
@@ -160,7 +160,7 @@ The word lists ~colors.txt~ and ~monsters.txt~ takes the most time by far (aroun
160
160
** Create the solver
161
161
162
162
#+BEGIN_SRC sh :tangle solver.sh
163
- JAR=cryptator-0.5.1-SNAPSHOT- with-dependencies.jar
163
+ JAR=cryptator-0.5.1-with-dependencies.jar
164
164
MAINCLASS=cryptator.Cryptator
165
165
166
166
MAINARGS=`cat $1 | xargs`
You can’t perform that action at this time.
0 commit comments