Details
-
Type:
Defect
-
Status:
Closed
-
Resolution: Completed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Description
pprint causes problems with the build process:
1. c.c.pprint.ColumnWriter
2. c.c.pprint.PrettyWriter
3. c.c.pprint
The first two are gen-class'd, and PrettyWriter extends the class
generated for ColumnWriter.
Unless they are compiled in exactly the order given above, the build
fails with a ClassNotFoundException.
stu said: Updating tickets (#2, #3, #33, #38, #51, #52, #65, #67, #70)