egl.buildDescriptorGet

This task gets the build descriptor file and the value for the specified part. If no value is specified for that part, it will get the inherited value from the parent. If no build descriptor is set in the hierarchy tree, the value of the buildDescriptorFilePropertyName and buildDescriptorNamePropertyName attributes will be empty.

Parameters

Attribute Description Required
project The project to set Yes
part The part to set. Generic value is acceptable. For example, to get values for all parts of the whole project, set the value to *. No, the default is *.
buildDescriptorType A case insensitive string, which must be one of the following values:
  • NonJavaScriptDebug
  • JavaScriptDebug
  • JavaTarget
  • JavaScriptTarget
  • CobolTarget
Yes
buildDescriptorFilePropertyName The name of the property to receive the value of buildDescriptorFile. The value cannot be null. If it is not specified, it will inherit from the parent. Yes
buildDescriptorNamePropertyName The name of the property to receive the value of buildDescriptorName. The value cannot be null. If not specified, it will inherit from the parent. Yes
failOnError Whether or not the build should fail if there is an error. No, the default is true.
verbose If true, show all the logs. If false, only show important logs. No, the default is true.

Feedback