Download this file

README.md    27 lines (17 with data), 1.1 kB

*** Building: mvn package

*** Virtual Package alternative identification:
For the given system, this tool identifies the virtual packages available in the universe, and which actual packages provide an implementation.
This is stored, using CUDF, in an ontology, and further used in the Preservation identifier

-- How to run:
java -jar dist/PreservationIdentifier-PackageKnowledgeBase-0.1-final.jar

Options:
-p,--providers Load the providers from an XML seralised file

(will be created in the first run)

*** Package Universe extractor:

-- How to run
java -cp dist/PreservationIdentifier-PackageKnowledgeBase-0.1-final.jar net.timbusproject.dpes.alternative.kb.PackageUniverseBuilder

Options:
-l,--loadPackages Load package information from a serialised file
-j,--loadPackagesJSON Load package information from a JSON serialised file
-x,--loadPackagesXML Load package information from an XML serialised file

These files will be created in the first run. Currently JSON and XML serialisation don't work, seems some content gets broken on (de)serialisation.