Alex FU created BIGTOP-4060:
-------------------------------
Summary: Bigtop trunk build, import bigtop source code to IDEA
Key: BIGTOP-4060
URL: https://issues.apache.org/jira/browse/BIGTOP-4060
Project: Bigtop
Issue Type: Bug
Components: build, deployment
Affects Versions: 3.3.0
Reporter: Alex FU
hi Team,
I just down load BIGTOP source and import into IDEA, occurred below issues,
No such property: pkg for class: java.lang.Boolean
I just debugged, the parameter "nativePackaging" should be boolean prototype,
don't have property pkg.
*Source Code,*
project.afterEvaluate {
doValidateBOM(config)
config.bigtop.components.each { component_label, comp ->
assert component_label == comp.name
if (!comp.packaging || comp.packaging.equalsIgnoreCase(nativePackaging.pkg)) {
genTasks(comp.name)
}
}
*ISSUE Details,*
FAILURE: Build failed with an exception.
* Where:
Script '/Users/alexfu/Documents/github_repos/bigtop/packages.gradle' line: 862
* What went wrong:
A problem occurred configuring root project 'bigtop'.
> No such property: pkg for class: java.lang.Boolean
--
This message was sent by Atlassian Jira
(v8.20.10#820010)