The Development Directory is supported on ZCS 6.
The Zimlet Development Directory is a convenient way to do iterative zimlet development. The development directory allows you to develop zimlets without having to continually package (i.e. ZIP), deploy and undeploy the zimlet.
You can create zimlet folders and associated file structures under the _dev directory and those zimlets will get picked-up (and recompiled) with each browser refresh. Changes made to the zimlet files in this directory will be automatically reflected when the browser is refreshed. Additionally, files are not obfuscated and merged with other Zimlet files and JSP files can be placed within the zimlet folder and will be compiled every time browser is refreshed.
1. To create the Development Directory, after installing ZCS, browse to your install directory:
{zcs-install-dir}/zimlets-deployed/
2. Create a _dev directory:
mkdir {zcs-install-dir}/zimlets-deployed/_dev
3. Use this directory to create zimlet folders and file structures for zimlet development.
Is there something specific you are trying to do that isn't working? Or are all zimlets you try to build in this directory not working (i.e. not getting loaded)? |