Adding the pluginbuilder files that are used in the nightly build process.
[phpeclipse.git] / utilities / pluginbuilder / build-files / automatedTests / run-tests.properties
1 #\r
2 # BEGIN default properties for executing run-tests.xml standalone\r
3 #       (these properties are already set if run-tests.xml is called\r
4 #       from the postBuild target in custumTargets.xml) \r
5 #\r
6 \r
7 buildType=N\r
8 # archivePrefix is used to determine to which location the build result must be \r
9 # extracted:\r
10 # if ${archivePrefix} == eclipse the folder will be ${test.eclipse.base} \r
11 # ${test.eclipse.host} otherwise. \r
12 # Note: The latter makes only sense if archive Prefix is set to ".". If it has\r
13 # another value the eclipse host won't be created successfully. \r
14 archivePrefix=.\r
15 \r
16 # test.eclipse.zip must be a zip file for windows and tar file for linux\r
17 test.eclipse.zip=C:/downloads/eclipse-SDK-3.2.1-win32.zip\r
18 autotestsuite.trace=true\r
19 autotestsuite.plugin.inclusions=.*test$\r
20 autotestsuite.plugin.exclusions=\r
21 autotestsuite.class.inclusions=.*\r
22 autotestsuite.class.exclusions=.*\\.All.*;.*ServerCommunication.*\r
23 \r
24 #\r
25 # END default properties for executing run-tests.xml standalone\r
26 #\r
27 \r
28 # test.eclipse.host points to a directory where an Eclipse installation for the\r
29 # tests will be built. Therefore ${test.eclipse.zip} will be extracted first and\r
30 # then there will be additional plug-ins be "installed", which means they will\r
31 # be extracted. The implication of this kind of installation is that the test \r
32 # Eclipse host must be called with the clean parameter later\r
33 # It is expected that test.eclipse.host contains a subfolder eclipse.\r
34 # The plug-ins which will be installed are the plug-ins located in\r
35 # ${buildResultsDir} plus the eclipse test framework plus the autotestsuite.\r
36 test.eclipse.base=${buildDirectory}/automatedTests\r
37 \r
38 test.eclipse.host=${test.eclipse.base}/eclipse\r
39 \r
40 # Denotes the ant script where the target ui-test is defined    \r
41 test.library.xml=${test.eclipse.host}/plugins/org.eclipse.test_3.1.0/library.xml\r
42 \r
43 # Directory where the reports are collected\r
44 test.result.dir=${test.eclipse.host}/test-reports\r
45 \r
46 # Specifies the overall report in ${test.result.dir}/xml\r
47 test.aggregated.report=testReport_${buildLabel}.xml\r
48 \r
49 # Workspace for the tests. Particularly useful is ${test.workspace}/.metadata/.log \r
50 test.workspace=${test.eclipse.host}/workspace\r
51 \r