HomeSort by relevance Sort by last modified time
    Searched refs:CLASSPATH (Results 1 - 21 of 21) sorted by null

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_bugzilla/
updateBugState.sh 6 #aasemble the command and its classpath
7 CLASSPATH="$JAVA_HOME/lib/rt.jar";
8 # note that com.sun.org.apache.xerces (Sun JDK 1.5, rt.jar) != org.apache.xerces (Ant 1.6.5, xercesImpl.jar) so must remove from classpath
9 #for f in `find $ANT_HOME/lib -maxdepth 1 -name "*.jar" -type f -not -name "xercesImpl.jar"`; do CLASSPATH=$CLASSPATH":"$f; done
10 CLASSPATH=$CLASSPATH":"$ANT_HOME/lib/ant.jar":"$ANT_HOME/lib/ant-launcher.jar;
14 -classpath $CLASSPATH:../bugTools.jar \
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/
feedManipulation.sh 18 CLASSPATH="$JAVA_HOME/lib/rt.jar";
19 # note that com.sun.org.apache.xerces (Sun JDK 1.5, rt.jar) != org.apache.xerces (Ant 1.6.5, xercesImpl.jar) so must remove from classpath
20 #for f in `find $ANT_HOME/lib -maxdepth 1 -name "*.jar" -type f -not -name "xercesImpl.jar"`; do CLASSPATH=$CLASSPATH":"$f; done
21 CLASSPATH=$CLASSPATH":"$ANT_HOME/lib/ant.jar":"$ANT_HOME/lib/ant-launcher.jar;
26 -classpath $CLASSPATH \
feedPublish.sh 19 CLASSPATH="$JAVA_HOME/lib/rt.jar";
20 CLASSPATH=$CLASSPATH":"$ANT_HOME/lib/ant.jar":"$ANT_HOME/lib/ant-launcher.jar;
21 CLASSPATH=$CLASSPATH":"../feedTools.jar;
35 cmd="$JAVA_HOME/bin/java -debug -Dant.home=$ANT_HOME -Dant.library.dir=$JAVA_HOME/lib -classpath $CLASSPATH org.apache.tools.ant.launch.Launcher"
feedManipulationEclipse.sh 21 CLASSPATH="$JAVA_HOME/lib/rt.jar";
23 # note that com.sun.org.apache.xerces (Sun JDK 1.5, rt.jar) != org.apache.xerces (Ant 1.6.5, xercesImpl.jar) so must remove from classpath
24 for f in `find $d -maxdepth 1 -name "*.jar" -type f -not -name "xercesImpl.jar"`; do CLASSPATH=$CLASSPATH":"$f; done
30 -classpath $CLASSPATH \
  /frameworks/testing/uiautomator/cmds/uiautomator/
uiautomator 28 # provided on command line and exported to CLASSPATH environment variable
60 CLASSPATH=/system/framework/android.test.runner.jar:${base}/framework/uiautomator.jar
85 CLASSPATH=${CLASSPATH}:${jar}
107 export CLASSPATH
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
ant 149 # Build local classpath using just the launcher in non-rpm mode or
156 if $rpm_mode && [ -x /usr/bin/build-classpath ] ; then
157 LOCALCLASSPATH="$(/usr/bin/build-classpath ant ant-launcher jaxp_parser_impl xml-commons-apis)"
180 # If the user requested to try to add some other jars to the classpath
182 _OPTCLASSPATH="$(/usr/bin/build-classpath $OPT_JAR_LIST 2> /dev/null)"
188 # Explicitly add javac path to classpath, assume JAVA_HOME set
198 # user CLASSPATH first and ant-found jars after.
199 # In that case, the user CLASSPATH will override ant-found jars
202 # with ant-found jars first and user CLASSPATH after
203 if [ -n "$CLASSPATH" ] ; then
    [all...]
