Switch to unified view

a b/README.md
1
*** Building: mvn package
2
3
*** Virtual Package alternative identification:
4
For the given system, this tool identifies the virtual packages available in the universe, and which actual packages provide an implementation.
5
This is stored, using CUDF, in an ontology, and further used in the Preservation identifier
6
7
-- How to run:
8
java -jar dist/PreservationIdentifier-PackageKnowledgeBase-0.1-final.jar 
9
10
Options:
11
-p,--providers <arg>   Load the providers from an XML seralised file
12
13
(will be created in the first run)
14
15
16
*** Package Universe extractor:
17
18
-- How to run
19
java -cp dist/PreservationIdentifier-PackageKnowledgeBase-0.1-final.jar net.timbusproject.dpes.alternative.kb.PackageUniverseBuilder 
20
21
Options:
22
 -l,--loadPackages <arg>       Load package information from a serialised file
23
 -j,--loadPackagesJSON <arg>   Load package information from a JSON serialised file
24
 -x,--loadPackagesXML <arg>    Load package information from an XML serialised file
25
26
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.