mx
mx copied to clipboard
Command-line tool used for the development of Graal projects.
The `-dontshrink` and `-dontoptimize` options for Proguard are [hardcoded in mx](https://github.com/graalvm/mx/blob/72406c2cdb9a847222ce0ef7ddb60ec29b2d5511/mx.py#L1823). This makes it impossible to have a distribution that is optimized by Proguard. Is it possible to remove these...
The cygwin environment support in mx has always lagged behind support for other environments. I believe it was only added because that was the way someone first tried to use...
Cygwin
I am trying to run in mx in cygwin, but am getting: WARNING: No platform-specific definition is available for library NINJA for your OS (cygwin) library NINJA: Library without "path"...
For instance, when running `mx build` in the graal/vm suite (and after working around https://github.com/oracle/graal/issues/795) I get the error: ``` Traceback (most recent call last): File "J:\Projects\mx\mx.py", line 18829, in...
Hi! I 've just tried to run 'mx.cmd intellijinit' for sulong project on windows and got following error: ```Traceback (most recent call last): File "T:\dev\sulong-dev\mx\/mx.py", line 15330, in main() File...
This is more of a feature request than a PR. I'd like to be able to build Graal from a source tarball for the use in [artifacts](http://www.artifact-eval.org/). The attached patch...
The code in mx.py is simple to follow to generate gradle files instead of eclipse/intellij. Has anyone done this yet ? and anything i should be worried about ? I...
The suite.py constellation below causes: ``` Traceback (most recent call last): File "/home/pwoegere/labs/xxx/mx_olpaw/mx_gate.py", line 267, in gate if mx.command_function('canonicalizeprojects')([]) != 0: File "/home/pwoegere/labs/xxx/mx_olpaw/mx.py", line 8931, in canonicalizeprojects if pkg in...
Sadly, python has quite a bunch of handling issues regarding utf-8 I solved the error in this specific way, because it's possible log_error is called with some object where we...
The current release of Eclipse is 4.5.1 and a number of people have expressed they are now using it. One problem though is that the formatter in 4.5 is not...