Actions
Bug #5355
closedactor documentation not included on instantiation
Start date:
03/22/2011
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
5355
Description
If you use Tools=>Instantiate Component for a MyActor.java, the actor documentation is not included in the generated xml.
This command does include it:
./kepler.sh -createActorKar actor.java
Updated by Daniel Crawl over 12 years ago
I updated ShowDocumentationAction: if the documentation is missing, try generating from the sources, and if that fails, try loading from the Kepler cache.
Actions