Rev 894 | Rev 922 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
#!/bin/bash#ABT_HOME may be set in .bash_profile, to become centric to this when Release Planner diesABT_HOME=/home/buildadm/buildtoolABT_WORK=/abtscratch/abt`hostname`GBE_ABT=1GBE_LOG=/net/auperaunx26/export/devl/abtlogGBE_UNC=\\\\auperaunx26\\abtlogGBE_RM_USERNAME=build_userGBE_RM_PASSWORD=frog123JAR=$ABT_HOME/abtdD.jarexport ABT_HOME GBE_ABT GBE_LOG GBE_UNC# do not export ABT_WORK JARif [ "x$GBE_RM_LOCATION" = "x" ] ; thenecho Error: Program abtlaunchecho Error: EnvVar GBE_RM_LOCATION not setecho Error: This is set within /etc/profileexit 1fiif [ "x$JAVA_HOME_1_6" = "x" ] ; thenecho Error: Program abtlaunchecho Error: EnvVar JAVA_HOME_1_6 not setecho Error: This is set within /etc/profileexit 1fiif [ ! -x $JAVA_HOME_1_6/bin/java ] ; thenecho Error: Program abtlaunchecho Error: The java program does not existecho Error: Location: $JAVA_HOME_1_6/bin/javaexit 1fiif [ ! -f $JAR ] ; thenecho Error: Program abtlaunchecho Error: Required Jar does not existexit 1fiif [ ! -d $ABT_WORK ] ; thenecho Error: Program abtlaunchecho Error: The ABT work directory does not existecho Error: Dir: $ABT_WORKexit 1fiPATH=$ABT_HOME:$PATHcd $ABT_WORKrm -f *.logrm -f *.xml$JAVA_HOME_1_6/bin/java -jar $JAR