[Esbox-commits] r111 - trunk/org.indt.esbox.core/src/org/indt/esbox/core/scratchbox

raul at garage.maemo.org raul at garage.maemo.org
Thu Oct 11 15:47:33 EEST 2007


Author: raul
Date: 2007-10-11 15:47:33 +0300 (Thu, 11 Oct 2007)
New Revision: 111

Modified:
   trunk/org.indt.esbox.core/src/org/indt/esbox/core/scratchbox/ScratchboxCommandLauncher.java
Log:


Modified: trunk/org.indt.esbox.core/src/org/indt/esbox/core/scratchbox/ScratchboxCommandLauncher.java
===================================================================
--- trunk/org.indt.esbox.core/src/org/indt/esbox/core/scratchbox/ScratchboxCommandLauncher.java	2007-10-11 12:27:39 UTC (rev 110)
+++ trunk/org.indt.esbox.core/src/org/indt/esbox/core/scratchbox/ScratchboxCommandLauncher.java	2007-10-11 12:47:33 UTC (rev 111)
@@ -270,17 +270,4 @@
 		}
 		return fProcess;
 	}
-	
-	public Process execute(String command, String[] args, String[] env, IPath changeToDirectory) {
-		try {
-			// add platform specific arguments (shell invocation)
-			fCommandArgs = constructCommandArray(command, args, env, changeToDirectory);
-			fProcess = Runtime.getRuntime().exec(fCommandArgs);
-			fErrorMessage = ""; //$NON-NLS-1$
-		} catch (IOException e) {
-			setErrorMessage(e.getMessage());
-			fProcess = null;
-		}
-		return fProcess;
-	}
 }
\ No newline at end of file



More information about the Esbox-commits mailing list