Core application tasks
|
Command |
Action |
|---|---|
|
gwb gwTasks |
Displays all Guidewire gwb command options. |
|
gwb clean |
Deletes the build directories. |
gwb cleanIdea |
Deletes the PolicyCenter Studio project files (files with .iml and .idea extensions). |
gwb codegen |
Generates metadata classes, page configuration classes, permission classes, localization classes, xml classes, and entity role constraints classes. |
|
gwb compile |
Compiles and copies resources for the QuickStart application server. Run this command before you start the QuickStart server. See the runServer command for more information. |
| gwb dropDB -Denv=env |
Prepares a new database for use by the Guidewire application. It will act upon the database configured in database-config.xml, or as optionally specified by the -Denv=env parameter. Use caution whenever using this command. If the database has any objects before the command is run, the objects are all dropped and not available for recovery except from a database backup. You can pass additional parameters to this command by adding the
parameters to the
SQL Server The command drops and creates a new database. It creates any
filegroups named within the The dropDB command will create any file groups
listed in the Oracle A Guidewire database corresponds to an Oracle schema: a user and all
the objects owned by that user. So, for Oracle, this command drops
all objects owned by the schema owner, and only the user is left
with the required permissions. The dropDB command
requires SQLPlus, available with the Oracle client installation.
Include The |
gwb idea |
Builds the PolicyCenter Studio project. |
gwb inspect
|
Runs Guidewire Studio inspections.
|
|
gwb runServer -Denv=env |
Starts the bundled QuickStart application server. Depending on what you want to do, use the following command options:
IMPORTANT There is a dependency between the gwb
runServer command and the
gwb compile command.
Guidewire recommends that you run the gwb compile
command separately, before you run the gwb
runServer command, for example:
Use the -x compile option with the runServer command to remove the dependency between the compile and the runServer commands. Otherwise, PolicyCenter must first verify what resources, if any, need to be recompiled, then perform an incremental recompile of those resources before starting the server. |
|
gwb stopServer |
Stops the bundled QuickStart application server. |
|
gwb studio |
Starts Guidewire Studio. |
