From: afedward Date: Tue, 3 Feb 2009 20:39:20 +0000 (+0000) Subject: Modified ourjavac and ourjava to benefit from background processing. Will severely... X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=76634b2a92b04c6e8da850295ef14d6439046bc0;p=IRC.git Modified ourjavac and ourjava to benefit from background processing. Will severely speed up compilation times. --- diff --git a/Robust/src/ourjava b/Robust/src/ourjava index 22a396eb..7f6910c1 100755 --- a/Robust/src/ourjava +++ b/Robust/src/ourjava @@ -15,7 +15,6 @@ echo "project=Compiler" > ~/research/Robust/.afidconfig echo "user=$USER" >> ~/research/Robust/.afidconfig echo "text/visual=visual" >> ~/research/Robust/.afidconfig echo "postURL=http://afid.eecs.uci.edu/afid/upload_file.php" >> ~/research/Robust/.afidconfig -echo "backgroundSVN=false" >> ~/research/Robust/.afidconfig ~/.AFID/SaveTestCase --create-exclude-file fi ~/.AFID/SaveTestCase java $@ diff --git a/Robust/src/ourjavac b/Robust/src/ourjavac index e8e764c0..deb7124e 100755 --- a/Robust/src/ourjavac +++ b/Robust/src/ourjavac @@ -15,7 +15,6 @@ echo "project=Compiler" > ~/research/Robust/.afidconfig echo "user=$USER" >> ~/research/Robust/.afidconfig echo "text/visual=visual" >> ~/research/Robust/.afidconfig echo "postURL=http://afid.eecs.uci.edu/afid/upload_file.php" >> ~/research/Robust/.afidconfig -echo "backgroundSVN=false" >> ~/research/Robust/.afidconfig ~/.AFID/SaveTestCase --create-exclude-file fi ~/.AFID/FindSource javac $@