aboutsummaryrefslogtreecommitdiff
path: root/nailgun_launcher/TrappedExitCode.java
Commit message (Collapse)AuthorAgeFilesLines
* Early classloading improvementsChristopher Vogt2016-03-281-0/+8
- Changed launcher to already load zinc - use code generation to generate necessary dependencies - changed resolver to linearize dependency DAG in a way that guarantees that every transitive dependee of a node in the DAG is a transitive dependee of that node in the linear sequence - move exit code trapping code into java so it can be used for zinc early There seems to be a bug in this version, where CBT crashes about half of the time with a "object is not an instance of declaring class" Exception during running the task from the build object via reflection.