Project -> Build Project
Console
view
(Window -> Show View -> Console
)
displays the output of that process.
A successful build will create a folder inside the project called
metro0.tmp
.
(Subsequent builds will create metro1.tmp
,
metro2.tmp
, etc.
To avoid this accumulation, delete unwanted
metroX.tmp
folders before building.)
Inside metro0.tmp
is a binary representation of
the model structure called NET
.
Below is a screendump of an Eclipse window showing the output of
a successful build of the producers_consumer
example,
and the file NET
which it creates.