Uploaded image for project: 'Bigtop'
  1. Bigtop
  2. BIGTOP-4060

Issue when Bigtop trunk building, import bigtop source code to IDEA

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 3.3.0
    • None
    • build, deployment

    Description

      hi Team,

      I just downloaded BIGTOP source code and import into IDEA, occurred below issues,

      No such property: pkg for class: java.lang.Boolean

       

      I just debugged, the variable "nativePackaging" should be boolean prototype, don't have property pkg. 

       

      Source Code,

      file: bigtop/packages.gradle

      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

      Attachments

        Activity

          People

            Unassigned Unassigned
            alexfu Alex FU
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: