deployablewar.properties revision dca4781896bf63f6c289ea980bf770560e8e2f08
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein#
dcfda24abf565c442d058cbf81b2180d847a1b3eAutomatic Updater# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
75c0816e8295e180f4bc7f10db3d0d880383bc1cMark Andrews#
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Copyright (c) 2009 Sun Microsystems Inc. All Rights Reserved
4a14ce5ba00ab7bc55c99ffdcf59c7a4ab902721Automatic Updater#
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# The contents of this file are subject to the terms
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# of the Common Development and Distribution License
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# (the License). You may not use this file except in
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# compliance with the License.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein#
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# You can obtain a copy of the License at
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# https://opensso.dev.java.net/public/CDDLv1.0.html or
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# opensso/legal/CDDLv1.0.txt
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# See the License for the specific language governing
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# permission and limitations under the License.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein#
610cd6f8458d88d5696e131aee310dcbcebac8fdAutomatic Updater# When distributing Covered Code, include this CDDL
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Header Notice in each file and include the License file
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# at opensso/legal/CDDLv1.0.txt.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# If applicable, add the following below the CDDL Header,
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# with the fields enclosed by brackets [] replaced by
e21a2904f02a03fa06b6db04d348f65fe9c67b2bMark Andrews# your own identifying information:
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# "Portions Copyrighted [year] [name of copyright owner]"
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein#
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# $Id: deployablewar.properties,v 1.1 2009/01/05 23:51:31 veiming Exp $
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein#
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Portions Copyrighted [2011] [ForgeRock AS]
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinusage=Usage: createwar --staging|-s stagingDir\n --type|-t typeOfWarFile\n --warfile|-w warfileName\n [--locale|-l locale]\n createwar --help|-?\n [--locale|-l locale]\n\nwhere\n stagingDir\n is staging directory where the content of opensso.war reside.\n typeOfWarFile\n is the type of WAR file to be created. The possible options are\n console, distauth, noconsole and idpdiscovery.\n warfileName\n is the name of the WAR file to be created.\n locale\n (is optionally) to indicate the locale of which this tool is running\n with.\n\nThe createwar script has to be run from the deployable-war directory in order to find and use the type-specific files for the WAR.
71c66a876ecca77923638d3f94cc0783152b2f03Mark Andrews
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeininvalid.staging.dir=The provided staging directory either does not exists or it's not a valid staging directory. The staging directory has to contain the extracted content of opensso.war.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinunsupported.type=Invalid type of WAR.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinmissing.file=Warning: The following file is missing: {0}.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinmissing.typedir=Unable to find type-specific directory.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinwarfile.created=WAR file was created.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein