From 96e5dc3d89398ef676528c5865a0b4e3edca0847 Mon Sep 17 00:00:00 2001 From: Iulian Dragos Date: Mon, 25 Sep 2006 08:14:34 +0000 Subject: Changed -cp to -classpath to make it compatible... Changed -cp to -classpath to make it compatible with Java 1.4 --- test/files/run/inner.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/run') diff --git a/test/files/run/inner.scala b/test/files/run/inner.scala index 5fb1487341..cb3b4922c8 100644 --- a/test/files/run/inner.scala +++ b/test/files/run/inner.scala @@ -61,7 +61,7 @@ object Scalatest { val tmpfile = new FileWriter(tmpfilename) tmpfile.write(src) tmpfile.close - exec("javac -d " + outputdir + " -cp " + classpath + " " + tmpfilename) + exec("javac -d " + outputdir + " -classpath " + classpath + " " + tmpfilename) } /** Execute cmd, wait for the process to end and pipe it's output to stdout */ -- cgit v1.2.3