runant.py 70 # Build up standard classpath (LOCALCLASSPATH)
87 CLASSPATH = ""
88 if os.environ.has_key('CLASSPATH'):
89 CLASSPATH = os.environ['CLASSPATH']
92 cmdline = ('%s %s -classpath %s -Dant.home=%s %s ' + \
95 CLASSPATH, string.join(sys.argv[1:], ' '))
runant.pl 27 # the code is not totally portable due to classpath and directory splitting
40 # - target platform uses ":" as classpath separator or perl indicates it is dos/win32
77 #ISSUE: what java wants to split up classpath varies from platform to platform
87 #build up standard classpath
105 my $classpath=$ENV{CLASSPATH};
109 if (! $classpath eq "")
111 $classpath = `cygpath --path --windows "$classpath"`;
112 chomp ($classpath);
    [all...]
ant.bat 56 rem CLASSPATH must not be used if it is equal to ""
57 if "%CLASSPATH%"=="""" set _USE_CLASSPATH=no
58 if "%CLASSPATH%"=="" set _USE_CLASSPATH=no
86 if not _%CLASSPATH:~-1%==_\ goto findAntHome
87 set CLASSPATH=%CLASSPATH:~0,-1%
133 "%_JAVACMD%" %ANT_OPTS% -classpath "%ANT_HOME%\lib\ant-launcher.jar" "-Dant.home=%ANT_HOME%" org.apache.tools.ant.launch.Launcher %ANT_ARGS% -cp "%CLASSPATH%" %ANT_CMD_LINE_ARGS%
140 "%_JAVACMD%" %ANT_OPTS% -classpath "%ANT_HOME%\lib\ant-launcher.jar" "-Dant.home=%ANT_HOME%" org.apache.tools.ant.launch.Launcher %ANT_ARGS% %ANT_CMD_LINE_ARGS%
157 "%_JAVACMD%" %ANT_OPTS% -classpath "%ANT_HOME%\lib\ant-launcher.jar" "-Dant.home=%ANT_HOME%" "-Djikes.class.path=%JIKESPATH%" org.apa (…)
    [all...]
  /external/proguard/build/
build.sh 79 export CLASSPATH=$ANT_JAR
88 export CLASSPATH=$WTK_JAR
makefile 14 CLASSPATH = $(ANT_JAR):$(WTK_JAR)
24 JAVAC_OPTIONS = -nowarn -Xlint:none -classpath $(CLASSPATH) -sourcepath $(SRC) -d $(CLASSES)
  /prebuilts/tools/common/proguard/proguard4.7/build/
build.sh 79 export CLASSPATH=$ANT_JAR
88 export CLASSPATH=$WTK_JAR
makefile 14 CLASSPATH = $(ANT_JAR):$(WTK_JAR)
24 JAVAC_OPTIONS = -nowarn -Xlint:none -classpath $(CLASSPATH) -sourcepath $(SRC) -d $(CLASSES)
  /external/dbus/cmake/
cross-compile.sh 41 CLASSPATH="$CLASSPATH:${MINGW32_CLASSPATH:-$cross_root/share/java/libgcj.jar:$cross_root/share/java/libgcj-tools.jar}"; export CLASSPATH;
  /external/antlr/antlr-3.4/runtime/Python/
hudson-build.sh 40 export CLASSPATH=$JAR
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
BaseTest.java 59 * classpath for the test environment into the following property. We need to pick this up
65 * Build up the full classpath we need, including the surefire path (if present)
67 public static final String CLASSPATH = System.getProperty("java.class.path") + (SUREFIRE_CLASSPATH.equals("") ? "" : pathSep + SUREFIRE_CLASSPATH);
110 String classpathOption = "-classpath";
114 classpathOption, tmpdir+pathSep+CLASSPATH,
117 String cmdLine = "javac" +" -d "+tmpdir+" "+classpathOption+" "+tmpdir+pathSep+CLASSPATH+" "+fileName;
131 Arrays.asList(new String[]{"-d", tmpdir, "-cp", tmpdir+pathSep+CLASSPATH} );
366 "java", "-classpath", tmpdir+pathSep+CLASSPATH,
369 //String cmdLine = "java -classpath "+CLASSPATH+pathSep+tmpdir+" Test " + new File(tmpdir, "input").getAbsolutePath()
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ant.core_3.2.200.v20100427.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-junit.jar 
  /prebuilt/common/ecj/
ecj.jar 

Completed in 529 milliseconds