Cisco Cisco Unified Customer Voice Portal 10.0(1) Guía Del Usuario

Descargar
Página de 138
C
HAPTER 
7:
 
S
TANDALONE 
A
PPLICATION 
B
UILDER
 
 
U
SER 
G
UIDE FOR 
C
ISCO 
U
NIFIED 
C
ALL 
S
ERVICES
,
 
U
NIVERSAL 
E
DITION 
 
 
 
AND 
U
NIFIED 
C
ALL 
S
TUDIO
 
 
123 
Script Execution 
The command-line usage of the Standalone Application Builder is as follows: 
buildApp <project path> <deploy path> [-quiet <log file>] [-debug] 
• 
<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 Call Services, one can pass the 
<Audium_Home>/
CallServices/applications
 of Audium Home so that the application is 
deployed directly to the Call Services instance. All that would be needed to make the 
application live would be to call the 
deployApp
 Call Services 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 
<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