|
From: <caw...@us...> - 2007-06-20 16:37:40
|
Revision: 2640
http://svn.sourceforge.net/rubyeclipse/?rev=2640&view=rev
Author: cawilliams
Date: 2007-06-20 09:37:38 -0700 (Wed, 20 Jun 2007)
Log Message:
-----------
we no longer add project to loadpath on command line, and we don't force stdout/stderr to sync
Modified Paths:
--------------
trunk/org.rubypeople.rdt.launching.tests/src/org/rubypeople/rdt/internal/launching/TC_RunnerLaunching.java
Modified: trunk/org.rubypeople.rdt.launching.tests/src/org/rubypeople/rdt/internal/launching/TC_RunnerLaunching.java
===================================================================
--- trunk/org.rubypeople.rdt.launching.tests/src/org/rubypeople/rdt/internal/launching/TC_RunnerLaunching.java 2007-06-20 15:32:32 UTC (rev 2639)
+++ trunk/org.rubypeople.rdt.launching.tests/src/org/rubypeople/rdt/internal/launching/TC_RunnerLaunching.java 2007-06-20 16:37:38 UTC (rev 2640)
@@ -83,10 +83,6 @@
buffer.append(new Path(interpreter.getInstallLocation().getAbsolutePath()).append("bin").append("ruby").toOSString());
buffer.append("\" ");
buffer.append(INTERPRETER_ARGUMENTS);
- if (!debug) buffer.append(" -e STDOUT.sync=true -e STDERR.sync=true -e load($0=ARGV.shift)");
- buffer.append(" -I \"");
- buffer.append(project.getLocation().toOSString());
- buffer.append("\"");
if (debug) {
buffer.append(" -I ");
if (Platform.getOS().equals(Platform.OS_WIN32))
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|