Actions
Bug #4704
closedGenerate XML for a KARFile
Start date:
01/27/2010
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
4704
Description
Create an XML string based on the Manifest and Entries of a KARFile.
See the example karxml file at the bottom of
https://kepler-project.org/developers/teams/framework/kepler-archive-kar/kar-saving-process
Updated by Aaron Aaron almost 15 years ago
Shell code has been created in the core module: org.kepler.kar.karxml.KarXmlGenerator
Updated by Aaron Aaron almost 15 years ago
I created one junit test that reads in a test kar file (that I put in the same directory as the Junit test, I guess that's an OK spot for it) and it compares it to an expected output xml file to see if the generated xml matches.
So this bug is done but we still need to use it to create the xml file that gets uploaded to metacat, suppose I'll open a new bug for that.
Actions