Searched refs:classpath (Results 1 – 7 of 7) sorted by relevance
70 String[] classpath = super.getClasspath(configuration); in getClasspath() local71 return fixClasspath(classpath, getJavaProjectName(configuration)); in getClasspath()103 public static String[] fixClasspath(String[] classpath, String projectName) { in fixClasspath() argument105 for (int i = 0; i < classpath.length; i++) { in fixClasspath()106 if (classpath[i].endsWith(JUNIT_JAR)) { in fixClasspath()107 return classpath; in fixClasspath()122 String[] newClasspath = new String[classpath.length + 1]; in fixClasspath()123 System.arraycopy(classpath, 0, newClasspath, 0, classpath.length); in fixClasspath()125 classpath = newClasspath; in fixClasspath()137 return classpath; in fixClasspath()
6 classpath 'com.android.tools.build:gradle:ARTIFACT_VERSION'
69 exec java -Xmx128M $java_debug -classpath "$jarpath" com.android.sdklib.build.ApkBuilderMain "$@"
45 call "%java_exe%" -classpath "%jarpath%" com.android.sdklib.build.ApkBuilderMain %*
44 classpath
186 "Unexpected classpath entry: " + it + " in file: " + manifest)
38 * Test projects now have access to the full classpath from the624 - New classpath container remove the dependencies on the location of