Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted from v. 4

Generates an artifact jar of checked out objects for deployment.

Environment/Instance Properties

Property Name

Required

Description

 

 

 

Project Properties

Property Name

Required

Description

FDMDS_BASE_OBJ_DIR

No

The relative directory to restrict objects for MDS.

Inputs

Input Name

Required

Description

 

 

 

Outputs

Input Name

Required

Description

 

 

 

Artifacts

This operation produces a jar file that contains a variety of objects that will be stored in the artifacts repository, such as an xsd, xslt or wsdl.

...

Utilizing the FDMDS_BASE_OBJ_DIR, the objects that are retrieved from the SCM can be filtered down to a smaller subset. For example:

Checked out:

a/b/c.xsda/b/f.xsd
a/d/e.xsd


If you want all both of the objects, you can leave the above property empty and all objects will be transferred to MDS.
If you want only c.xsd, then set the above property to the full path of ' a/b /c.xsd' and you will only get the individual fileobjects in that path. The remaining objects are filtered out.  To get all object in directory a/b, simply specify a path of 'a/b'.