Progress
Developer’s Toolkit
Preparing to Use XCODE
Before running XCODE, create a directory structure exactly parallel to your source directory structure, then move to the root of the original source directory structure. Supply the root of the new structure as directory, and supply the relative path names of the files to be encrypted as files. The relative path names are appended to directory. Because XCODE does not create new directories, any directories implied by the directory or files arguments must be created before running XCODE. Encrypted files have the same names as the original source files.
You must encrypt both your procedure and include files in order for your encrypted procedures to run.
The dash (-) option tells XCODE to take filenames from the standard input. On UNIX, this allows you pipe output from an
ls
,cat
, orfind
command to XCODE.Here is an example of how you can use XCODE on UNIX. Suppose you have just finished developing and testing the procedures in
/usr/test
and its four subdirectories and want to encrypt them for shipment to users. Follow these steps:
- Create a directory structure parallel to
/usr/test
:
- Move to the original development root in preparation for encryption:
- Encrypt your procedures:
Encrypted versions of the source procedures in
NOTE: You must also encrypt include (.i) files./usr/test
and its subdirectories now reside, with the same names, in/usr/testx
and its subdirectories.
Copyright © 2004 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |