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

Use a copy of javac's implementation of @argfile in jpackager

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • internal
    • internal
    • tools

      jpackager has it's own simplistic implementation of @argfile.
      In order to have the same implementation of this code is in javac, we should just take a copy of src/jdk.compiler/share/classes/com/sun/tools/javac/main/CommandLine.java, change only the package name, and include it in jpackage.
      If at some future point this migrates to a public API or even an internal jdk module, we can just call it. In the meantime we can maintain this copy.

            herrick Andy Herrick (Inactive)
            herrick Andy Herrick (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: