Quick Links

Contact Information

4800 Liberty Ave
Pittsburgh, PA 15224

Open 9:30am-6pm EST
Monday-Friday

Phone: +1 (412) 682-5282

info@cometway.com
sales@cometway.com
support@cometway.com

For more information about Comet Way products and services, please visit our corporate website at

http://www.cometway.com

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:

  1. Removes Java class files from the ../classes directory.
  2. Sets all file and directory dates to the current date and time.
  3. Creates a tar.gz archive of the project and names it using the current date.

[Prev]

Description: How to use the finalize.sh Unix shell script.

Updated: Mon May 19 06:25:49 EDT 2008