# HG changeset patch # User Doug Simon # Date 1409862769 -7200 # Node ID 49b8c89327867bc18e88a74f7c725c9f1e37d8e5 # Parent b4866d4484d1c358d836beea8b1bcd1c3e51039e projects must be rebuilt when any of their dependencies are rebuilt diff -r b4866d4484d1 -r 49b8c8932786 mxtool/mx.py --- a/mxtool/mx.py Thu Sep 04 21:46:01 2014 +0200 +++ b/mxtool/mx.py Thu Sep 04 22:32:49 2014 +0200 @@ -2445,11 +2445,11 @@ if p.definedAnnotationProcessorsDist: updatedAnnotationProcessorDists.add(p.definedAnnotationProcessorsDist) + tasks[p.name] = task if args.parallelize: # Best to initialize class paths on main process jdk.bootclasspath() task.proc = None - tasks[p.name] = task else: task.execute()