buildprod - Build Product Line

buildprod [-Dtj] [-v displayoptions] productline

The buildprod utility has been deprecated. The stagelandmark utility should be used instead. buildprod should only be used at the direction of support. See also package4j2ee and deploy2j2ee.

buildprod builds, compiles, and deploys a product line from Landmark Pattern Language files.

Process flow: buildprod utility functions
Program Option Description
-D

Build only the dictionary from LPL source files.

This option runs the blddict. The database dictionary is a binary file that captures the structure of the database including tables, columns (representing fields) on the tables, indexes on the tables, and relationships between tables.

--apponly Build only the application jar.
--debug Set debug.
--packagemessages Build base language pack.
--target application Only recompile changed Java files.
-v displayoptions

errorlevel, tracelevel, and verbose specified in any order, where:

  • errorlevel = {n}one | {f}atal | {e}rror | {w}arning (warning is the default)

  • tracelevel = 0:6 where 0 is no message and 6 is everything

  • verbose = whether to display exception stacktrace