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/rasj/test/TestQuery.sh | |
| parent | 45325282eaf5e902962bd39d3c8b5aaf14a505d5 (diff) | |
changed build system of java/ folder from makefile to ant (big compilation time improvement)
Diffstat (limited to 'java/rasj/test/TestQuery.sh')
| -rw-r--r-- | java/rasj/test/TestQuery.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/java/rasj/test/TestQuery.sh b/java/rasj/test/TestQuery.sh deleted file mode 100644 index ca3b2fe..0000000 --- a/java/rasj/test/TestQuery.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/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 - |
