amsessiontoolssetup.properties revision 4a48635cccc646ac479830fd4df0ee8e10c5bd8d
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright (c) 2007 Sun Microsystems Inc. All Rights Reserved
#
# The contents of this file are subject to the terms
# of the Common Development and Distribution License
# (the License). You may not use this file except in
# compliance with the License.
#
# You can obtain a copy of the License at
# https://opensso.dev.java.net/public/CDDLv1.0.html or
# opensso/legal/CDDLv1.0.txt
# See the License for the specific language governing
# permission and limitations under the License.
#
# When distributing Covered Code, include this CDDL
# Header Notice in each file and include the License file
# at opensso/legal/CDDLv1.0.txt.
# If applicable, add the following below the CDDL Header,
# with the fields enclosed by brackets [] replaced by
# your own identifying information:
# "Portions Copyrighted [year] [name of copyright owner]"
#
# $Id: amsessiontoolssetup.properties,v 1.6 2009/10/30 21:05:48 weisun2 Exp $
#
#
# Only properties start with message need to be localized
file.config=AMConfig.properties
version.tools=8.0
xml.config=serverconfig.xml
windows.question=Name of the directory to install the scripts (example: sfoscripts):
windows.fromdir=${BaseDir}/template/windows
windows.todir=${UserInput}
windows.token=@BASE_DIR@, @JDK_PATH@, @PLATFORM_DIR@, @DOMAIN_DIR@
windows.fromfile=*.template
windows.tofile=*
#JMQ upgrade from 4.1 to 4.4
windows.jmq=mq4_4-v2-WINNT.zip
solaris.question=Name of the directory to install the scripts (example: sfoscripts):
solaris.fromdir=${BaseDir}/template/unix
solaris.todir=${UserInput}
solaris.token=@BASE_DIR@, @JDK_PATH@, @PLATFORM_DIR@, @DOMAIN_DIR@, @UNIX_DIR@
solaris.fromfile=*.template
solaris.tofile=*
solaris.jmq=mq4_4-v2-SunOS.zip
x86solaris.question=Name of the directory to install the scripts (example: sfoscripts):
x86solaris.fromdir=${BaseDir}/template/unix
x86solaris.todir=${UserInput}
x86solaris.token=@BASE_DIR@, @JDK_PATH@, @PLATFORM_DIR@, @DOMAIN_DIR@, \
@UNIX_DIR@
x86solaris.fromfile=*.template
x86solaris.tofile=*
x86solaris.jmq=mq4_4-v2-SunOS_X86.zip
linux.question=Name of the directory to install the scripts (example: sfoscripts):
linux.fromdir=${BaseDir}/template/unix
linux.todir=${UserInput}
linux.token=@BASE_DIR@, @JDK_PATH@, @PLATFORM_DIR@, @DOMAIN_DIR@, @UNIX_DIR@
linux.fromfile=*.template
linux.tofile=*
linux.jmq=mq4_4-v2-Linux_X86.zip
aix.question=Name of the directory to install the scripts (example: sfoscripts):
aix.fromdir=${BaseDir}/template/unix
aix.todir=${UserInput}
aix.token=@BASE_DIR@, @JDK_PATH@, @PLATFORM_DIR@, @DOMAIN_DIR@, @UNIX_DIR@
aix.fromfile=*.template
aix.tofile=*
aix.jmq=mq4_4-v2-AIX.zip
all.todir=${BaseDir}
dir.jmq=jmq
dir.bdb=bdb
dir.ext=ext
@BASE_DIR@=${BaseDir}
@JDK_PATH@=${java.home}
@PLATFORM_DIR@=${CurrentPlatform}
@DOMAIN_DIR@=${BaseDir}/${UserInput}
@UNIX_DIR@=unix
message.error.input=Error occurs when getting input from user!
message.error.inputformat=Invalid Directory Name. Please provide one level relative directory only
message.error.copy=Error occurs when copying files!
message.info.jmq.success=JMQ is properly setup under directory
message.info.jmq.fail=Please manually unzip JMQ under directory
message.info.bdb.success=BerkeleyDB is properly setup under directory
message.info.bdb.fail=Please manually untar BerkeleyDB under directory
message.error.bdb=Please manually untar BerkeleyDB under directory
message.error.jmq=Error occurs when configurating JMQ!
message.info.success=The scripts are properly setup under directory:
message.info.usage=Usage: ./setup ARGUMENTS\n\
\nARGUMENTS\
\n\t-p <dirname>, --path <dirname>\
\n\t Name of the desired directory under current directory.\
\n\n\t-h, --help\
\n\tPrint this help message.