Organizing the FilesOrganize your files in your directory system in a structure corresponding to the following:
The structure must also correspond to the file paths specified in the
XML descriptor. The root of the relevant directory structure is considered
to be the source directory ( Jarring the FilesThe jar file requires a manifest file that specifies summary information of the contents of the jar file. Use the following format for the manifest file: Manifest-Version: 1.0 Name: com/engineous/plugin/doe/generator/DOETechGen.xml Meta-Model: true Replace the Type Execute the following command from a command prompt: jar -cvfm MyNewJar.jar MyManifest.mf -C sourcedir/ Replace the desired jar file name, manifest file name, and This procedure will create a jar file MyNewJar.jar with the given manifest and will include all the files in the Publishing the Generator Jar FileTo use the generator in the Isight environment, the generator must be published to the Isight Library. It can be published either by using the Isight Library interface or the Command Line Client. Publishing Using the Library InterfaceTo publish the component using the Library interface: Launch the Library interface using one of the following methods:
For more information on using the Isight Library, see Using the Isight Library in the Isight User’s Guide. Publishing Using the Command Line ClientTo publish the component using the Command Line Client, type the following command into a Command Line Interface on one line:
You can also type For more information on using the Command Line Client, as well as the different modes available (including interactive mode), see Using the Command Line Client in the Isight User’s Guide. |