Merge change 20363 into donut
* changes: Make android.bat copy commons-compress to tmp with the other jar files.
This commit is contained in:
@@ -43,9 +43,10 @@ if not "%1"=="" goto EndTempCopy
|
||||
|
||||
set tmpdir=%TEMP%\temp-android-tool
|
||||
xcopy lib\x86 %tmpdir%\lib\x86 /I /E /C /G /R /O /Y /Q > nul
|
||||
copy /B /D /Y lib\androidprefs.jar %tmpdir%\lib\ > nul
|
||||
copy /B /D /Y lib\org.eclipse.* %tmpdir%\lib\ > nul
|
||||
copy /B /D /Y lib\sdk* %tmpdir%\lib\ > nul
|
||||
copy /B /D /Y lib\androidprefs.jar %tmpdir%\lib\ > nul
|
||||
copy /B /D /Y lib\org.eclipse.* %tmpdir%\lib\ > nul
|
||||
copy /B /D /Y lib\sdk* %tmpdir%\lib\ > nul
|
||||
copy /B /D /Y lib\commons-compress* %tmpdir%\lib\ > nul
|
||||
|
||||
rem jarpath and swt_path are relative to PWD so we don't need to adjust them, just change dirs.
|
||||
set toolsdir=%cd%
|
||||
|
||||
@@ -308,7 +308,7 @@ class UpdaterData {
|
||||
// Display anything unexpected in the monitor.
|
||||
String msg = t.getMessage();
|
||||
if (msg != null) {
|
||||
monitor.setResult("Unexpected Error installing '%1%s: %2$s",
|
||||
monitor.setResult("Unexpected Error installing '%1$s: %2$s",
|
||||
archive.getParentPackage().getShortDescription(), msg);
|
||||
} else {
|
||||
// no error info? get the stack call to display it
|
||||
|
||||
Reference in New Issue
Block a user