make/project.properties

changeset 1741
a136c901f3f5
parent 1550
e9ea7010825b
child 1742
fe6ef89d9c04
equal deleted inserted replaced
1740:6ff7a094ba60 1741:a136c901f3f5
81 81
82 # test library location 82 # test library location
83 test.lib=${basedir}${file.separator}test${file.separator}lib 83 test.lib=${basedir}${file.separator}test${file.separator}lib
84 84
85 # jars refererred 85 # jars refererred
86 file.reference.testng.jar=${test.lib}${file.separator}testng.jar 86 file.reference.testng.jar=${test.lib}${file.separator}testng-6.8.jar
87 file.reference.jcommander.jar=${test.lib}${file.separator}jcommander-1.27.jar
88 file.reference.bsh.jar=${test.lib}${file.separator}bsh-2.0b4.jar
89 file.reference.snakeyaml.jar=${test.lib}${file.separator}snakeyaml-1.6.jar
90
91 # TestNG ant task classpath
92 testng.ant.classpath=\
93 ${file.reference.testng.jar}${path.separator}\
94 ${file.reference.jcommander.jar}${path.separator}\
95 ${file.reference.bsh.jar}${path.separator}\
96 ${file.reference.snakeyaml.jar}${path.separator}
87 97
88 # Set testng verbose level 98 # Set testng verbose level
89 # From TestNG docs: "the verbosity level (0 to 10 where 10 is most detailed) 99 # From TestNG docs: "the verbosity level (0 to 10 where 10 is most detailed)
90 # Actually, this is a lie: you can specify -1 and this will put TestNG in 100 # Actually, this is a lie: you can specify -1 and this will put TestNG in
91 # debug mode (no longer slicing off stack traces and all)." 101 # debug mode (no longer slicing off stack traces and all)."
110 javac.classpath=\ 120 javac.classpath=\
111 ${build.classes.dir} 121 ${build.classes.dir}
112 javac.test.classpath=\ 122 javac.test.classpath=\
113 ${build.classes.dir}${path.separator}\ 123 ${build.classes.dir}${path.separator}\
114 ${build.test.classes.dir}${path.separator}\ 124 ${build.test.classes.dir}${path.separator}\
115 ${file.reference.testng.jar} 125 ${file.reference.testng.jar}${path.separator}\
126 ${file.reference.jcommander.jar}${path.separator}\
127 ${file.reference.bsh.jar}${path.separator}\
128 ${file.reference.snakeyaml.jar}
116 129
117 meta.inf.dir=${src.dir}/META-INF 130 meta.inf.dir=${src.dir}/META-INF
118 131
119 run.classpath=\ 132 run.classpath=\
120 ${build.classes.dir} 133 ${build.classes.dir}
249 testjfx.run.test.classpath=\ 262 testjfx.run.test.classpath=\
250 ${file.reference.jemmyfx.jar}${path.separator}\ 263 ${file.reference.jemmyfx.jar}${path.separator}\
251 ${file.reference.jemmycore.jar}${path.separator}\ 264 ${file.reference.jemmycore.jar}${path.separator}\
252 ${file.reference.jemmyawtinput.jar}${path.separator}\ 265 ${file.reference.jemmyawtinput.jar}${path.separator}\
253 ${file.reference.testng.jar}${path.separator}\ 266 ${file.reference.testng.jar}${path.separator}\
267 ${file.reference.jcommander.jar}${path.separator}\
268 ${file.reference.bsh.jar}${path.separator}\
269 ${file.reference.snakeyaml.jar}${path.separator}\
254 ${nashorn.internal.tests.jar}${path.separator}\ 270 ${nashorn.internal.tests.jar}${path.separator}\
255 ${nashorn.api.tests.jar} 271 ${nashorn.api.tests.jar}
256 272
257 # testjfx VM options for script tests with @fork option 273 # testjfx VM options for script tests with @fork option
258 testjfx-test-sys-prop.test.fork.jvm.options=${run.test.jvmargs.main} -Xmx${run.test.xmx} -cp ${testjfx.run.test.classpath} 274 testjfx-test-sys-prop.test.fork.jvm.options=${run.test.jvmargs.main} -Xmx${run.test.xmx} -cp ${testjfx.run.test.classpath}
259 275
260 run.test.classpath=\ 276 run.test.classpath=\
261 ${file.reference.testng.jar}${path.separator}\ 277 ${file.reference.testng.jar}${path.separator}\
278 ${file.reference.jcommander.jar}${path.separator}\
279 ${file.reference.bsh.jar}${path.separator}\
280 ${file.reference.snakeyaml.jar}${path.separator}\
262 ${nashorn.internal.tests.jar}${path.separator}\ 281 ${nashorn.internal.tests.jar}${path.separator}\
263 ${nashorn.api.tests.jar} 282 ${nashorn.api.tests.jar}
264 283
265 src.dir=src 284 src.dir=src
266 test.src.dir=test/src 285 test.src.dir=test/src

mercurial