Versions Compared

Key

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

Performs environment specific property replacement, compiles an SCA artifact for the composite, determines next composite revision and deploys the SCA artifact or the patch artifact (12.2.1+ only) to the server.

Environment/Instance Properties

...

This operation will execute on any one of the selected endpoints and will be random in the determination of which one.

Special Considerations

...

...

Utilize the FDSOA_EXT_CLASSPATH environment variable to extend the plugin classpath to allow the compile to succeed with custom java classes or xpath functions.

NOTE: when patching a long running process revision that isn't the default revision, the patching process will make the patched revision the default revision.

Composite Revisions 

The revision for a composite is calculated unless either FDSOA_INP_REVISION (plugin input) is used or FDSOA_OVERWRITE_REVISION (project property) is checked.  The input will override all revision logic and use the value that is passed in.  If the input is empty and the project property is unchecked, then the plugin will determine the largest revision on the server and increment the revision before deploying.  The revision format is N.nn[.nn][.nn] with an initial value of 1.0, with

...