diff mx/suite.py @ 21946:a50fa3266a0a

Truffle/SL/Debugging: add to the SLREPL debugger an artificial static dependency on SLLanguage, to ensure that it will be on the class path. This is a workaround for the lack of a mechanism to record such dynamic dependencies in the face of complaint by j"canonicalizeprojects".
author Michael Van De Vanter <michael.van.de.vanter@oracle.com>
date Tue, 16 Jun 2015 18:11:23 -0700
parents 179c3a0bac32
children 9c8c0937da41
line wrap: on
line diff
--- a/mx/suite.py	Tue Jun 16 17:27:17 2015 -0700
+++ b/mx/suite.py	Tue Jun 16 18:11:23 2015 -0700
@@ -329,7 +329,8 @@
      "com.oracle.truffle.sl.tools" : {
       "subDir" : "graal",
       "sourceDirs" : ["src"],
-      "dependencies" : ["com.oracle.truffle.tools.debug.shell"],
+      "dependencies" : ["com.oracle.truffle.tools.debug.shell",
+                        "com.oracle.truffle.sl"],
       "checkstyle" : "com.oracle.truffle.api",
       "javaCompliance" : "1.7",
       "workingSets" : "Truffle,SimpleLanguage,Tools",