NAME
ssddpp - scripting definition (sdef) processor
SYNOPSIS
ssddpp -ff {ahst} [-oo directory | file | -] [options...] [file]
DESCRIPTION
ssddpp transforms a scripting definition (``sdef'') file, or standard input if none is specified, into a variety of other formats for use with a scriptable application. The options are as follows:-ff format
Specify the output format. The format may be one or more of thefollowing. Use these when you want to create a scriptable applica-
tion: aa Rez(1) input describing an `aete' resource. ss Cocoa Scripting ``.scriptSuite'' file. tt Cocoa Scripting ``.scriptTerminology'' file.These formats are only necessary when creating a scriptable appli-
cation that will run on Mac OS X 10.4 (Tiger) or earlier; as of 10.5 (Leopard), an application may use only an sdef. Use these when you want to control a scriptable application:hh Scripting Bridge Objective-C header.
You do not need to create a corresponding implementation file; Scripting Bridge will create the class implementations at runtime.-ii includefile
Include the type and class definitions from the specified sdef. Itmay be repeated to specify multiple files. This option is obso-
lete; you should use an XInclude element in the sdef instead.-oo directory | file | -
Specify where to write the output. There are three styles: directory Write the output to automatically named files in that directory. Depending on the input and formats, ssddpp may generate several files. file Write all the output to that file.- Write all the output to standard output.
The default is `-oo ..'; i.e., generate files in the current direc-
tory. Because Cocoa Scripting requires each suite to be in a sepa-
rate file, using -oo file with -ff ss or -ff tt is usually not a good
idea. Some output formats have additional options relevant only to that format.For scriptSuite and scriptTerminology files (-ff ss and -ff tt):
-VV version
Specify the minimum system version to be compatible with, for exam-
ple, ``-VV -1100..44''. The default is to assume the current system
version. Specifying anything before 10.3 will use NSString for`file' type attributes, and will warn about non-object direct
parameters.For Scripting Bridge Objective-C header files (-ff hh):
--bbaasseennaammee name
Specify the ``base'' name. This name becomes the base name of the generated header and the prefix attached to all the generatedclasses. For example, saying -basename iTunes would result in a
header file ``iTunes.h'' defining a iTunesApplication class.SEE ALSO
sdef(5)BUGS
ssddpp's error reporting leaves much to be desired. It does not provide line numbers for errors, though it will describe the element. It will not warn you of certain types of mistakes, such as using two different names with the same code (or vice versa), and will return a zero status even for erroneous input. Mac OS X July 12, 2007 Mac OS X