From dd1ba9ad320e297f1acf1027604a368f1ddbde6c Mon Sep 17 00:00:00 2001 From: Constantin Date: Mon, 14 Jun 2010 11:27:05 +0200 Subject: changed build system of java/ folder from makefile to ant (big compilation time improvement) --- java/rasj/test/TestQuery.sh | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 java/rasj/test/TestQuery.sh (limited to 'java/rasj/test/TestQuery.sh') 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 - -- cgit