From 39486b03e1e044fcf3256e1d9293dccd0871edf9 Mon Sep 17 00:00:00 2001 From: Eugene Burmako Date: Fri, 14 Sep 2012 21:31:21 +0200 Subject: SI-6356 reflection now supports Java annotations Except for one thingie: java enums are currently not understood by Scala reflection, hence they aren't yet supported in annotations. --- src/partest/scala/tools/partest/nest/RunnerManager.scala | 1 + 1 file changed, 1 insertion(+) (limited to 'src/partest') diff --git a/src/partest/scala/tools/partest/nest/RunnerManager.scala b/src/partest/scala/tools/partest/nest/RunnerManager.scala index 376e0e9bdb..4961424e1b 100644 --- a/src/partest/scala/tools/partest/nest/RunnerManager.scala +++ b/src/partest/scala/tools/partest/nest/RunnerManager.scala @@ -217,6 +217,7 @@ class RunnerManager(kind: String, val fileManager: FileManager, params: TestRunP "-Dpartest.output="+outDir.getAbsolutePath, "-Dpartest.lib="+LATEST_LIB, "-Dpartest.reflect="+LATEST_REFLECT, + "-Dpartest.comp="+LATEST_COMP, "-Dpartest.cwd="+outDir.getParent, "-Dpartest.test-path="+testFullPath, "-Dpartest.testname="+fileBase, -- cgit v1.2.3