Packaging the Code

When packaging the code into jar files for a plug-in, follow these guidelines:

The server jar file must contain a manifest file. Each command listener must have an entry in this manifest file that looks like the following:

Name: ExampleCommandListener.class

EAS-Framework-CommandListener: True

If, as is likely, the command listener has a package name that must be prepended to the name in the example above, like this:

Name: com/essbase/eas/examples/server/ExampleCommandListener.class

EAS-Framework-CommandListener: True

Note:

Even though this is a class name, use slashes (“/”) instead of dots (“.”) to separate the package names.