Bug #4797
closedVerify that multiple workflow/actor KARs work as expected
0%
Description
The KAR system was written to allow for storing multiple actors/workflows inside the KAR. This has not been well tested though and probably needs some debugging for it to work properly.
Files
Updated by Aaron Aaron almost 15 years ago
I have created a KAR file that contains all the actors in the actors module. I called it CoreActors.kar and attached it here. This may be a better way to distribute the default actors along with the 2.0 release. For now it shows that it can be done and works well.
To use this kar in the development head:
- Run kepler once
- create a file in your installation root called "skipMakeKars"
- delete all of the kar files in KeplerData/modules/actors/kar
- copy the CoreActors.kar file into KeplerData/modules/actors/kar
- restart kepler
notice in the "actors" local repository there is only one kar that contains all the actors
Updated by Aaron Aaron over 14 years ago
I have combined all the actors in the actors-2.0 module into 1 kar. Recommended to "rm ~/KeplerData/modules/actors-2.0/kar/*.kar" after updating over revision 23226 in the release branch.
Updated by Aaron Aaron over 14 years ago
Also combined directors-2.0 kars into one kar. do a
"rm ~/KeplerData/modules/directors-2.0/kar/*.kar"
and also an "ant clean-cache"
after updating beyond revision 23230
Updated by Aaron Aaron over 14 years ago
actor and director kars have been combined in head, closing this bug.