Difference between revisions of ".GEAR files"
Line 4: | Line 4: | ||
== Creating a .GEAR file == | == Creating a .GEAR file == | ||
+ | |||
+ | There is an ant task that will create a .GEAR file automatically. Run ant with something like “ant –Dcomponent=alignment” which will create a .gear file from the alignment component directory. Then put the resulting alignment.gear in a directory called “gears” and the next time the program is run it’ll load the component out of that file. | ||
+ | |||
+ | == Viewing loaded versions of components == | ||
+ | |||
+ | The |
Revision as of 15:03, 6 December 2005
Overview
.GEAR files are essentially zipped versions of geWorkBench visual plugins. They make it easy to distribute reasonably sized upgrades to specific parts of the application.
Creating a .GEAR file
There is an ant task that will create a .GEAR file automatically. Run ant with something like “ant –Dcomponent=alignment” which will create a .gear file from the alignment component directory. Then put the resulting alignment.gear in a directory called “gears” and the next time the program is run it’ll load the component out of that file.
Viewing loaded versions of components
The