Control: tags -1 +confirmed On Sat, 22 Jun 2013 16:20:17 +0200 Lucas Nussbaum <[email protected]> wrote: > > javac: > > [mkdir] Created dir: /«PKGBUILDDIR»/build/bin > > [javac] /«PKGBUILDDIR»/build.xml:280: warning: 'includeantruntime' was > > not set, defaulting to build.sysclasspath=last; set to false for repeatable > > builds > > [javac] Compiling 67 source files to /«PKGBUILDDIR»/build/bin > > [javac] > > /«PKGBUILDDIR»/src/jp/sourceforge/mergedoc/pleiades/aspect/resource/ExcludeClassNameCache.java:80: > > reference to readLines is ambiguous, both method > > readLines(java.io.File,java.nio.charset.Charset) in > > org.apache.commons.io.FileUtils and method > > readLines(java.io.File,java.lang.String) in org.apache.commons.io.FileUtils > > match > > [javac] > > set.addAll(FileUtils.readLines(cacheFile, null)); > > [javac] ^ > > [javac] 1 error
It is caused by libcommons-io-java upgrade from 1.4 to 2.4. -- Regards, Hideki Yamane henrich @ debian.or.jp/org http://wiki.debian.org/HidekiYamane -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

