Actions
Bug #2277
closedSimplify Kar loading
Start date:
11/16/2005
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
2277
Description
For first release, simplify the kar loading process to operate on moml documents
only. Each moml file will describe a single actor.
Updated by Kevin Ruland almost 19 years ago
In Trunk, I have implemented a revised kar build system which does not utilize
the actorList.moml or directorList.moml files. The kars are constructed using
the ant <jar> task from files in src/actors/** and src/directors/**. By using
an ant task, dependencies can properly be determined, and the kars will not
change unless the src files change.
Updated by Chad Berkley almost 19 years ago
I think this has now been completed.
Actions