projects
/
fleet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c737fb
)
update rebuild.sh
author
Adam Megacz
<adam.megacz@sun.com>
Thu, 5 Mar 2009 22:02:10 +0000
(22:02 +0000)
committer
Adam Megacz
<adam.megacz@sun.com>
Thu, 5 Mar 2009 22:02:10 +0000
(22:02 +0000)
testCode/rebuild.sh
patch
|
blob
|
history
diff --git
a/testCode/rebuild.sh
b/testCode/rebuild.sh
index
1ceb9e9
..
ad62993
100755
(executable)
--- a/
testCode/rebuild.sh
+++ b/
testCode/rebuild.sh
@@
-1,7
+1,7
@@
-#!/bin/sh
+#!/bin/bash -e
rm -rf .build
mkdir -p .build
javac -cp ../lib/test.jar -d .build `find . -name \*.java`
(cd .build; jar xvf ../../lib/test.jar)
-(cd .build; jar cvf ../MarinaTest.jar .)
+(cd .build; jar cvf ../testSims/MarinaTest.jar .)