comparison runeclipse.sh @ 3584:cda0630a8640

Remove GRAAL env var requirement; Add ResourceMarks in code installer to avoid leaks
author Gilles Duboscq <gilles.m.duboscq@gmail.com>
date Thu, 06 Oct 2011 17:11:04 +0200
parents 37daba6a4e5a
children
comparison
equal deleted inserted replaced
3582:953034d78b64 3584:cda0630a8640
3 echo "JDK7 is not defined." 3 echo "JDK7 is not defined."
4 exit 1; 4 exit 1;
5 fi 5 fi
6 if [ -z "${MAXINE}" ]; then 6 if [ -z "${MAXINE}" ]; then
7 echo "MAXINE is not defined. It must point to a Maxine repository directory." 7 echo "MAXINE is not defined. It must point to a Maxine repository directory."
8 exit 1;
9 fi
10 if [ -z "${GRAAL}" ]; then
11 echo "GRAAL is not defined. It must point to a Maxine repository directory."
12 exit 1; 8 exit 1;
13 fi 9 fi
14 if [ ! -f "${DACAPO}/dacapo-9.12-bach.jar" ]; then 10 if [ ! -f "${DACAPO}/dacapo-9.12-bach.jar" ]; then
15 echo "DACAPO must point to a directory containing dacapo-9.12-bach.jar" 11 echo "DACAPO must point to a directory containing dacapo-9.12-bach.jar"
16 exit 1; 12 exit 1;