-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build error #26
Comments
which version of scala are you using? |
Am seeing identical errors using: Default Scala install on Ubuntu 18.04.3 LTS |
it is supposed to be only warnings nto error :? |
I know this is old but I'm also getting the one warning and three errors:
|
I managed to resolve this by adding a dependency: compile 'org.glassfish.jaxb:jaxb-runtime:2.3.1' |
Pruning sources from previous analysis, due to incompatible CompileSetup.
/Users/xbbnqwp/worksapce/eagleinvsys/poc/xml-avro/src/main/scala/in/dreamlabs/xmlavro/RichAvro.scala:76: non-variable type argument AnyRef in type pattern java.util.ArrayList[AnyRef] is unchecked since it is eliminated by erasure
case existingList: util.ArrayList[AnyRef] =>
^
/Users/xbbnqwp/worksapce/eagleinvsys/poc/xml-avro/src/main/scala/in/dreamlabs/xmlavro/Supporters.scala:4: object bind is not a member of package javax.xml
import javax.xml.bind.DatatypeConverter
^
/Users/xbbnqwp/worksapce/eagleinvsys/poc/xml-avro/src/main/scala/in/dreamlabs/xmlavro/Supporters.scala:262: not found: value DatatypeConverter
var cal = DatatypeConverter.parseDateTime(text)
^
/Users/xbbnqwp/worksapce/eagleinvsys/poc/xml-avro/src/main/scala/in/dreamlabs/xmlavro/Supporters.scala:270: not found: value DatatypeConverter
cal = DatatypeConverter.parseDateTime(tsp)
^
one warning found
three errors found
The text was updated successfully, but these errors were encountered: