Project Notes
Project: Tracke Driver
Company: SMX Corporation
Description:
This is a programatic interface to the tracker.
Development Tool Information
Setup instructions...
- Make sure that your source and output paths are correct.
- Unzip the utility jar and related documentation and install in the general
library directory.
- Unzip the ftp jar and related documentation and install in the general
library directory.
Deployment instructions...
- Rebuild the entire project with no debug information.
- Use the Deployment Wizard to build Tracker.jar in the .\smx\tracker
directory. Make sure that classes from Utility.jar, Ftp.jar and Swing
are not included in the Tracker.jar file.
- Use the Javadoc Wizard to generate documentation in
.\smx\tracker\TrackerDoc
- Zip the jar file and documentation and distribute to other projects
that need the updated library.
- Modify the GenCCode project to account for added or deleted classes or
methods.
- Run GenCcode to create a new C++ interface.
- Package and distribute the C++ interface. See GenCCode project notes for
more information.