ceylon-sdk icon indicating copy to clipboard operation
ceylon-sdk copied to clipboard

Bad class file error using ceylon.file 1.3.4-SNAPSHOT

Open fwgreen opened this issue 6 years ago • 0 comments

Had no issues (apart from warnings) building the SDK, but received this error when compiling a program using the file module.

1: error: the 'ImportVisitor' caused an exception visiting a 'Import' node: '"org.eclipse.ceylon.langtools.tools.javac.jvm.ClassReader$BadClassFile: bad class file: /Users/fwgreen/Java/ceylon/dist/dist/repo/ceylon/file/1.3.4-SNAPSHOT/ceylon.file-1.3.4-SNAPSHOT.car(ceylon/file/parseUri_.class)
import ceylon.file {
^
    class file contains wrong class: ceylon.file.parseURI_
    Please remove or make sure it appears in the correct subdirectory of the classpath."' at 'org.eclipse.ceylon.langtools.tools.javac.jvm.ClassReader.badClassFile(ClassReader.java:354)'

fwgreen avatar Apr 19 '18 13:04 fwgreen