finalize.sh
This shell script finalizes changes to the project files before creating
a newly dated build archive (tar.gz). Primarily it removes the Java class
files to make the build smaller and quicker to download.
The finalize.sh command should be executed from the bin/ directory:
./finalize.sh
This script performs the following operations:
- Removes Java class files from the ../classes directory.
- Sets all file and directory dates to the current date and time.
- Creates a tar.gz archive of the project and names it using the current date.
Description: How to use the finalize.sh Unix shell script.
Updated: Mon May 19 06:25:49 EDT 2008