Parent
#78
What to build
The first path through rendering in Java. It starts from the hand-written minimal target model inside emf/ (#87), not from the transformation's output, so rendering proceeds in parallel with Task 2. Acceleo 4 templates, run through the standalone API, write minimal's Deliverable Set. It is compared byte for byte with the committed rendered tree, with no formatter in between. The Acceleo smoke test from the walking skeleton is deleted.
Acceptance criteria
Blocked by
Parent
#78
What to build
The first path through rendering in Java. It starts from the hand-written
minimaltarget model insideemf/(#87), not from the transformation's output, so rendering proceeds in parallel with Task 2. Acceleo 4 templates, run through the standalone API, writeminimal's Deliverable Set. It is compared byte for byte with the committed rendered tree, with no formatter in between. The Acceleo smoke test from the walking skeleton is deleted.Acceptance criteria
minimal's Java rendered tree equals its committed tree byte for byte, including theGENERATEDheader.Blocked by