gwt /
gwt /
dfe52de03baed3607dba11363908ad5ab61e65a7 This change attempts to fix some compile instabilities. In particular, there are
three issues:
1) Source origin information can vary based on the directory in which something
is checked-out into and built, even if it's identical
2) Timestamps on output emitted artifacts are set to current time. They should
be set based on the original file stamp, or in the case of synthetic artifacts
like the output cache.js files (which depend on all of the compiler inputs), the
timestamp should perhaps be set based on the MAX(over all input lastmodified
timestamps)
3) CompilationUnitArchive was serializing an array of CompiledClass in a
non-stable way.
git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@10799 8db76d5a-ed1c-0410-87a9-c151d255dfc7
5 files changed