Skip to content

Commit 3abae96

Browse files
committed
исправлены ошибки в примерах
closed Ошибка в примере example.env.json #608
1 parent 31a32e8 commit 3abae96

File tree

1 file changed

+8
-14
lines changed

1 file changed

+8
-14
lines changed

examples/example.env.json

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"--v8version": "8.3.9.2033"
88
},
99
"xunit": {
10-
"inputPath": "./tests/",
10+
"inputPath": "./tests",
1111
"--reportxunit": "./build/xunit.xml"
1212
},
1313
"vanessa": {
1414
"--vanessasettings": "./build/out/tools/.vb-conf.json",
15-
"--workspace": "./build/out/",
15+
"--workspace": "./build/out",
1616
"--pathvanessa": "d:/git/vanessa/build/out/epf/vanessa-behavior.epf",
1717
"--additional": "/DisplayAllFunctions /L uk"
1818
},
@@ -31,28 +31,22 @@
3131
// "-AllExtensions" : true
3232
},
3333
"compile": {
34-
"inputPath": "./cf",
35-
"outputPath": "./build/1Cv8.cf"
36-
},
37-
"compilecurrent": {
38-
"inputPath": "./cf"
34+
"--src": "./cf",
35+
"--out": "./build/1Cv8.cf"
3936
},
4037
"decompile": {
41-
"inputPath": "./build/1Cv8.cf",
42-
"outputPath": "./cf"
43-
},
44-
"decompilecurrent": {
45-
"outputPath": "./build/1Cv8.cf"
38+
"--in": "./build/1Cv8.cf",
39+
"--out": "./cf"
4640
},
4741
"compileepf": {
4842
"--ibconnection": "/F./build/ibservice",
49-
"inputPath": "./epf/",
43+
"inputPath": "./epf",
5044
"outputPath": "./build/out/epf"
5145
},
5246
"decompileepf": {
5347
"--ibconnection": "/F./build/ibservice",
5448
"inputPath": "./build/out/epf",
55-
"outputPath": "./epf/"
49+
"outputPath": "./epf"
5650
},
5751
"updatedb": {
5852
"--ibconnection": "/F./build/ib",

0 commit comments

Comments
 (0)