| Where should custom SayItSmart plugin classes be deployed? |
| Categories: Audium Call Services 3.4.x and 3.5, Audium Call Services 3.6, Audium OpenSDK, Audium Studio 5, Audium Studio 5.1, Audium Studio 5.2 |
| Article ID: | 88 |
| Last updated: | January 19, 2007 |
| User Opinions |
0%
100%
(1 vote)
|
|
Thank you for rating this answer.
|
SUMMARY
This article explains into which directories custom SayItSmart plugin classes should be deployed.
SYMPTOMS
Developer has created a custom SayItSmart plugin using Java, and needs to know where to place the compiled class file in order for the plugin to become usable in Audium Studio.
RESOLUTION
Just like with custom elements, the code for your custom SayItSmart plugins should go in an application's deploy/java/application/classes folder if it is a class, or deploy/java/application/lib if it is a JAR file. Be sure to close and reopen your callflow to ensure that these classes are reloaded.
Alternatively, if you would like to use your new SayItSmart plugin across multiple applications, you should store the class or JAR file in both AUDIUM_HOME/common/classes (or lib for JAR files) and in the following Studio folder:
- Studio 5.x users: eclipse/plugins/com.audiumcorp.studio.library.common_5.2.0/classes (or lib for JAR files)
- Previous Studio versions: eclipse/plugins/com.audium.studio.common_x.x.x/classes (or lib for JAR files), where x.x.x is a version number
|
| Visitor Comments |
|
No visitor comments posted. Post a comment
|
| Attachments |
|
No attachments were found.
|