-failok ('true' | 'false')?
Project
-
Example:
-failok=true
-
Values:
true,false
-
Pattern:
true|false|TRUE|FALSE
-failok
The -failok
instruction allows the build to continue even if errors occur. When set to true
, bnd will ignore any errors during the build process and assume everything went fine. This can be useful for experimental or non-critical builds, but should be used with caution as it may hide real problems.
Example:
-failok: true
By default, this option is not set and build errors will cause the process to fail.
TODO Needs review - AI Generated content