Deployment Helper

The Deployment helper enables you to automate deployment and/or packaging of your workspace or application. It can simply copy files and/or automatically create executable jar files (requires JDK1.2 or higher).

The Deployment Helper performs the following tasks:
How files are handled during copying Note: To deploy Applications using AnyJ's GUIBuilder, add [anyjInstallDir]\lib\runtime.jar and [anyjInstallDir]\lib\aelfred.jar to the list of files to deploy.

Filter
The deployment helper works on a directory level rather than file level. To prevent specific files from deploying, set a filter for the appropriate directory (e.g. ".proj;.txt;makefile"). The fiter is a ';' separated list of file endings, all files ending with one of the strings listed in the filter are excluded from deployment.

Output Dir
This is the directory, where the files are deployed to.


Step by Step