Changeset 16603 in josm


Ignore:
Timestamp:
2020-06-11T15:03:16+02:00 (4 years ago)
Author:
simon04
Message:

see #16860 - Suppress "bad path element .../xmpcore-6.0.6.jar: no such file or directory" warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r16571 r16603  
    414414                includeantruntime="false" encoding="UTF-8">
    415415                <compilerarg value="-Xlint:all"/>
     416                <compilerarg value="-Xlint:-path"/><!-- Suppress "bad path element .../xmpcore-6.0.6.jar: no such file or directory" warning, see https://github.com/drewnoakes/metadata-extractor/pull/483 -->
    416417                <compilerarg value="-Xlint:-serial"/>
    417418                <classpath>
Note: See TracChangeset for help on using the changeset viewer.