# HG changeset patch # User Chris Seaton # Date 1407276742 -3600 # Node ID 86a687ee6bf853cdfc83b9082785d1bf709f7578 # Parent e0be8b8a9a85df1e3c2c2825ec29f672aa6e25e8# Parent 1ab64f590c88445735db53fc5fd903f2c2058b30 Merge. diff -r 1ab64f590c88 -r 86a687ee6bf8 mx/mx_graal.py --- a/mx/mx_graal.py Tue Aug 05 22:50:50 2014 +0200 +++ b/mx/mx_graal.py Tue Aug 05 23:12:22 2014 +0100 @@ -1545,6 +1545,7 @@ """install Truffle into your local Maven repository""" mx.archive(["@TRUFFLE"]) mx.run(['mvn', 'install:install-file', '-DgroupId=com.oracle', '-DartifactId=truffle', '-Dversion=' + graal_version('SNAPSHOT'), '-Dpackaging=jar', '-Dfile=build/truffle.jar']) + mx.archive(["@TRUFFLE-DSL-PROCESSOR"]) mx.run(['mvn', 'install:install-file', '-DgroupId=com.oracle', '-DartifactId=truffle-dsl-processor', '-Dversion=' + graal_version('SNAPSHOT'), '-Dpackaging=jar', '-Dfile=build/truffle-dsl-processor.jar']) def c1visualizer(args):