Versions Compared

Key

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

Generates the oracle jet Oracle JET build command to create and zip up a Jet application and then copy the artifact to the artifacts directory.

...

Property NameProperty CodeRequiredDescription
PlatformFDOJET_PLATFORMNoDirectory context or scope of the Jet appJET 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
PlatformFDOJET_INP_PLATFORMNoDirectory context or scope of the Jet appJET 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)

...