Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Generates and executes the Oracle JET build command to package the application, zips the contents, and copies the artifact to the artifacts directory.

Project Properties

Property NameProperty CodeRequiredDescription
PlatformFDOJET_PLATFORMNoDirectory context or scope of the JET application. If platform input is also defined then it  will take precedence over this project property.
Build ConfigurationFDOJET_BUILD_CONFIGNo

Defines the config file for signing the hybrid app.

ThemesFDOJET_THEMES_OPTIONNoOption to specify theme(s) separated by comma(s). If themes input is also defined then it  will take precedence over this project property.
DestinationFDOJET_DESTINATIONNoOption to specify the destination for building the app. If destination input is also defined then it  will take precedence over this project property.
User OptionsFDOJET_USER_OPTIONSNoCustom options defined by the user. If user options input is also defined then it  will take precedence over this project property.

...

Input NameInput CodeRequiredDescription
Node Executable Path

FDOJET_INP_NODE_EXE_PATH


NoAn absolute path to a Node executable. If not provided node must be on PATH. See installNodeJS to install node.
PlatformFDOJET_INP_PLATFORMNoDirectory context or scope of the JET application. Takes precedence over project property.
ReleaseFDOJET_INP_RELEASE_OPTIONNoOption to build in release mode.
SassFDOJET_INP_SASS_OPTIONNoOption to enable SASS compilation.
SVGFDOJET_INP_SVG_OPTIONNoOption to enable SVG re-compilation for the theme.
ThemesFDOJET_INP_THEMES_OPTIONNoOption to specify theme(s) separated by comma(s). Takes precedence over project property.
DestinationFDOJET_INP_DESTINATIONNoOption to specify the destination for building the app. Takes precedence over project property.
User OptionsFDOJET_INP_USER_OPTIONSNoCustom options defined by the user (Windows Specific). Takes precedence over project property.
Platform OptionsFDOJET_INP_PLATFORM_OPTIONSNoOption to specify platform options that are passed to the Cordova command line.
ComponentFDOJET_INP_COMPONENTNoOption to build an optimized component for the specified component name. (Windows Specific)

...