[Swift-commit] r2863 - SwiftApps/pc3

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Tue Apr 21 02:53:15 CDT 2009


Author: benc
Date: 2009-04-21 02:53:15 -0500 (Tue, 21 Apr 2009)
New Revision: 2863

Modified:
   SwiftApps/pc3/README
Log:
more notes for pc3

Modified: SwiftApps/pc3/README
===================================================================
--- SwiftApps/pc3/README	2009-04-20 04:30:46 UTC (rev 2862)
+++ SwiftApps/pc3/README	2009-04-21 07:53:15 UTC (rev 2863)
@@ -17,7 +17,7 @@
 $ ant jar
 $ mkdir tmp
 $ cd tmp
-$ swift -tc.data ../../../tc.data.append pc3.swift -csvpath=CSVRootPathInput.xml -jobid=JobIDInput.xml
+$ swift -tc.file ../../../tc.data.append pc3.swift -csvpath=CSVRootPathInput.xml -jobid=JobIDInput.xml
 
 To re-run, you will need to delete the Derby database generated by the
 run, like this:
@@ -28,9 +28,6 @@
 Extra notes for running on Ben's OS X 10.5 laptop with multiple Java versions
 installed, the default of which does not work:
 
-Set these:
-$ echo $JAVACMD 
-/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Commands//java
-$ echo $JAVA_HOME 
-/System/Library/Frameworks/JavaVM.framework/Versions/1.6/
+Set this:
+export PATH=/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Commands/:$PATH
 




More information about the Swift-commit mailing list