Modifier and Type | Constant Field | Value |
---|---|---|
protected static final java.lang.String |
WARN_NO_ARTIFACT_ATTACHED |
"Could not attach artifact." |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final java.lang.String |
ALIASES_FILE |
"aliases.properties" |
protected static final java.lang.String |
APPMANAGE_BINARY_NOTFOUND |
"The TIBCO AppManage binary can\'t be found." |
public static final java.lang.String |
BWEAR_DEPLOY_TYPE |
"bw-ear-deploy" |
public static final java.lang.String |
BWEAR_EXTENSION |
".ear" |
public static final java.lang.String |
BWEAR_TYPE |
"bw-ear" |
protected static final java.lang.String |
BWPROJECT_NOTFOUND |
"The BusinessWorks project can\'t be found." |
protected static final java.lang.String |
BWPROJECT_PREF_LIB_ERROR_MSG |
"The BusinessWorks project Designer5.prefs/.designtimelibs can\'t be copied." |
protected static final java.lang.String |
DESIGNER_BINARY_NOTFOUND |
"The TIBCO Designer binary can\'t be found." |
protected static final java.lang.String |
DESIGNER5_PREFS |
"Designer5.prefs" |
protected static final java.lang.String |
DTL_FILE_NAME |
".designtimelibs" |
protected static final java.lang.String |
FILE_ALIAS_PREFIX |
"filealias.pref." |
protected static final java.lang.String |
FILE_ALIAS_PREFIX_ESCAPED |
"filealias\\.pref\\." |
protected static final java.lang.String |
HAWK_BINARY_NOTFOUND |
"The TIBCO Hawk binary folder can\'t be found." |
protected static final java.lang.String |
JAR_EXTENSION |
".jar" |
public static final java.lang.String |
JAR_TYPE |
"jar" |
protected static final java.lang.String |
POM_EXTENSION |
".xml" |
public static final java.lang.String |
POM_TYPE |
"pom" |
protected static final java.lang.String |
PROJLIB_EXTENSION |
".projlib" |
public static final java.lang.String |
PROJLIB_TYPE |
"projlib" |
protected static final java.lang.String |
PROPERTIES_EXTENSION |
".properties" |
protected static final java.lang.String |
SKIPPING |
"Skipping." |
protected static final java.lang.String |
TIBCO_ALIAS_PREFIX |
"tibco.alias." |
protected static final java.lang.String |
TIBCO_HOME_DIR |
".TIBCO" |
protected static final java.lang.String |
XML_EXTENSION |
".xml" |
public static final java.lang.String |
XML_TYPE |
"xml" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final java.lang.String |
parentBasedirProperty |
"parentProject.basedir" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final java.lang.String |
BWENGINE_ERROR_STARTING |
"Error while starting the BusinessWorks Engine" |
protected static final java.lang.String |
BWENGINE_MISSING |
"The BusinessWorks engine can\'t be found." |
protected static final java.lang.String |
BWENGINE_STARTING |
"Starting BusinessWorks Engine" |
protected static final java.lang.String |
BWENGINE_STOPPING |
"Stopping BusinessWorks Engine" |
protected static final java.lang.String |
BWENGINE_TIMEOUT_STARTING |
"Timeout while starting the BusinessWorks Engine" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final java.lang.String |
BUILD_EAR_FAILED |
"The build of the EAR file has failed." |
protected static final java.lang.String |
BUILDEAR_BINARY_NOTFOUND |
"The TIBCO \'buildear\' binary can\'t be found." |
protected static final java.lang.String |
BUILDING_EAR |
"Building the EAR..." |
protected static final java.lang.String |
COPY_EAR_FAILED |
"Unable to copy the EAR to the package directory." |
protected static final java.lang.String |
EAR_LOCATION |
"Output EAR location: " |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final java.lang.String |
BUILD_PROJLIB_FAILED |
"The build of the Projlib file has failed." |
protected static final java.lang.String |
BUILDING_PROJLIB |
"Building the Projlib..." |
protected static final java.lang.String |
TIBCO_DESIGNER_BINARY_NOTFOUND |
"The TIBCO Designer binary can\'t be found." |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final java.lang.String |
SRC_NOT_SET |
"Source directory is not set. Modification of \'.aliaslib\' file might fail." |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final java.lang.String |
DELETE_EAR_FAILED |
"The deletion of the application failed." |
protected static final java.lang.String |
DELETING_EAR |
"Deleting the application..." |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final java.lang.String |
DEPLOY_EAR_FAILED |
"The deployment of the application failed." |
protected static final java.lang.String |
DEPLOYING_APPLICATION |
"Deploying application to " |
protected static final java.lang.String |
DEPLOYING_ON_DOMAIN |
" on domain " |
protected static final java.lang.String |
USING_EAR |
"Using EAR : " |
protected static final java.lang.String |
USING_XML |
"Using XML : " |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final java.lang.String |
CREATE_XML_FROM_DOMAIN_FAILED |
"The extraction of the XML Deployment Descriptor file from the deployed application file has failed." |
protected static final java.lang.String |
CREATE_XML_FROM_DOMAIN_SUCCESS |
"Successfully extracted the XML Deployment Descriptor to " |
protected static final java.lang.String |
CREATING_XML_FROM_DOMAIN |
"Extracting the XML Deployment Descriptor from domain " |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final java.lang.String |
KILL_EAR_FAILED |
"Some instances failed to be killed." |
protected static final java.lang.String |
KILLING_EAR |
"Killing instances of the application..." |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final java.lang.String |
ALL_INSTANCES_STARTED |
"All instances successfully started." |
protected static final java.lang.String |
SOME_INSTANCES_NOT_STARTED |
"Some instances failed to be started (or timeout was reached)." |
protected static final java.lang.String |
STARTING_INSTANCES |
"Starting instances of the application..." |
protected static final java.lang.String |
STARTING_INSTANCES_FAILED |
"Some instances failed to be started." |
protected static final java.lang.String |
SUBSCRIBING_TO_HAWK_METHODS |
"Subscribing to Hawk methods:" |
protected static final java.lang.String |
WAITING_FOR_INSTANCES |
"Waiting for instances to be started..." |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final java.lang.String |
STOP_EAR_FAILED |
"Some instances failed to be stopped." |
protected static final java.lang.String |
STOPPING_EAR |
"Stopping instances of the application..." |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final java.lang.String |
UNDEPLOY_EAR_FAILED |
"The undeployment of the application failed." |
protected static final java.lang.String |
UNDEPLOYING_EAR |
"Undeploying the application..." |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final java.lang.String |
deployBatchDir |
"deploy.batch.dir" |
protected static final java.lang.String |
deployBatchExportDeployed |
"deploy.batch.exportDeployed" |
protected static final java.lang.String |
deployBatchForce |
"deploy.batch.force" |
protected static final java.lang.String |
deployBatchMax |
"deploy.batch.max" |
protected static final java.lang.String |
deployBatchMin |
"deploy.batch.min" |
protected static final java.lang.String |
deployBatchNoEAR |
"deploy.batch.noear" |
protected static final java.lang.String |
deployBatchNoStart |
"deploy.batch.nostart" |
protected static final java.lang.String |
deployBatchNoStop |
"deploy.batch.nostop" |
protected static final java.lang.String |
deployBatchTemplate |
"deploy.batch.template" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final java.lang.String |
DELETE_BATCH |
"Deleting applications from domain (batch)..." |
protected static final java.lang.String |
DELETE_FAILED |
"The batch delete failed." |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final java.lang.String |
DEPLOYING_BATCH |
"Deploying applications to domain (batch)..." |
protected static final java.lang.String |
DEPLOYING_FAILED |
"The batch deployment failed." |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final java.lang.String |
EXTRACTING_CONFIG_BATCH |
"Extracting configuration from domain (batch)..." |
protected static final java.lang.String |
EXTRACTING_CONFIG_FAILED |
"The extraction (batch) of the XML Deployment Descriptor files from the deployed application file has failed." |
protected static final java.lang.String |
EXTRACTING_CONFIG_SUCCESS |
"Successfully extracted configuration from domain (batch) to " |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final java.lang.String |
START_BATCH |
"Starting applications from domain (batch)..." |
protected static final java.lang.String |
START_FAILED |
"The batch start failed." |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final java.lang.String |
STOP_BATCH |
"Stopping applications from domain (batch)..." |
protected static final java.lang.String |
STOP_FAILED |
"The batch stop failed." |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final java.lang.String |
UNDEPLOY_BATCH |
"Undeploying from domain (batch)..." |
protected static final java.lang.String |
UNDEPLOY_FAILED |
"The batch undeployment failed." |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final java.lang.String |
deployedProjectNameProperty |
"deploy.project.name" |
protected static final java.lang.String |
deploymentDescriptorFinalProperty |
"deploy.descriptor.final" |
protected static final java.lang.String |
deploymentDescriptorProperty |
"deploy.descriptor" |
protected static final java.lang.String |
deploymentGlobalVariablesCommonProperty |
"deploy.properties.globalVariables.common" |
protected static final java.lang.String |
deploymentGlobalVariablesProperty |
"deploy.properties.globalVariables" |
protected static final java.lang.String |
deploymentGlobalVariablesReferenceProperty |
"deploy.properties.globalVariables.reference" |
protected static final java.lang.String |
deploymentServicesCommonProperty |
"deploy.properties.services.common" |
protected static final java.lang.String |
deploymentServicesProperty |
"deploy.properties.services" |
protected static final java.lang.String |
deploymentServicesReferenceProperty |
"deploy.properties.services.reference" |
protected static final java.lang.String |
domainNameProperty |
"tibco.domain.name" |
protected static final java.lang.String |
domainPasswordProperty |
"tibco.domain.password" |
protected static final java.lang.String |
domainUsernameProperty |
"tibco.domain.username" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final java.lang.String |
CREATE_XML_FROM_EAR_FAILED |
"The extraction of the XML Deployment Descriptor file from the EAR file has failed." |
protected static final java.lang.String |
CREATE_XML_FROM_EAR_SUCCESS |
"Successfully extracted the XML Deployment Descriptor to " |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final java.lang.String |
PROPERTIES_SAVE_GVS_FAILURE |
"Failed to save properties to XML file" |
protected static final java.lang.String |
PROPERTIES_SAVE_GVS_SUCCESS |
"Successfully saved properties to file" |
protected static final java.lang.String |
PROPERTIES_SAVE_SERVICES_FAILURE |
"Failed to save properties to XML file" |
protected static final java.lang.String |
PROPERTIES_SAVE_SERVICES_SUCCESS |
"Successfully saved properties to file" |
protected static final java.lang.String |
XML_LOAD_FAILURE |
"Failed to load properties from XML file" |
protected static final java.lang.String |
XML_LOAD_SUCCESS |
"Successfully loaded properties from XML file" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final java.lang.String |
APPLICATION_MANAGEMENT_COPY_FAILURE |
"Failed to copy the Application Management file from" |
protected static final java.lang.String |
APPLICATION_MANAGEMENT_LOAD_FAILURE |
"Failed to load the Application Management file in" |
protected static final java.lang.String |
APPLICATION_MANAGEMENT_MERGE_FAILURE |
"Failed to merge the Properties files in the Application Management file" |
protected static final java.lang.String |
APPLICATION_MANAGEMENT_MERGE_SUCCESS |
"Successfully merged the Properties in the final XML Deployment Descriptor in" |
protected static final java.lang.String |
FLAT_PATH_SEPARATOR |
"/" |
protected static final java.lang.String |
PROPERTIES_GLOBAL_VARIABLES_LOAD_FAILURE |
"Failed to load the Global Variables Properties file in" |
protected static final java.lang.String |
PROPERTIES_SERVICES_LOAD_FAILURE |
"Failed to load the Services Properties file in" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final java.lang.String |
MERGE_FAILURE |
"Failed to merge properties" |
protected static final java.lang.String |
MERGING_PROPERTIES |
"Merging properties..." |
protected static final java.lang.String |
NOTHING_TO_MERGE |
"Nothing to merge." |
protected static final java.lang.String |
PROPERTIES_LOAD_FAILURE |
"Failed to load properties" |
protected static final java.lang.String |
PROPERTIES_SAVE_GVS_FAILURE |
"Failed to save merged properties to XML file" |
protected static final java.lang.String |
PROPERTIES_SAVE_GVS_SUCCESS |
"Successfully saved merged properties to file" |
protected static final java.lang.String |
PROPERTIES_SAVE_SERVICES_FAILURE |
"Failed to save merged properties to XML file" |
protected static final java.lang.String |
PROPERTIES_SAVE_SERVICES_SUCCESS |
"Successfully saved merged properties to file" |
protected static final java.lang.String |
USING_GVS_COMMON_FILE |
"Using Global Variables common properties file" |
protected static final java.lang.String |
USING_GVS_REFERENCE_FILE |
"Using Global Variables reference properties file" |
protected static final java.lang.String |
USING_SERVICES_COMMON_FILE |
"Using Services common properties file" |
protected static final java.lang.String |
USING_SERVICES_REFERENCE_FILE |
"Using Services reference properties file" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final java.lang.String |
LAUNCH_DESIGNER_FAILED |
"The launch of the TIBCO Designer has failed." |
protected static final java.lang.String |
LAUNCHING_DESIGNER |
"Launching TIBCO Designer..." |
protected static final java.lang.String |
PROJECT_LOCATION |
"Project location : " |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final java.lang.String |
NOTHING_WAS_PERFORMED |
"No action was performed. Add \'-DdoIt=true\' to perform." |
protected static final java.lang.String |
PROJECT_FOUND |
" project was found." |
protected static final java.lang.String |
PROJECTS_FOUND |
" projects were found." |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final java.lang.String |
MANDATORY_BW_FILENAME |
"vcrepo.dat" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final java.lang.String |
MAVENIZATION_FAILURE |
" project failed the mavenization." |
protected static final java.lang.String |
MAVENIZATION_FAILURES |
" projects failed the mavenization." |
protected static final java.lang.String |
MAVENIZATION_SUCCESS |
" project was successfully mavenized." |
protected static final java.lang.String |
MAVENIZATION_SUCCESSES |
" projects were successfully mavenized." |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final java.lang.String |
MANDATORY_MAVEN_FILENAME |
"pom.xml" |