Cisco Cisco Unified Customer Voice Portal 11.0(1) User Guide

Page of 156
C
HAPTER 
5:
 
S
TANDALONE 
A
PPLICATION 
B
UILDER
 
 
U
SER 
G
UIDE FOR 
C
ISCO 
U
NIFIED 
CVP
 
VXML
 
S
ERVER 
 
 
 
AND 
C
ISCO 
U
NIFIED 
C
ALL 
S
TUDIO
 
 
 
 
 
124 
single application at a time. To deploy multiple applications, the script can be called repeatedly 
pointing to different projects. 
Script Execution 
The command-line usage of the Standalone Application Builder is as follows: 
buildApp <project path> <deploy path> [-quiet <log file>] [-debug] 
where: 
 
<project path>
 represents the directory in which the Call Studio project to convert resides. 
This path should point to the location where Call Studio is configured to store application 
projects. By default this is the 
workspace
 folder within the 
eclipse
 folder. 
 
<deploy path> 
represents the directory to deploy the application to. If the Standalone 
Application Builder is installed on the same machine as VXML Server, one can pass the 
VXMLServer/applications
 directory of Audium Home so that the application is deployed 
directly to the VXML Server instance. All that would be needed to make the application live 
would be to call the 
deployApp
 VXML Server administration script. 
 
-quiet <log file> 
is an optional parameter that is designed to pipe the output the script usually 
produces into a text file whose name is passed as 
<log file>
. This is useful for scenarios 
where the Standalone Application Builder is executed from an automated system that does 
not display data printed to the console. By piping the data to a file, any results can be 
analyzed later. 
 
-debug 
is an optional parameter that produces additional output to use for debugging 
purposes should the deployment fail. This option should not be used unless directed to by 
customer support.  
Script Output 
The following is how the output of the Standalone Application Builder will look for a successful 
deployment: 
Cisco Unified Call Studio 6.0 (Standalone Application Build Mode) 
© 1999-2007 Cisco Systems, Inc. 
All rights reserved. Cisco, the Cisco logo, Cisco Systems, and the Cisco Systems 
logo are trademarks or registered trademarks of Cisco Systems, Inc. and/or its 
affiliates in the United States and certain other countries. 
 
Start: Tue Jan 1 11:47:56 EDT 2000 
*** Loading project. 
*** Validating project ‘MyApp’. 
*** Building project ‘MyApp’. 
*** Unloading project ‘MyApp’. 
*** Done. 
End: Tue Jan 1 11:47:58 EDT 2000