-sourcepath
Builder
-
Example:
-sourcepath:= src, test
-
Pattern:
.*
The -sourcepath
instruction specifies a list of directory names that bnd should use to find source files. These directories are searched for Java source files and related resources when building your project or including sources in the bundle.
This is useful for ensuring that all relevant source files are available for compilation, packaging, or source inclusion in the generated JAR.
TODO Needs review - AI Generated content