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

javac fails with cannot access XmlPullParser, type in automatic module

XMLWordPrintable


      Attached is a test case from Robert Scholte that demonstrates a potential issue with javac when there are automatic modules on the module path.

      $ javac -mp ./target/lib/-d mods/maven.settings.builder `find src -name "*.java"`
      checking maven/builder/support/module-info
      checking maven/settings/module-info
      src/main/java/org/apache/maven/settings/io/DefaultSettingsReader.java:71: error: cannot access XmlPullParser
                  return r.read( input, isStrict( options ) );
                          ^
        class file for org.codehaus.plexus.util.xml.pull.XmlPullParser not found
      Note: Some input files use or override a deprecated API.
      Note: Recompile with -Xlint:deprecation for details.
      1 error

            jlahoda Jan Lahoda
            alanb Alan Bateman
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: