From: Aleš Křenek Date: Fri, 5 Jun 2009 06:35:52 +0000 (+0000) Subject: remove confusing files X-Git-Tag: gridsite-core_R_1_7_1~25 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=f84d4ca720bf75d6f2dbefdae833af6af2d6218a;p=jra1mw.git remove confusing files --- diff --git a/org.glite.lb.client-java/README b/org.glite.lb.client-java/README deleted file mode 100755 index 721db36..0000000 --- a/org.glite.lb.client-java/README +++ /dev/null @@ -1,19 +0,0 @@ -How to compile the source code. - -Run the script "compile.sh" with arguments: -All options are required except PATH_TO_JAVA, PREFIX and install or remove. - --Dbuild.classes.dir="path to directory where .class files will be saved" \ --Ddist.dir="path to directory where .jar file will be saved" \ --Ddist.javadoc.dir="path to directory where documentation will be saved" \ --Dproject.jobid-api-java="path to directory jobid-api-java" \ --Dreference.jobid-api-java.jar="path to directory where jobid-api-java.jar is" \ -choose one of these: install or compile \ -PREFIX="path to directory where .so file will be saved" \ -PATH_TO_JAVA="path to directory where java is installed" \ - -How to run locallogger: -java -Djava.library.path=/path/to/shared/library -cp "/path/to/jobid-api-java.jar:/path/to/lb-client-java.jar" org.glite.test.Test - -If you don't set -Djava.library.path messages will not be send via unix socket but only written to specified file. - diff --git a/org.glite.lb.client-java/compile.sh b/org.glite.lb.client-java/compile.sh deleted file mode 100755 index 215c28a..0000000 --- a/org.glite.lb.client-java/compile.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash -cmd1="$1"; -cmd2="$2"; -cmd3="$3"; -cmd4="$4"; -cmd5="$5"; -cmd6="$6"; -cmd7="$7"; -cmd7="$8"; - -ant $cmd1 $cmd2 $cmd3 $cmd4 $cmd5; -cd ./src_c -make $cmd6 $cmd7 $cmd8;