witty-crayon-22786
05/18/2017, 11:24 PMpython_old
.witty-crayon-22786
05/18/2017, 11:25 PMdef run
method.)witty-crayon-22786
05/18/2017, 11:25 PMpython_new
wraps pex and redefines runwide-energy-11069
05/18/2017, 11:26 PMstraight-waiter-86090
05/19/2017, 3:44 PMsources.files_hash
for source field in target.payload
. When I compute the sha1s of the files and filenames they match, but yet files_hash doesn’t. Still pursuing why it would be.witty-crayon-22786
05/19/2017, 6:07 PM--no-enable-v2-engine
witty-crayon-22786
05/19/2017, 6:07 PM1.3.0
blockerstraight-waiter-86090
05/19/2017, 6:21 PMstraight-waiter-86090
05/19/2017, 7:00 PMenable_v2_engine: False
.straight-waiter-86090
05/19/2017, 7:00 PMstraight-waiter-86090
05/19/2017, 7:00 PMstraight-waiter-86090
05/19/2017, 7:25 PMgifted-beard-62952
05/21/2017, 7:27 PMgifted-beard-62952
05/21/2017, 7:29 PMgifted-beard-62952
05/21/2017, 7:29 PMmaybe_create_results_dir
and then this removes the created dir, which makes ensure_legal
to failgifted-beard-62952
05/21/2017, 7:30 PMwith invalidated(....
gifted-beard-62952
05/21/2017, 7:30 PMwitty-crayon-22786
05/22/2017, 4:39 PMglobs
?witty-crayon-22786
05/22/2017, 4:45 PMcache_target_dirs
is onwitty-crayon-22786
05/22/2017, 4:46 PMstraight-waiter-86090
05/22/2017, 4:50 PMglobs
. Most use globs('*.java')
. In the case I included in the bug it used globs
with a small list of files as arguments.witty-crayon-22786
05/22/2017, 4:50 PMglobs('LiteralFile.java', 'Another.java')
witty-crayon-22786
05/22/2017, 4:50 PMwitty-crayon-22786
05/22/2017, 4:51 PMstraight-waiter-86090
05/22/2017, 4:51 PMstraight-waiter-86090
05/22/2017, 4:51 PMmessage_support_code=[
'com/r9/nucleus/message/MessageBundleMapBuilder.java',
'com/r9/nucleus/message/MessageHelperWrapper.java',
'com/r9/nucleus/message/MessageBundle.java',
'com/r9/nucleus/message/IMessageHelper.java',
'com/r9/nucleus/message/LocaleContext.java',
'com/r9/nucleus/message/MessageDebug.java',
'com/r9/nucleus/commons/Context.java',
'com/r9/nucleus/commons/ContextKeys.java',
'com/r9/nucleus/commons/ContextKey.java',
'com/r9/nucleus/commons/Singleton.java',
'com/r9/nucleus/commons/ResettableSingleton.java',
'com/r9/nucleus/commons/DisposableObject.java',
'com/r9/nucleus/commons/DisposableRegistry.java',
]
java_library(
name='nucleus_message_support',
dependencies=[
'alien/3rdparty:guava',
scoped('alien/3rdparty:ehcache', scope='compile'),
'alien/3rdparty:spring-core' ],
sources=globs(*message_support_code),
strict_deps=True,
platform='java8'
)
witty-crayon-22786
05/22/2017, 4:51 PMstraight-waiter-86090
05/22/2017, 4:52 PMstraight-waiter-86090
05/22/2017, 4:52 PMjava_library(
dependencies=[
scoped('nucleus/java:nucleus_message_support', scope='compile'),
scoped('alien/3rdparty:spring-web', scope='compile'),
scoped('nucleus/java/com/r9/nucleus/logging', scope='compile'),
scoped('nucleus/java:nucleus-2', scope='compile'),
scoped('nucleus/java:nucleus-3', scope='compile'),
scoped('nucleus/java:nucleus-4', scope='compile'),
scoped('nucleus/java:nucleus-4-msgs', scope='compile'),
scoped('alien/3rdparty:servlet-api', scope='compile'),
'nucleus/java/com/r9/nucleus/autovalidate',
],
sources=globs('*.java'),
strict_deps=True,
platform='java8'
)