Lines Matching full:eclipse
3 <!-- test launcher file for Android Eclipse tests -->
6 <property name="eclipse.home" value="/opt/eclipse" />
8 <property name="eclipse_test" value="${eclipse.home}/plugins/org.eclipse.test_3.2.0" />
10 <!-- eclipse scripts use an annoying mixture of eclipse-home and eclipse.home -->
12 <property name="eclipse-home" value="${eclipse.home}" />
13 <property name="test-folder" value="${eclipse.home}/test_folder" />
15 <!-- sets the properties eclipse.home, and library-file -->
16 <property name="plugin-name" value="com.android.ide.eclipse.tests" />
20 <property name="prefs_path" value="${test-folder}/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.android.ide.eclipse.adt.prefs" />
29 <echo message="eclipse.home: ${eclipse.home}" />
32 <!-- delete test eclipse workspace -->
36 <delete dir="${eclipse.home}/results" quiet="true" />
51 <!-- launch as ui-test ie as a test which needs Eclipse workbench -->
52 <ant target="ui-test" antfile="${library-file}" dir="${eclipse.home}">
55 <property name="classname" value="com.android.ide.eclipse.tests.AllTests" />
70 <ant target="collect" antfile="${library-file}" dir="${eclipse.home}/results">