Showing 6 results.
Items per Page 50
of 1

CVP Forum

« Back to General Discussion

Audium "parts list"

Combination View Flat View Tree View
Threads [ Previous | Next ]
Can Audium provide us with a list of files that are actually used in production? I found that at least some of the \misc files are indeed used by the Server, yet may of them are just temporarily used by the browser.

We are trying to strip out unused file from our deployment bundle, and it would be helpful to know the "official" list.

The Builder uses the files:

  • data/application/appUserObject.ser
  • data/application/callflow.ser
  • data/misc/* (where these are XML decision files that need to be edited in the Builder). Any other files in the misc directory are not used.

The Server uses the files:

  • data/application/callflow.xml
  • data/application/settings.xml
  • data/application/status.xml (for when the app is suspended or running)

  • data/configuratons/*.xml (element configurations)
  • data/misc/* (only for XML decisons. All other files here are ignored unless used by custom elements).

  • java/* (where referred to in the application. If there are Java classes here that are not referred to by the call flow, these are ignored).

  • common/* (same deal)

That is all. Aside from Java files, the only files the Server needs are the XML files that define the call flow, element configurations, and XML decisions. No other files are needed, not even for temporary purposes.

Hope this helps.