[Swift-commit] r2709 - SwiftApps/pc3

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Thu Mar 19 23:53:45 CDT 2009


Author: lgadelha
Date: 2009-03-19 23:53:43 -0500 (Thu, 19 Mar 2009)
New Revision: 2709

Modified:
   SwiftApps/pc3/README
Log:


Modified: SwiftApps/pc3/README
===================================================================
--- SwiftApps/pc3/README	2009-03-19 16:38:42 UTC (rev 2708)
+++ SwiftApps/pc3/README	2009-03-20 04:53:43 UTC (rev 2709)
@@ -1,11 +1,18 @@
-This is a work-space for the Swift entry to the third provenance challenge
-Edit tc.data to update directory paths and copy it to the $SWIFT_INSTALL_DIR/etc.
+* This is a work-space for the Swift entry to the third provenance challenge
 
-Download and extract PC3.tar.gz from the PC3 home page.
+* Download and extract PC3.tar.gz from the PC3 home page.
 
-$ mkdir PC3/swift
-$ cd PC3/swift
-$ tar xvfz pc3.tgz
-$ swift pc3.swift
+* Append tc.data.append to your tc.data.
 
-Requires xpath program (Debian: $ apt-get install libxml-xpath-perl).
+* Requires xpath program (in Debian: $ apt-get install libxml-xpath-perl).
+
+* Example:
+
+$ tar xvfz PC3.tar.gz
+$ export JAVA_PATH=<path to Java>
+$ export PC3LIB=`pwd`
+$ mkdir Java/tmp
+$ cd Java/tmp
+$ cp <path to pc3 wf impl>/pc3/* .
+$ export PATH=$PATH:`pwd`
+$ swift pc3.swift -csvpath=CSVRootPathInput.xml -jobid=JobIDInput.xml




More information about the Swift-commit mailing list