diff options
| author | Constantin <jucovschi@gmail.com> | 2010-06-14 11:27:05 +0200 |
|---|---|---|
| committer | Constantin <jucovschi@gmail.com> | 2010-06-14 11:49:18 +0200 |
| commit | 82821f8a31e5f98c27dced51f1bba0fc6637d598 (patch) | |
| tree | da9cfb35536e1bcfc9076688420da0e0f0bb6efe /java/src/rasj/test/TestQuery.sh | |
| parent | 45325282eaf5e902962bd39d3c8b5aaf14a505d5 (diff) | |
| download | rasdaman-upstream-82821f8a31e5f98c27dced51f1bba0fc6637d598.tar.gz rasdaman-upstream-82821f8a31e5f98c27dced51f1bba0fc6637d598.tar.xz rasdaman-upstream-82821f8a31e5f98c27dced51f1bba0fc6637d598.zip | |
changed build system of java/ folder from makefile to ant (big compilation time improvement)
Diffstat (limited to 'java/src/rasj/test/TestQuery.sh')
| -rw-r--r-- | java/src/rasj/test/TestQuery.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/java/src/rasj/test/TestQuery.sh b/java/src/rasj/test/TestQuery.sh new file mode 100644 index 0000000..ca3b2fe --- /dev/null +++ b/java/src/rasj/test/TestQuery.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +# TestQuery.sh: test rasj query interface +# where rasj.jar is expected: +export RASJ=$RMANBASE/java/rasj.jar +#export RASJ=~rasdaman/jlib/rasj.jar + +java -DRMANPROTOCOL=RNP -cp .:$RASJ:$CLASSPATH TestQuery --query "SELECT jpeg(( marray x in [0:599,0:599] values {255c,255c,0c} ) overlay scale(img0[2011:2315,2543:2847],[1:600,1:600]) * { 1c, 1c, 1c}) FROM vat_rgbdop2_8 AS img0" $* 2>&1 + |
