log mxtool/mx.py @ 16087:64e172733061

age author description
Thu, 12 Jun 2014 11:40:33 +0200 Bernhard Urban mx clean: delete distributions
Thu, 12 Jun 2014 11:39:53 +0200 Bernhard Urban mx archive: only print overwrite warning on files
Fri, 06 Jun 2014 16:03:56 +0200 Doug Simon mx: added -alt-javac option to build command to support an external javac executable (or javac wrapper)
Tue, 03 Jun 2014 16:29:17 +0200 Doug Simon made canonicalizeprojects handle projects depending on a missing jrelibrary
Tue, 27 May 2014 13:16:12 +0200 Bernhard Urban mxtool: remove python downloader
Tue, 27 May 2014 12:14:54 +0200 Bernhard Urban mx: add verbose mode to download helper
Mon, 26 May 2014 12:01:30 +0200 Gilles Duboscq mx: use python downloader if stderr is not a tty to avoid spamming logs
Mon, 26 May 2014 13:02:29 +0200 Doug Simon mx: create Eclipse projects for distributions
Mon, 26 May 2014 12:55:17 +0200 Doug Simon mx: prevent CTRL-C from being blocked while subprocess is running (re-applied without unrelated changes)
Mon, 26 May 2014 12:52:02 +0200 Doug Simon Backed out changeset: a5c5b4aa79ca
Mon, 26 May 2014 11:47:30 +0200 Doug Simon mx: prevent CTRL-C from being blocked while subprocess is running
Sat, 24 May 2014 00:23:52 +0200 Doug Simon mx: drain all subprocess output to callables before returning from mx.run
Fri, 23 May 2014 11:50:47 +0200 Bernhard Urban mx: add pack200 to javaconfig
Fri, 23 May 2014 13:10:14 +0200 Doug Simon mx: annotation processor paths must include libraries that are also Eclipse containers
Thu, 22 May 2014 12:41:53 +0200 twisti mx: fixed incorrect test for subprocess being alive
Wed, 21 May 2014 17:57:41 +0200 Doug Simon mx: fixed more spurious "error while killing subprocess" messages (GRAAL-350)
Wed, 21 May 2014 16:41:57 +0200 Bernhard Urban mx archive: fix log message
Wed, 21 May 2014 15:34:35 +0200 Bernhard Urban mx archive: avoid multiple directory entries too
Wed, 21 May 2014 15:11:14 +0200 Bernhard Urban mx: add support for setting a main class in distributions
Wed, 21 May 2014 15:17:21 +0200 Bernhard Urban mxtool: fix archive subcommand such that it will return a successful returncode
Tue, 20 May 2014 15:35:35 +0200 Doug Simon mx: propagate failure from forked Java compilation task back up to parent (GRAAL-350)
Tue, 20 May 2014 11:56:19 +0200 Josef Eisl Add JRE library support to mx projectgraph.
Tue, 20 May 2014 11:50:30 +0200 Doug Simon mx: fixed spurious "error while killing subprocess" messages (GRAAL-350)
Fri, 16 May 2014 12:06:46 +0200 Doug Simon mx: drain *all* output from subprocess if redirecting to functions
Thu, 15 May 2014 23:12:48 +0200 Doug Simon Merge.
Thu, 15 May 2014 22:42:08 +0200 Doug Simon use JDK with highest compliance level for generated Eclipse attach launcher
Thu, 15 May 2014 22:25:34 +0200 Bernhard Urban mxtool: minor fix of optional field usage
Thu, 15 May 2014 15:31:22 +0200 Doug Simon mx: added jrelibrary dependency type
Wed, 14 May 2014 11:19:38 +0200 Bernhard Urban mxtool: distribution dependency should be a list
Mon, 12 May 2014 22:37:14 +0200 Bernhard Urban mx distributions: allow to specify dependencies between distributions