Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8177831

Removing redundant module-source-path to java compile

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 10
    • 9, 10
    • javafx
    • None


      We are adding --module-source-path due to our javac option due to a logic error in setup. Moving the block that adds this a bit lower solves the issue.

      Note that this seems to not cause an issue with javac, but should be done as a cleanup.

      -implicit:none
      --module-source-path
      /home/ddhill/sb/10/graphics/rt/modules/*/src/main/java:/home/ddhill/sb/10/graphics/rt/modules/*/build/gensrc/{java,jsl-decora,jsl-prism}
      -implicit:none
      --module-source-path
      /home/ddhill/sb/10/graphics/rt/modules/*/src/main/java:/home/ddhill/sb/10/graphics/rt/modules/*/build/gensrc/{java,jsl-decora,jsl-prism}
      -implicit:none
      --module-source-path
      /home/ddhill/sb/10/graphics/rt/modules/*/src/main/java:/home/ddhill/sb/10/graphics/rt/modules/*/build/gensrc/{java,jsl-decora,jsl-prism}

            ddhill David Hill (Inactive)
            ddhill David Hill (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: