Changeset 3094

Show
Ignore:
Timestamp:
12/14/10 09:36:30
Author:
douglm
Message:

Allow specification of jboss home to facilitate testing of different versions

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/build/quickstart/linux/startjboss

    r2989 r3094  
    5858 
    5959LOG_THRESHOLD="-Djboss.server.log.threshold=INFO" 
     60JBOSS_VERSION="jboss-5.1.0.GA" 
    6061 
    6162while [ "$1" != "" ] 
     
    8182      shift 
    8283      permsize="$1" 
     84      shift 
     85      ;; 
     86    -jboss) 
     87      shift 
     88      JBOSS_VERSION="$1" 
    8389      shift 
    8490      ;; 
     
    109115done 
    110116 
    111 JBOSS_VERSION="jboss-5.1.0.GA" 
    112117JBOSS_CONFIG="default" 
    113118JBOSS_SERVER_DIR="$BASE_DIR/$JBOSS_VERSION/server/$JBOSS_CONFIG"